aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Gracefully exit if Ctrl-C is pressed (#293)Dan Engelbrecht2023-05-112-5/+42
* allow early logging (#292)Dan Engelbrecht2023-05-111-5/+3
* Close down http server gracefully when exiting even while requests are still ...Dan Engelbrecht2023-05-111-0/+1
* WARN level log if we can't write snapshot/manifest/access times (#288)Dan Engelbrecht2023-05-112-6/+20
* need to set 'id' for user info in sentry (#287)Dan Engelbrecht2023-05-101-25/+35
* Only rewrite state_marker file if it does not exist so we can see the age of itDan Engelbrecht2023-05-101-3/+6
* clean up log/index reading and fix incorrect logging about bad log files (#286)Dan Engelbrecht2023-05-101-4/+8
* monitor if a state-maker file still exists, and if not error out and exit (#283)Dan Engelbrecht2023-05-091-0/+25
* Low disk space detector (#277)Dan Engelbrecht2023-05-097-119/+231
* Validate that entries points inside valid blocks at startup (#280)Dan Engelbrecht2023-05-091-4/+44
* add ip and username to sentry reports if allowed in settings (#276)Dan Engelbrecht2023-05-083-0/+37