aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sorted the commands exposed from zen CLIStefan Boberg2023-05-191-8/+8
* fixed bug where an oplog delete would not actually delete the oplogStefan Boberg2023-05-191-2/+9
* fix for commented-out code which was never meant to be checked inStefan Boberg2023-05-171-6/+6
* project store refactor (#316)Stefan Boberg2023-05-175-1518/+1560
* Sb/oplog export fixes (#315)Stefan Boberg2023-05-171-16/+28
* zen print command should use an extendable string buffer to prevent overflowStefan Boberg2023-05-171-1/+1
* fix for redundant define checkStefan Boberg2023-05-171-5/+3
* Restructured structured cache store (#314)Stefan Boberg2023-05-1711-2811/+2884
* Content scrubbing (#271)Stefan Boberg2023-05-1610-239/+625
* added benchmark utility command `bench` (#298)Stefan Boberg2023-05-165-1/+260
* implemented subtree copyingStefan Boberg2023-05-161-4/+103
* demote state_marker deletion detection to warningDan Engelbrecht2023-05-161-1/+1
* exit without SIGABRT if exception is thrown during startup (#313)Dan Engelbrecht2023-05-161-7/+41
* Additional trace instrumentation (#312)Stefan Boberg2023-05-169-9/+139
* Moved EnableVTMode function into zencore (#311)Stefan Boberg2023-05-164-53/+38
* Add `--gc-projectstore-duration-seconds` option (#281)Dan Engelbrecht2023-05-1610-97/+140
* clear partially formatted response if request fails (http asio) (#310)Dan Engelbrecht2023-05-161-0/+3
* removed RefCounted from ZenCacheNamespaceStefan Boberg2023-05-151-2/+13
* zenserver does not support test mode in releaseStefan Boberg2023-05-151-0/+5
* removed remnants of ZEN_USE_REF_TRACKINGStefan Boberg2023-05-153-47/+0
* added error reporting for bad BlockStore chunksStefan Boberg2023-05-151-5/+22
* removed unnecessary #include directives from cas.hStefan Boberg2023-05-151-10/+3
* MaxOS build fix: ScrubStorage must be overrideStefan Boberg2023-05-151-10/+16
* added ScrubStorage to GcStorage base classStefan Boberg2023-05-157-18/+42
* added scrubbing related loggingStefan Boberg2023-05-152-0/+6
* added static_assert for BlockStoreDiskLocationStefan Boberg2023-05-151-0/+2
* corrected CidStore commentStefan Boberg2023-05-151-4/+0
* Added some comments to ZenServerInstance etcStefan Boberg2023-05-151-10/+18
* CidStore::Impl explicit constructor, fixed #ifndef NDEBUGStefan Boberg2023-05-151-3/+4
* minor GC API cleanupStefan Boberg2023-05-1518-73/+73
* some HttpClient changes eliminating some cpr helpersStefan Boberg2023-05-152-21/+33
* added some top-level trace scopes to httpsys implStefan Boberg2023-05-151-0/+5
* SetCurrentThreadName now sets thread name in traceStefan Boberg2023-05-151-10/+14
* brought over minor IoBuffer changes from sb/scrubStefan Boberg2023-05-152-0/+3
* added IoBuffer.mmap test caseStefan Boberg2023-05-151-0/+27
* disable warning C5105 in ZEN_THIRD_PARTY_INCLUDES_STARTStefan Boberg2023-05-152-7/+8
* auto -> typed declarationsStefan Boberg2023-05-151-2/+3
* removed excessive ZEN_UNUSED declsStefan Boberg2023-05-151-2/+2
* Remove ZEN_CACHE_TRACKER etcStefan Boberg2023-05-154-437/+0
* Better defaults for zen cli (#302)Stefan Boberg2023-05-158-23/+254
* added trace::DescribeSession to TraceInitStefan Boberg2023-05-151-7/+13
* Ensure WorkerThreadPool tests always runStefan Boberg2023-05-151-0/+2
* Assign auth thread a nameStefan Boberg2023-05-151-0/+2
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-05-1518-111/+780
|\
| * Remove ATL header usage (#306)Stefan Boberg2023-05-1513-71/+520
| * all threads should be named (#304)Stefan Boberg2023-05-155-40/+260
* | implemented string conversion for CbValidateError enumStefan Boberg2023-05-152-0/+44
|/
* wipe cache buckets block store that may contain invalid state (#300)Dan Engelbrecht2023-05-121-0/+14
* fix gc bucket index compaction (#299)Dan Engelbrecht2023-05-121-4/+5
* implemented structured cache logging (#296)Stefan Boberg2023-05-125-13/+111