aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix CacheBucket::CollectGarbage removing standalone entries without an exclus...Dan Engelbrecht2023-10-271-4/+7
* block sending error reports from sentry_sink to Sentry unless the log is actu...Dan Engelbrecht2023-10-271-0/+4
* eliminate redundant logging code (#499)Stefan Boberg2023-10-253-723/+35
* statsd metrics reporting (#496)Stefan Boberg2023-10-259-14/+194
* New rotating file logger that keeps on running regardless of errors (#495)Dan Engelbrecht2023-10-251-13/+272
* removed HttpCidStore (#497)Stefan Boberg2023-10-244-165/+0
* merge disk and memory layers (#493)Dan Engelbrecht2023-10-2411-1134/+809
* fix m_LastFullGcDuration, m_LastFullGCDiff, m_LastFullGcDuration and m_LastLi...Dan Engelbrecht2023-10-231-2/+2
* Remove any unreferenced blocks in block store on open (#492)Dan Engelbrecht2023-10-232-9/+4
* Filter expired cache entries against ExpiredKeys - not CAS entries to retain ...Dan Engelbrecht2023-10-231-40/+23
* Don't prune block locations due to missing blocks a startup (#487)Dan Engelbrecht2023-10-202-57/+11
* Cache (rpc) activitity recording improvements (#482)Stefan Boberg2023-10-202-9/+23
* clean up GcContributor and GcStorage to be pure interfaces (#485)Dan Engelbrecht2023-10-204-5/+14
* Add --skip-delete option to gc command (#484)Dan Engelbrecht2023-10-202-1/+6
* add `flush` command and more gc status info (#483)Dan Engelbrecht2023-10-187-36/+130
* added command line option to start server clean (#481)Stefan Boberg2023-10-174-30/+48
* removed unnecessary vector in ZenCacheMemoryLayer::DropStefan Boberg2023-10-171-3/+2
* fix mem layer total count (#480)Dan Engelbrecht2023-10-172-6/+17