aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/zenserver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Limit size of memory cache layer (#423)Dan Engelbrecht2023-10-021-8/+12
* lightweight gc (#431)Dan Engelbrecht2023-10-021-2/+6
* Sentry username fix (#435)Stefan Boberg2023-10-011-2/+2
* handle error in error log (#422)Dan Engelbrecht2023-09-251-15/+46
* Add runtime status/control of logging (#419)Dan Engelbrecht2023-09-221-8/+15
* add trace command to enable/disable tracing at runtime (#416)Dan Engelbrecht2023-09-221-12/+4
* controlled zenserver shutdown (#413)Dan Engelbrecht2023-09-201-20/+36
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-201-0/+7
* add DiskWriteBlocker to structured cache store log writer (#408)Dan Engelbrecht2023-09-151-1/+2
* http and httpsys config options (#401)Dan Engelbrecht2023-09-141-2/+2
* job queue and async oplog-import/export (#395)Dan Engelbrecht2023-09-131-3/+15
* ZenCacheStore is now reference counted (#398)Stefan Boberg2023-09-131-7/+6
* add `cache-write-log` and `cache-access-log“ configuration options (#394)Dan Engelbrecht2023-09-111-3/+6
* use atexit hook to shut down tracing (#369)Dan Engelbrecht2023-08-211-1/+9
* fix trace close (#365)Dan Engelbrecht2023-08-211-0/+1
* update vcpkg dependencies (#356)Dan Engelbrecht2023-08-111-2/+4
* fix asserts and exceptions (#344)Dan Engelbrecht2023-08-081-2/+11
* clang-format :(Stefan Boberg2023-06-301-12/+12
* build fix for ZEN_WITH_TESTSStefan Boberg2023-06-301-1/+6
* added thread names to timer, upstream monitorStefan Boberg2023-06-071-1/+7
* fix for random uint32 -> uint32_tStefan Boberg2023-05-251-1/+1
* project store refactor (#316)Stefan Boberg2023-05-171-0/+1
* fix for redundant define checkStefan Boberg2023-05-171-5/+3
* Restructured structured cache store (#314)Stefan Boberg2023-05-171-1/+1
* Content scrubbing (#271)Stefan Boberg2023-05-161-1/+3
* 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
* Add `--gc-projectstore-duration-seconds` option (#281)Dan Engelbrecht2023-05-161-2/+3
* zenserver does not support test mode in releaseStefan Boberg2023-05-151-0/+5
* minor GC API cleanupStefan Boberg2023-05-151-5/+5
* Gracefully exit if Ctrl-C is pressed (#293)Dan Engelbrecht2023-05-111-4/+41
* 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
* 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
* 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-091-10/+16
* add ip and username to sentry reports if allowed in settings (#276)Dan Engelbrecht2023-05-081-0/+33
* Report asserts to Sentry (#267)Dan Engelbrecht2023-05-021-9/+40
* move testing and observability code to zenhttp (#266)Stefan Boberg2023-05-021-8/+8
* move auth code from zenserver into zenhttp (#265)Stefan Boberg2023-05-021-2/+2
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+1261