aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
* Add `--assume-http2` option to cloud style import/export command to use a HTT...Dan Engelbrecht2023-08-095-4/+15
* use streaming read for PutCompressedBlob if source is single file (#338)Dan Engelbrecht2023-08-091-1/+18
* add more logging on jupiter fail (#345)Dan Engelbrecht2023-08-081-0/+124
* fix asserts and exceptions (#344)Dan Engelbrecht2023-08-083-3/+23
* add requested item in oplog remote op (#340)Dan Engelbrecht2023-08-013-53/+155
* removed unnecessary cpr referenceStefan Boberg2023-06-301-4/+0
* clang-format :(Stefan Boberg2023-06-301-12/+12
* build fix for ZEN_WITH_TESTSStefan Boberg2023-06-301-1/+6
* file share support (#328)Stefan Boberg2023-06-163-38/+47
* make sure to set error code to zero on successDan Engelbrecht2023-06-161-1/+1
* Improve resonse messages from jupiter upstream (#333)Dan Engelbrecht2023-06-152-210/+81
* fix jupiter access token for oplog upload (#330)Dan Engelbrecht2023-06-121-1/+1
* changed ZEN_ERROR to ZEN_WARN to reduce Sentry noiseStefan Boberg2023-06-081-3/+8
* added thread names to timer, upstream monitorStefan Boberg2023-06-072-1/+9
* 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-251-6/+154
* 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
* added defaults to remote project store option definitionsStefan Boberg2023-05-253-5/+6
* fix for random uint32 -> uint32_tStefan Boberg2023-05-251-1/+1
* block destructors from throwing exceptions (#321)Dan Engelbrecht2023-05-241-5/+5
* cache log sessionid (#297)Stefan Boberg2023-05-236-169/+246
* minor: fixed typos in log output (PUTCACEHRECORD -> PUTCACHERECORD)Stefan Boberg2023-05-221-2/+2
* 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
* 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-163-136/+309
* 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-162-8/+54
* Moved EnableVTMode function into zencore (#311)Stefan Boberg2023-05-161-28/+1
* Add `--gc-projectstore-duration-seconds` option (#281)Dan Engelbrecht2023-05-166-52/+57
* 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-151-19/+0
* MaxOS build fix: ScrubStorage must be overrideStefan Boberg2023-05-151-10/+16
* added ScrubStorage to GcStorage base classStefan Boberg2023-05-152-3/+4
* added scrubbing related loggingStefan Boberg2023-05-152-0/+6
* minor GC API cleanupStefan Boberg2023-05-158-38/+38
* Remove ZEN_CACHE_TRACKER etcStefan Boberg2023-05-154-437/+0
* Remove ATL header usage (#306)Stefan Boberg2023-05-151-0/+1
* all threads should be named (#304)Stefan Boberg2023-05-152-4/+7
* 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-123-9/+107