aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
* fix response error conversion (#643)Dan Engelbrecht2024-01-292-5/+6
* add ignore-missing-attachments option to oplog export (debugging tool) (#641)Dan Engelbrecht2024-01-254-36/+51
* Add retry with optional resume logic to HttpClient::Download (#639)Dan Engelbrecht2024-01-245-1037/+178
* oplog import/export improvements (#634)Dan Engelbrecht2024-01-233-224/+368
* add --ignore-missing-attachments to oplog-import command (#637)Dan Engelbrecht2024-01-223-49/+83
* improved errors from jupiter upstream (#636)Dan Engelbrecht2024-01-222-5/+72
* jobqueue - allow multiple threads to report progress/messages (#635)Dan Engelbrecht2024-01-221-0/+5
* Use correct HTTP range values. (#632)Per Larsson2024-01-171-1/+1
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-2011-1773/+71
* move cachedisklayer and structuredcachestore into zenstore (#624)Stefan Boberg2023-12-1911-7697/+6
* ensure we can build without trace (#619)Stefan Boberg2023-12-192-2/+4
* various TSAN/ASAN/LeakAnalyzer fixes (#622)Stefan Boberg2023-12-191-0/+5
* fix ChunkIndexToChunkHash indexing (#621)Stefan Boberg2023-12-191-1/+1
* cache RPC recorder threading fixes (#617)Stefan Boberg2023-12-192-15/+62
* Don't use copy of Payloads array when fetching memcached payload in GC (#609)Dan Engelbrecht2023-12-131-1/+1
* improve trace (#606)Dan Engelbrecht2023-12-132-36/+53
* Adding an info command to display a top-level summary of disk space etc (#602)Stefan Boberg2023-12-125-31/+258
* mem cache perf improvements (#592)Dan Engelbrecht2023-12-112-120/+168
* added details to trace initialization (#588)Stefan Boberg2023-12-112-4/+4
* improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-118-87/+301
* multi-line logging improvements (#597)Stefan Boberg2023-12-111-6/+7
* 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-075-21/+80
|\
| * logging configuration via command line options (#589)Stefan Boberg2023-12-063-3/+28
| * Use correct iterator index when looking up memcached payload in GatherReferen...Dan Engelbrecht2023-12-051-5/+4
| * HTTP plugin request debug logging (#587)Stefan Boberg2023-12-051-1/+1
| * reserve vectors in gcv2 upfront / load factor for robin_map (#582)Dan Engelbrecht2023-12-041-5/+20
| * 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-041-1/+2
* | 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-012-41/+78
* add separate PreCache step for GcReferenceChecker (#578)Dan Engelbrecht2023-12-014-217/+410
* global thread worker pools (#577)Dan Engelbrecht2023-11-293-22/+11
* 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-282-0/+26
* gcv2 tests for project store and bugfixes (#571)Dan Engelbrecht2023-11-271-84/+209
* optimized index snapshot reading/writing (#561)Stefan Boberg2023-11-273-469/+802
* gc stop command (#569)v0.2.36-pre2Dan Engelbrecht2023-11-273-6/+37
* Add GC Cancel/Stop (#568)Dan Engelbrecht2023-11-241-11/+60
* fix truncation of sentry hostnameDan Engelbrecht2023-11-241-1/+1
* Updated branding (#567)Stefan Boberg2023-11-232-3/+3
* added --powercycle option (#565)Stefan Boberg2023-11-234-0/+13
* embed html frontend content as binary compiled data (#559)Dan Engelbrecht2023-11-233-2/+7
* fix block cloning copy argument validation (#560)Stefan Boberg2023-11-221-0/+1
* reduce work when there are no blocks to compact (#558)Dan Engelbrecht2023-11-221-54/+61
* add command line options for compact block threshold and gc verbose (#557)Dan Engelbrecht2023-11-216-7/+81