aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/include
Commit message (Expand)AuthorAgeFilesLines
* improved assert (#37)Dan Engelbrecht2024-04-043-10/+80
* add yaml serialization support (#3)Stefan Boberg2024-03-261-2/+30
* harden attach sponsor process (#14)Dan Engelbrecht2024-03-211-1/+1
* improved process monitoring behaviour with invalid pids (#16)Stefan Boberg2024-03-211-0/+1
* non memory copy compressed range (#13)Dan Engelbrecht2024-03-201-0/+32
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-141-4/+6
* Add WriteMeasuredVarUInt to avoid measuring ints twice before writing (#665)Dan Engelbrecht2024-03-061-9/+37
* improved block store logging and more gcv2 tests (#659)Dan Engelbrecht2024-02-271-0/+9
* hashing fixes (#657)Dan Engelbrecht2024-02-261-0/+12
* Save compressed large attachments to temporary files on disk (#650)Dan Engelbrecht2024-02-121-6/+2
* compress large attachments on demand (#647)Dan Engelbrecht2024-02-051-2/+2
* changed RPC recording to MPSC setup (#638)Stefan Boberg2024-01-311-1/+1
* 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