aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure IoBuffer is a valid null-buffer after move operation (#610)Dan Engelbrecht2023-12-142-4/+15
* Don't use copy of Payloads array when fetching memcached payload in GC (#609)Dan Engelbrecht2023-12-131-1/+1
* fix peak disk load in gc status (#608)Dan Engelbrecht2023-12-131-12/+11
* skip invalid chunks when reclaiming space in block store (#607)Dan Engelbrecht2023-12-131-0/+13
* improve trace (#606)Dan Engelbrecht2023-12-135-37/+65
* fix crash at log exit (#605)Dan Engelbrecht2023-12-131-7/+5
* use mimalloc where available (#601)Stefan Boberg2023-12-121-15/+11
* Adding an info command to display a top-level summary of disk space etc (#602)Stefan Boberg2023-12-128-31/+336
* premature logging shutdown fix (#603)v0.2.36Stefan Boberg2023-12-121-0/+9
* header only compressed buffers are valid (#604)Dan Engelbrecht2023-12-121-2/+2
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-12-11117-5211/+9027
|\
| * Make sure that PathFromHandle don't hide true error when throwing exceptions ...Dan Engelbrecht2023-12-113-16/+31
| * mem cache perf improvements (#592)Dan Engelbrecht2023-12-112-120/+168
| * added details to trace initialization (#588)Stefan Boberg2023-12-114-11/+17
| * improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-1117-137/+439
| * multi-line logging improvements (#597)Stefan Boberg2023-12-114-78/+127
| * SuppressConsoleLog now removes any existing console logger (#599)Stefan Boberg2023-12-111-0/+5
| * fix deadlock at bucket creation (#598)Dan Engelbrecht2023-12-112-177/+205
| * Merge branch 'main' into zs/get-all-chunk-infoszs/get-all-chunk-infoszousar2023-12-0731-209/+512
| |\
| | * fixed bug in CasContainerStrategy::ReadIndexFile (#595)Stefan Boberg2023-12-071-1/+3
| | * logging configuration via command line options (#589)Stefan Boberg2023-12-066-7/+114
| | * Use correct iterator index when looking up memcached payload in GatherReferen...Dan Engelbrecht2023-12-051-5/+4
| | * http plugin dependency fixes (#590)Stefan Boberg2023-12-053-5/+17
| | * HTTP plugin request debug logging (#587)Stefan Boberg2023-12-0516-146/+256
| | * reserve vectors in gcv2 upfront / load factor for robin_map (#582)Dan Engelbrecht2023-12-047-41/+88
| | * memory usage estimation for memcached entries (#586)Dan Engelbrecht2023-12-041-5/+24
| | * Add context to Zen upstream resolve error message (#585)Stefan Boberg2023-12-041-1/+1
| | * safe threadpool shutdown (#584)Dan Engelbrecht2023-12-042-1/+8
| * | Change naming to ChunkInfos instead of Chunkszousar2023-12-064-12/+12
| * | Ran precommitzousar2023-12-052-7/+3
| * | Get hash when retrieving chunkszousar2023-12-052-7/+32
| * | Add endpoint for all chunk infoszousar2023-12-013-8/+45
| |/
| * use 32 bit offset and size in BlockStoreLocation (#581)Dan Engelbrecht2023-12-016-75/+117
| * add separate PreCache step for GcReferenceChecker (#578)Dan Engelbrecht2023-12-018-223/+481
| * WinIoThreadPool teardown cleaned up (#580)Stefan Boberg2023-11-301-0/+5
| * global thread worker pools (#577)Dan Engelbrecht2023-11-299-33/+131
| * fixed file logger pattern (#579)Stefan Boberg2023-11-291-1/+1
| * close thread pool + parallel CasImpl::Initialize (#576)Dan Engelbrecht2023-11-282-4/+18
| * moved LuaConfig code so it can be used outside of config.cpp (#575)Stefan Boberg2023-11-283-540/+705
| * tracing for gcv2 (#574)Dan Engelbrecht2023-11-286-17/+53
| * Don't call spdlog::drop_all, spdlog::shutdown will do that for us in a contro...Dan Engelbrecht2023-11-271-1/+0
| * fix missing locks/sync of log position when writing index snapshots (#572)Dan Engelbrecht2023-11-272-4/+9
| * gcv2 tests for project store and bugfixes (#571)Dan Engelbrecht2023-11-272-84/+213
| * optimized index snapshot reading/writing (#561)Stefan Boberg2023-11-2717-534/+1074
| * gc stop command (#569)v0.2.36-pre2Dan Engelbrecht2023-11-278-7/+125
| * Add GC Cancel/Stop (#568)Dan Engelbrecht2023-11-247-138/+353
| * fix truncation of sentry hostnameDan Engelbrecht2023-11-241-1/+1
| * Updated branding (#567)Stefan Boberg2023-11-233-5/+5
| * added --powercycle option (#565)Stefan Boberg2023-11-237-120/+164
| * embed html frontend content as binary compiled data (#559)Dan Engelbrecht2023-11-233-2/+7