aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix comparison operator for cache disk location (#534)Dan Engelbrecht2023-11-141-1/+12
* fix index out of bounds in CacheBucket::CompactState (#532)Dan Engelbrecht2023-11-141-25/+24
* fix potential logic error in bucket manifest readStefan Boberg2023-11-131-17/+21
* gc history log (#519)Dan Engelbrecht2023-11-131-97/+4
* package dependency clean-ups (#531)Stefan Boberg2023-11-131-1/+0
* fix bad access to unlocked state (#527)Dan Engelbrecht2023-11-102-17/+26
* reduce memory footprint for bucket indexes (#526)Stefan Boberg2023-11-101-14/+14
* option for zenserver - `--http-forceloopback` (#516)Dan Engelbrecht2023-11-091-0/+12
* reduce number of files generated on shared instances (#524)Stefan Boberg2023-11-092-1/+8
* disk layer gc and error/warnings cleanup (#515)Dan Engelbrecht2023-11-083-77/+126
* changed logic around sponsor process monitoring (#522)Stefan Boberg2023-11-081-1/+1
* Don't put cache entries into the memory cache on Put, only on Get (#518)Dan Engelbrecht2023-11-072-21/+24