aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* compact separate for gc referencer (#533)Dan Engelbrecht2023-11-216-360/+568
* Added HTTP verb HEAD to objstore get-object. (#554)Per Larsson2023-11-201-1/+1
* blocking queue fix (#550)Dan Engelbrecht2023-11-162-16/+29
* add wipe prevention via file in data root dir (#548)Dan Engelbrecht2023-11-161-3/+18
* add zenserver state snapshot support (#543)Stefan Boberg2023-11-163-1/+21
* Trim any leading slash and backslash from bucket prefix. (#541)Per Larsson2023-11-151-0/+2
* remove dependency on cxxopts exception types (#542)Stefan Boberg2023-11-151-10/+13
* Make object store endpoint S3 compatible. (#535)Per Larsson2023-11-153-46/+415
* fix race contdition when signaling shutdown of process and waiting for comple...Dan Engelbrecht2023-11-152-4/+6
* add host name to sentry (#537)Dan Engelbrecht2023-11-152-7/+51