aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make sure GetEnvVariable can handle values that are longer than 1023 characte...Dan Engelbrecht2023-06-131-4/+18
* add oplog snapshot command (#331)Dan Engelbrecht2023-06-123-0/+91
* fix jupiter access token for oplog upload (#330)Dan Engelbrecht2023-06-121-1/+1
* drive-by constStefan Boberg2023-06-121-1/+1
* changed ZEN_ERROR to ZEN_WARN to reduce Sentry noiseStefan Boberg2023-06-081-3/+8
* Removed unnecessary windows.h includeStefan Boberg2023-06-081-4/+0
* added missing <utility> includeStefan Boberg2023-06-071-0/+1
* added thread names to timer, upstream monitorStefan Boberg2023-06-073-2/+19
* Increase retry logic (#325)Dan Engelbrecht2023-06-051-13/+19
* Enable front-end serving in release modeStefan Boberg2023-05-312-26/+40
* fix for Linux/sentry build issueStefan Boberg2023-05-261-3/+0
* oplog snapshot (#317)Stefan Boberg2023-05-253-17/+219
* minor: refcount bump eliminationStefan Boberg2023-05-251-1/+1
* named oplog upload worker pool threadsStefan Boberg2023-05-251-1/+12
* minor: comment fixStefan Boberg2023-05-251-1/+1
* BasicFile::ReadAll should handle zero-sized files gracefullyStefan Boberg2023-05-251-3/+10
* added defaults to remote project store option definitionsStefan Boberg2023-05-253-5/+6
* fix for random uint32 -> uint32_tStefan Boberg2023-05-251-1/+1
* fix for issue with missing options in helpStefan Boberg2023-05-251-0/+2
* block destructors from throwing exceptions (#321)Dan Engelbrecht2023-05-243-8/+12
* cache log sessionid (#297)Stefan Boberg2023-05-237-169/+274
* use exception when allocations fail rather than asserts (#319)Dan Engelbrecht2023-05-233-5/+34
* streaming decompression support (#142)Stefan Boberg2023-05-238-29/+1000
* MemoryView::RightChop -> constStefan Boberg2023-05-221-1/+1
* removed some old test code which is no longer usefulStefan Boberg2023-05-221-66/+1
* minor: fixed typos in log output (PUTCACEHRECORD -> PUTCACHERECORD)Stefan Boberg2023-05-221-2/+2
* 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