aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* minor - fix references size arrayDan Engelbrecht2023-10-171-0/+2
* added temporary admin/mi_collect handler (#479)Stefan Boberg2023-10-171-0/+40
* don't call compact references if caching is not enabled (#478)Dan Engelbrecht2023-10-171-6/+12
* rewite state marker at startup (#477)Dan Engelbrecht2023-10-171-6/+4
* restructured zenhttp (#472)Stefan Boberg2023-10-133-1/+255
* faster oplog iteration (#471)Dan Engelbrecht2023-10-135-43/+54
* Merge remote-tracking branch 'origin/main' into zs/default-port-changeStefan Boberg2023-10-121-0/+2
|\
| * adjust resource usage for dedicated servers (#466)Stefan Boberg2023-10-121-0/+2
* | Change default port to 8558zousar2023-10-115-6/+6
|/
* remove legacy compute interfaces (#461)Stefan Boberg2023-10-1112-3212/+41
* fix clang-format whoopsieStefan Boberg2023-10-111-1/+1
* added back main thread nameStefan Boberg2023-10-111-0/+2