aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* disk layer gc and error/warnings cleanup (#515)Dan Engelbrecht2023-11-087-80/+134
* implemented openssl-free encryption for Windows (#520)Stefan Boberg2023-11-084-14/+196
* changed logic around sponsor process monitoring (#522)Stefan Boberg2023-11-082-1/+2
* removed zstd references (#521)Stefan Boberg2023-11-082-4/+2
* Don't put cache entries into the memory cache on Put, only on Get (#518)Dan Engelbrecht2023-11-073-21/+25
* factored out some compiler definitions etc into zenbase (#517)Stefan Boberg2023-11-0736-343/+376
* bump xmake CI version to 2.8.2 (#514)Dan Engelbrecht2023-11-073-18/+13
* spdlog implementation hiding (#498)Stefan Boberg2023-11-0646-515/+823
* gc v2 tests (#512)Dan Engelbrecht2023-11-0613-172/+394
* 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-062-12/+13
* reduce cachebucket mem (#509)Dan Engelbrecht2023-11-063-293/+449
* zen copy-state command to copy a zenserver data directory without the bulk da...Dan Engelbrecht2023-11-064-0/+207
* multithread cache bucket (#508)Dan Engelbrecht2023-11-064-277/+324
* keep a "null" iobuffer core to reduce redundant memory allocations (#507)Dan Engelbrecht2023-11-062-1/+7
* individual gc stats (#506)Dan Engelbrecht2023-10-3015-553/+969
* fix changelogDan Engelbrecht2023-10-301-1/+1
* New GC implementation (#459)Dan Engelbrecht2023-10-3022-141/+2702
* set up arch properly when running tests (mac) (#505)Stefan Boberg2023-10-282-0/+5
* 0.2.30v0.2.30Dan Engelbrecht2023-10-271-1/+1
* added missing includes (#504)Stefan Boberg2023-10-2719-0/+32
* 0.2.30-pre0v0.2.30-pre0Dan Engelbrecht2023-10-271-1/+1
* fixed missing context for cache record PUT operations (#503)Stefan Boberg2023-10-272-2/+7
* fix CacheBucket::CollectGarbage removing standalone entries without an exclus...Dan Engelbrecht2023-10-272-4/+8
* block sending error reports from sentry_sink to Sentry unless the log is actu...Dan Engelbrecht2023-10-272-0/+7
* 0.2.29v0.2.29Dan Engelbrecht2023-10-261-1/+1
* only measure a variable integer once where we can (#500)Dan Engelbrecht2023-10-253-7/+20
* 0.2.29-pre0v0.2.29-pre0Dan Engelbrecht2023-10-251-1/+1
* eliminate redundant logging code (#499)Stefan Boberg2023-10-2510-1136/+759
* statsd metrics reporting (#496)Stefan Boberg2023-10-2519-14/+813
* New rotating file logger that keeps on running regardless of errors (#495)Dan Engelbrecht2023-10-254-15/+309
* removed HttpCidStore (#497)Stefan Boberg2023-10-245-165/+1
* merge disk and memory layers (#493)Dan Engelbrecht2023-10-2412-1134/+811
* 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-232-40/+24
* 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-202-6/+37
* 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-206-147/+114
* Cache (rpc) activitity recording improvements (#482)Stefan Boberg2023-10-2010-96/+821
* clean up GcContributor and GcStorage to be pure interfaces (#485)Dan Engelbrecht2023-10-2010-46/+31
* Add --skip-delete option to gc command (#484)Dan Engelbrecht2023-10-208-2/+26
* Change shared server config to use port 8558zousar2023-10-181-1/+1
* add `flush` command and more gc status info (#483)Dan Engelbrecht2023-10-1814-68/+351
* 0.2.28v0.2.28Dan Engelbrecht2023-10-181-1/+1