aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
Commit message (Expand)AuthorAgeFilesLines
* improved assert (#37)Dan Engelbrecht2024-04-049-31/+427
* compressed header reading opt (#33)Dan Engelbrecht2024-04-031-52/+86
* Faster reading of compressed buffer headers by not materializing entire sourc...Dan Engelbrecht2024-03-281-22/+52
* add yaml serialization support (#3)Stefan Boberg2024-03-266-783/+1191
* add a limit to the number of times we attempt to finalize (#22)Dan Engelbrecht2024-03-251-1/+0
* harden attach sponsor process (#14)Dan Engelbrecht2024-03-213-11/+26
* improved process monitoring behaviour with invalid pids (#16)Stefan Boberg2024-03-212-11/+31
* non memory copy compressed range (#13)Dan Engelbrecht2024-03-202-0/+224
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-145-22/+39
* fix potential partially written files (#2)Dan Engelbrecht2024-03-131-1/+9
* Add WriteMeasuredVarUInt to avoid measuring ints twice before writing (#665)Dan Engelbrecht2024-03-062-26/+53
* improved block store logging and more gcv2 tests (#659)Dan Engelbrecht2024-02-271-0/+9
* hashing fixes (#657)Dan Engelbrecht2024-02-265-7/+94
* 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-052-28/+11
* changed RPC recording to MPSC setup (#638)Stefan Boberg2024-01-311-1/+1
* exception on basicfile read error (#642)Dan Engelbrecht2024-01-291-2/+2
* oplog import/export improvements (#634)Dan Engelbrecht2024-01-231-2/+3
* jobqueue - allow multiple threads to report progress/messages (#635)Dan Engelbrecht2024-01-222-6/+9
* remove use of <random> in stats (#628)Stefan Boberg2024-01-102-6/+45
* ensure we can build without trace (#619)Stefan Boberg2023-12-192-0/+5
* various TSAN/ASAN/LeakAnalyzer fixes (#622)Stefan Boberg2023-12-194-9/+24
* fix leak in IoBuffer for manifested small chunk (#618)Stefan Boberg2023-12-191-2/+2
* implement cache recording segment split by age (#611)Stefan Boberg2023-12-142-5/+83
* Make sure IoBuffer is a valid null-buffer after move operation (#610)Dan Engelbrecht2023-12-141-4/+13
* use mimalloc where available (#601)Stefan Boberg2023-12-121-15/+11
* header only compressed buffers are valid (#604)Dan Engelbrecht2023-12-121-2/+2
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-12-1122-866/+1574
|\
| * Make sure that PathFromHandle don't hide true error when throwing exceptions ...Dan Engelbrecht2023-12-111-6/+6
| * added details to trace initialization (#588)Stefan Boberg2023-12-112-7/+13
| * improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-111-0/+13
| * multi-line logging improvements (#597)Stefan Boberg2023-12-111-0/+8
| * SuppressConsoleLog now removes any existing console logger (#599)Stefan Boberg2023-12-111-0/+5
| * logging configuration via command line options (#589)Stefan Boberg2023-12-062-0/+81
| * HTTP plugin request debug logging (#587)Stefan Boberg2023-12-052-0/+15
| * global thread worker pools (#577)Dan Engelbrecht2023-11-292-0/+4
| * close thread pool + parallel CasImpl::Initialize (#576)Dan Engelbrecht2023-11-281-0/+1
| * Don't call spdlog::drop_all, spdlog::shutdown will do that for us in a contro...Dan Engelbrecht2023-11-271-1/+0
| * optimized index snapshot reading/writing (#561)Stefan Boberg2023-11-273-2/+28
| * fix block cloning copy argument validation (#560)Stefan Boberg2023-11-221-0/+30
| * compact separate for gc referencer (#533)Dan Engelbrecht2023-11-211-0/+18
| * zen run command (#552)Stefan Boberg2023-11-214-2/+185
| * basic ZEN_ASSERT_FORMAT implementation (#556)Stefan Boberg2023-11-214-58/+127
| * moved process handling code into separate h/cpp (#555)Stefan Boberg2023-11-206-747/+818
| * fix named event (#553)Dan Engelbrecht2023-11-173-19/+34
| * blocking queue fix (#550)Dan Engelbrecht2023-11-162-26/+11
| * further posix event improvements (#549)Stefan Boberg2023-11-161-6/+23
| * add zenserver state snapshot support (#543)Stefan Boberg2023-11-162-1/+98
| * changed posix event implementation to use std::atomic instead of volatile (#547)Stefan Boberg2023-11-162-10/+12
| * don't do blocking call to waitpid (#540)Dan Engelbrecht2023-11-151-35/+3