aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * GetCacheChunk value request respects RawHash (#518)Zousar Shaker2025-09-292-2/+4
| * make cpr a HttpClient implementation detail (#517)Stefan Boberg2025-09-2919-1094/+854
| * fixed race condition in zen::logging::Get (#519)Stefan Boberg2025-09-291-3/+12
| * remove spurious cpr.h includes (#520)Stefan Boberg2025-09-296-15/+1
| * fixed ParsePackageMessage error message when mismatched header magic is detec...Stefan Boberg2025-09-291-1/+1
| * some bug fixes (#522)Stefan Boberg2025-09-294-4/+11
| * make sure trace is configured for all test drivers (#523)Stefan Boberg2025-09-296-1/+48
| * 5.7.2v5.7.2Dan Engelbrecht2025-09-261-1/+1
| * 5.7.2-pre3v5.7.2-pre3Dan Engelbrecht2025-09-261-1/+1
| * more iterate chunk logging (#516)Dan Engelbrecht2025-09-264-13/+58
| * Make sure we call the previous terminate handle if present when we intercept ...Dan Engelbrecht2025-09-267-23/+125
| * fix for C4244 truncation warning (#515)Stefan Boberg2025-09-261-1/+3
| * list missing block hashes when --verbose is enabled (#512)Dan Engelbrecht2025-09-262-0/+15
| * new append op rpc method (#511)Dan Engelbrecht2025-09-267-229/+680
| * Merge pull request #509 from ue-foundation/zs/put-overwrite-policy-responseZousar Shaker2025-09-2510-49/+159
| |\
| | * Improvement to Incomplete Result Iterationzousar2025-09-251-2/+1
| | * Changelogzousar2025-09-241-1/+2
| | * Report Incomplete Records To Clientzousar2025-09-242-8/+44
| | * Adjust the responses from PUT commandszousar2025-09-234-15/+10
| | * Merge branch 'main' into zs/put-overwrite-policy-responsezousar2025-09-2228-843/+1690
| | |\
| | * | Change batch put responses for client reportingzousar2025-09-1910-41/+120
| * | | 5.7.2-pre2v5.7.2-pre2Dan Engelbrecht2025-09-231-1/+1
| * | | limit number of chunks per block (#508)Dan Engelbrecht2025-09-238-61/+203
| | |/ | |/|
| * | 5.7.2-pre1v5.7.2-pre1Dan Engelbrecht2025-09-221-1/+1
| * | dont set Size or RawSize when fetching chunkinfos if the payload can't be fou...Dan Engelbrecht2025-09-221-2/+7
| * | more responsive cancel during oplog import (#505)Dan Engelbrecht2025-09-224-12/+33
| * | Added `--oidctoken-exe-unattended` to`zen builds` and `zen oplog-download` co...Dan Engelbrecht2025-09-2210-12/+30
| * | change default sentry dsn to one listed on Sentry setup page (#504)Dan Engelbrecht2025-09-221-1/+1
| * | issue error on second retry, not first attempt (#503)Dan Engelbrecht2025-09-221-2/+2
| * | fetch cloud oplog (#502)Dan Engelbrecht2025-09-2215-440/+940
| * | improve builds download partial logic (#501)Dan Engelbrecht2025-09-224-376/+679
| |/
| * fix quoted wildcard options (#500)Dan Engelbrecht2025-09-173-34/+25
| * add builds download force option (#498)Dan Engelbrecht2025-09-173-270/+298
| * rpmalloc fixes (#499)Stefan Boberg2025-09-174-52/+69
| * Sorting oplog tree view by size would raise an error. (#497)Martin Ridgers2025-09-163-1/+2
| * 5.7.2-pre0v5.7.2-pre0Dan Engelbrecht2025-09-151-1/+1
| * update readme with required vcpkg version (#496)Dan Engelbrecht2025-09-154-10/+20
| * new in-memory storage strategy for oplogs (#490)Dan Engelbrecht2025-09-155-518/+749
| * revise exception vs error (#495)Dan Engelbrecht2025-09-155-26/+39
| * 5.7.1v5.7.1Dan Engelbrecht2025-09-121-1/+1
| * 5.7.1-pre3v5.7.1-pre3Dan Engelbrecht2025-09-121-1/+1
| * initialize all services before healthy (#493)Dan Engelbrecht2025-09-122-35/+59
| * 5.7.1-pre2v5.7.1-pre2Dan Engelbrecht2025-09-101-1/+1
| * add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-1031-1421/+1603
| * faster oplog entries with referenceset (#488)Dan Engelbrecht2025-09-088-57/+90
| * 5.7.1-pre1v5.7.1-pre1Dan Engelbrecht2025-09-081-1/+1
| * Set ownership of service executables to the service user on Linux (#489)Liam Mitchell2025-09-082-1/+46
| * 5.7.1-pre0v5.7.1-pre0Dan Engelbrecht2025-09-051-1/+1
| * refactor zen command return value handling (#487)Dan Engelbrecht2025-09-0548-1084/+1001
| * Avoid mutating executable paths when copying files during full service instal...Liam Mitchell2025-09-041-5/+7