aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add --skip-delete option to gc command (#484)Dan Engelbrecht2023-10-207-2/+23
* add `flush` command and more gc status info (#483)Dan Engelbrecht2023-10-1813-68/+345
* 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
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-10-171-0/+2
|\
| * minor - fix references size arrayDan Engelbrecht2023-10-171-0/+2
* | minor: fixed some typosStefan Boberg2023-10-171-3/+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
* support for multiple http servers (#473)Stefan Boberg2023-10-1314-393/+559
* improved http.sys initialization diagnostics and amended logic for dedicated ...Stefan Boberg2023-10-131-40/+71
* restructured zenhttp (#472)Stefan Boberg2023-10-1316-7/+6
* faster oplog iteration (#471)Dan Engelbrecht2023-10-137-44/+72
* Merge remote-tracking branch 'origin/main' into zs/default-port-changeStefan Boberg2023-10-1217-50/+682
|\
| * Update README.mdStefan Boberg2023-10-121-1/+1
| * added initial README.mdStefan Boberg2023-10-121-0/+5
| * restructured transports SDK for easier UE integration (#470)Stefan Boberg2023-10-126-4/+14
| * added logging utility functions (from sb/proto) (#469)Stefan Boberg2023-10-122-0/+549
| * skip lightweight GC if full GC is due soon (#467)Stefan Boberg2023-10-121-20/+30
| * adjust resource usage for dedicated servers (#466)Stefan Boberg2023-10-127-26/+84
* | Change default port to 8558zousar2023-10-119-13/+13
|/
* added explicit implementation of IoHash equals operator (#464)Stefan Boberg2023-10-111-0/+2
* pluggable asio transport (#460)Stefan Boberg2023-10-1116-117/+607
* hide HttpAsioServer interface behind factory function (#463)Stefan Boberg2023-10-113-24/+29
* updated plugin API class names (#462)Stefan Boberg2023-10-119-98/+97