aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
Commit message (Expand)AuthorAgeFilesLines
* error fix in ReadFileRangede/httpclient-send-refactorDan Engelbrecht2024-04-261-2/+3
* add generic read file streaming in http clientDan Engelbrecht2024-04-262-17/+40
* use direct file access for large file hash (#63)Dan Engelbrecht2024-04-269-55/+126
* zenserverprocess hardening (#61)Dan Engelbrecht2024-04-251-0/+3
* import oplog improvements (#54)Dan Engelbrecht2024-04-201-1/+17
* capture zenserver output on error (#51)Dan Engelbrecht2024-04-182-3/+9
* improved lock file handling (#50)Dan Engelbrecht2024-04-183-35/+95
* zen startup hardening (#49)Dan Engelbrecht2024-04-172-17/+245
* Validate input buffer size when trying to parse package message (#47)Dan Engelbrecht2024-04-131-1/+12
* remote project store stats (#44)Dan Engelbrecht2024-04-101-0/+17
* 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