aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/include
Commit message (Expand)AuthorAgeFilesLines
* jobqueue - allow multiple threads to report progress/messages (#635)Dan Engelbrecht2024-01-221-0/+1
* remove use of <random> in stats (#628)Stefan Boberg2024-01-101-1/+2
* ensure we can build without trace (#619)Stefan Boberg2023-12-191-0/+1
* various TSAN/ASAN/LeakAnalyzer fixes (#622)Stefan Boberg2023-12-191-1/+6
* implement cache recording segment split by age (#611)Stefan Boberg2023-12-141-5/+31
* Make sure IoBuffer is a valid null-buffer after move operation (#610)Dan Engelbrecht2023-12-141-4/+13
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-12-1112-104/+230
|\
| * added details to trace initialization (#588)Stefan Boberg2023-12-111-2/+2
| * improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-111-0/+13
| * multi-line logging improvements (#597)Stefan Boberg2023-12-111-0/+8
| * logging configuration via command line options (#589)Stefan Boberg2023-12-061-0/+4
| * HTTP plugin request debug logging (#587)Stefan Boberg2023-12-051-0/+3
| * global thread worker pools (#577)Dan Engelbrecht2023-11-291-0/+1
| * optimized index snapshot reading/writing (#561)Stefan Boberg2023-11-272-0/+5
| * compact separate for gc referencer (#533)Dan Engelbrecht2023-11-211-0/+18
| * zen run command (#552)Stefan Boberg2023-11-212-0/+7
| * basic ZEN_ASSERT_FORMAT implementation (#556)Stefan Boberg2023-11-211-0/+48
| * moved process handling code into separate h/cpp (#555)Stefan Boberg2023-11-202-80/+94
| * fix named event (#553)Dan Engelbrecht2023-11-171-11/+13
| * blocking queue fix (#550)Dan Engelbrecht2023-11-161-12/+10
| * add zenserver state snapshot support (#543)Stefan Boberg2023-11-161-1/+1
| * changed posix event implementation to use std::atomic instead of volatile (#547)Stefan Boberg2023-11-161-1/+3
| * Make object store endpoint S3 compatible. (#535)Per Larsson2023-11-151-0/+3
* | removed unnecessary SHA1 referencesStefan Boberg2023-12-112-2/+0
|/
* gc history log (#519)Dan Engelbrecht2023-11-132-0/+9
* fmt compilation fix for fmt v10+new vs build (#529)Stefan Boberg2023-11-131-8/+15
* factored out some compiler definitions etc into zenbase (#517)Stefan Boberg2023-11-0713-574/+40
* spdlog implementation hiding (#498)Stefan Boberg2023-11-065-142/+270
* gc v2 tests (#512)Dan Engelbrecht2023-11-061-1/+8
* keep a "null" iobuffer core to reduce redundant memory allocations (#507)Dan Engelbrecht2023-11-061-1/+5
* only measure a variable integer once where we can (#500)Dan Engelbrecht2023-10-251-5/+17
* eliminate redundant logging code (#499)Stefan Boberg2023-10-251-1/+10
* statsd metrics reporting (#496)Stefan Boberg2023-10-251-0/+1
* typedef for std streaming to StringBuilderStefan Boberg2023-10-201-0/+2
* explicit ChunkingLinearAllocatorStefan Boberg2023-10-201-1/+1
* Cache (rpc) activitity recording improvements (#482)Stefan Boberg2023-10-201-1/+1
* added explicit implementation of IoHash equals operator (#464)Stefan Boberg2023-10-111-0/+2
* minor fixes to zencore (#457)Stefan Boberg2023-10-091-1/+1
* reject known bad bucket names in structured cache (#452)v0.2.27-pre0Stefan Boberg2023-10-061-0/+13
* fixed issue where IoBufferBuilder::ReadFromFileMaybe loses content type (#450)Stefan Boberg2023-10-051-1/+1
* added --quiet option to suppress default logging to stdout (#446)Stefan Boberg2023-10-041-0/+1
* refactor comapactcas index (#443)Dan Engelbrecht2023-10-041-0/+1
* Handle OOM and OOD more gracefully to not spam Sentry with error reports (#434)Dan Engelbrecht2023-10-021-0/+3
* adding more stats (#429)Dan Engelbrecht2023-09-281-3/+61
* add trace command to enable/disable tracing at runtime (#416)Dan Engelbrecht2023-09-221-1/+4
* Improvement: Add names to background jobs for easier debugging (#412)Dan Engelbrecht2023-09-201-11/+11
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-201-0/+8
* job queue and async oplog-import/export (#395)Dan Engelbrecht2023-09-131-0/+84
* Hash utility functions (#385)Stefan Boberg2023-09-133-0/+51
* ZenCacheStore is now reference counted (#398)Stefan Boberg2023-09-131-0/+1