aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix response error conversion (#643)Dan Engelbrecht2024-01-293-6/+7
* exception on basicfile read error (#642)Dan Engelbrecht2024-01-292-10/+30
* add ignore-missing-attachments option to oplog export (debugging tool) (#641)Dan Engelbrecht2024-01-257-39/+68
* Use proper format for range request header (#640)Dan Engelbrecht2024-01-241-4/+10
* Add retry with optional resume logic to HttpClient::Download (#639)Dan Engelbrecht2024-01-249-1258/+688
* oplog import/export improvements (#634)Dan Engelbrecht2024-01-234-226/+371
* add --ignore-missing-attachments to oplog-import command (#637)Dan Engelbrecht2024-01-225-53/+98
* improved errors from jupiter upstream (#636)Dan Engelbrecht2024-01-223-6/+82
* jobqueue - allow multiple threads to report progress/messages (#635)Dan Engelbrecht2024-01-224-19/+37
* make sure to advance read buffer pointer in BasicFileWriter::Write (#633)Dan Engelbrecht2024-01-221-1/+3
* Use correct HTTP range values. (#632)Per Larsson2024-01-171-1/+1
* reinstate formatter settings for file sink (#631)Stefan Boberg2024-01-171-0/+9
* remove use of <random> in stats (#628)Stefan Boberg2024-01-102-6/+45
* release RPC recording memory early (#627)Stefan Boberg2023-12-201-2/+7
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-2031-1789/+2002
* move cachedisklayer and structuredcachestore into zenstore (#624)Stefan Boberg2023-12-1912-28/+27
* Don't capture local variables in loop by reference (#623)Dan Engelbrecht2023-12-191-27/+27
* ensure we can build without trace (#619)Stefan Boberg2023-12-195-2/+13
* various TSAN/ASAN/LeakAnalyzer fixes (#622)Stefan Boberg2023-12-196-10/+32
* fix ChunkIndexToChunkHash indexing (#621)Stefan Boberg2023-12-192-2/+2
* fix leak in IoBuffer for manifested small chunk (#618)Stefan Boberg2023-12-191-2/+2
* cache RPC recorder threading fixes (#617)Stefan Boberg2023-12-193-54/+110
* Fix crash bug when trying to inspect non-open block file in GC (#614)Dan Engelbrecht2023-12-182-7/+20
* Make sure we initialize the pattern of FileSink before it is added as a usabl...Dan Engelbrecht2023-12-181-12/+8
* log each block that is compacted (#613)Dan Engelbrecht2023-12-151-0/+5
* fixed v2 rpc recording issue with >4GB data per segment (#612)Stefan Boberg2023-12-154-146/+323
* implement cache recording segment split by age (#611)Stefan Boberg2023-12-143-17/+110
* 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