aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* factored out some compiler definitions etc into zenbase (#517)Stefan Boberg2023-11-073-3/+3
* spdlog implementation hiding (#498)Stefan Boberg2023-11-0616-63/+71
* gc v2 tests (#512)Dan Engelbrecht2023-11-063-66/+11
* statsd for cas (#511)Dan Engelbrecht2023-11-064-9/+5
* reduce cachebucket mem (#509)Dan Engelbrecht2023-11-062-293/+448
* multithread cache bucket (#508)Dan Engelbrecht2023-11-061-21/+66
* individual gc stats (#506)Dan Engelbrecht2023-10-306-196/+402
* New GC implementation (#459)Dan Engelbrecht2023-10-3010-110/+1535
* added missing includes (#504)Stefan Boberg2023-10-274-0/+5
* fixed missing context for cache record PUT operations (#503)Stefan Boberg2023-10-271-2/+6