aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix potential logic error in bucket manifest readStefan Boberg2023-11-131-17/+21
* gc history log (#519)Dan Engelbrecht2023-11-139-199/+535
* package dependency clean-ups (#531)Stefan Boberg2023-11-138-63/+16
* fmt compilation fix for fmt v10+new vs build (#529)Stefan Boberg2023-11-131-8/+15
* If a directory is deleted while we try to traverse it, skip it and continue (...Dan Engelbrecht2023-11-101-0/+11
* fix bad access to unlocked state (#527)Dan Engelbrecht2023-11-103-17/+27
* reduce memory footprint for bucket indexes (#526)Stefan Boberg2023-11-101-14/+14
* option for zenserver - `--http-forceloopback` (#516)Dan Engelbrecht2023-11-097-30/+67
* removed duplicate and unused constantsStefan Boberg2023-11-091-8/+0
* reduce number of files generated on shared instances (#524)Stefan Boberg2023-11-092-1/+8
* don't try to close NewBlockFile if it hasn't been created (#523)Dan Engelbrecht2023-11-081-1/+1
* disk layer gc and error/warnings cleanup (#515)Dan Engelbrecht2023-11-086-80/+131
* implemented openssl-free encryption for Windows (#520)Stefan Boberg2023-11-082-13/+192
* changed logic around sponsor process monitoring (#522)Stefan Boberg2023-11-081-1/+1
* removed zstd references (#521)Stefan Boberg2023-11-081-2/+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-0734-343/+374
* spdlog implementation hiding (#498)Stefan Boberg2023-11-0644-512/+820
* gc v2 tests (#512)Dan Engelbrecht2023-11-0612-171/+389
* statsd for cas (#511)Dan Engelbrecht2023-11-068-27/+73
* fixed issue where file log sink would get the wrong pattern assigned (#513)Stefan Boberg2023-11-061-12/+12
* reduce cachebucket mem (#509)Dan Engelbrecht2023-11-062-293/+448
* zen copy-state command to copy a zenserver data directory without the bulk da...Dan Engelbrecht2023-11-063-0/+206
* multithread cache bucket (#508)Dan Engelbrecht2023-11-063-277/+323
* keep a "null" iobuffer core to reduce redundant memory allocations (#507)Dan Engelbrecht2023-11-062-1/+7
* individual gc stats (#506)Dan Engelbrecht2023-10-3014-553/+966
* New GC implementation (#459)Dan Engelbrecht2023-10-3021-141/+2701
* added missing includes (#504)Stefan Boberg2023-10-2719-0/+32
* 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
* only measure a variable integer once where we can (#500)Dan Engelbrecht2023-10-252-7/+19
* eliminate redundant logging code (#499)Stefan Boberg2023-10-2510-1136/+759
* statsd metrics reporting (#496)Stefan Boberg2023-10-2518-14/+812
* New rotating file logger that keeps on running regardless of errors (#495)Dan Engelbrecht2023-10-253-14/+307
* removed HttpCidStore (#497)Stefan Boberg2023-10-244-165/+0
* merge disk and memory layers (#493)Dan Engelbrecht2023-10-2411-1134/+809
* chunking moved to zenstore (#490)Stefan Boberg2023-10-234-1241/+438
* fix m_LastFullGcDuration, m_LastFullGCDiff, m_LastFullGcDuration and m_LastLi...Dan Engelbrecht2023-10-233-28/+23
* Remove any unreferenced blocks in block store on open (#492)Dan Engelbrecht2023-10-235-17/+28
* Filter expired cache entries against ExpiredKeys - not CAS entries to retain ...Dan Engelbrecht2023-10-231-40/+23
* typedef for std streaming to StringBuilderStefan Boberg2023-10-201-0/+2
* explicit ChunkingLinearAllocatorStefan Boberg2023-10-201-1/+1
* more cleanup from sb/protoStefan Boberg2023-10-203-16/+30
* improve error handling when parsing http requests (#489)Dan Engelbrecht2023-10-201-6/+36
* place tests in own group (for sln) (#488)Stefan Boberg2023-10-204-0/+4
* added HttpClient::GetBaseUriStefan Boberg2023-10-201-1/+2
* Don't prune block locations due to missing blocks a startup (#487)Dan Engelbrecht2023-10-205-147/+113
* Cache (rpc) activitity recording improvements (#482)Stefan Boberg2023-10-209-96/+816
* clean up GcContributor and GcStorage to be pure interfaces (#485)Dan Engelbrecht2023-10-2010-46/+31