aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/zenserver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* blocking queue fix (#550)Dan Engelbrecht2023-11-161-1/+1
* add wipe prevention via file in data root dir (#548)Dan Engelbrecht2023-11-161-3/+18
* Make object store endpoint S3 compatible. (#535)Per Larsson2023-11-151-1/+0
* fix race contdition when signaling shutdown of process and waiting for comple...Dan Engelbrecht2023-11-151-1/+1
* reduce number of files generated on shared instances (#524)Stefan Boberg2023-11-091-0/+5
* changed logic around sponsor process monitoring (#522)Stefan Boberg2023-11-081-1/+1
* factored out some compiler definitions etc into zenbase (#517)Stefan Boberg2023-11-071-1/+1
* statsd for cas (#511)Dan Engelbrecht2023-11-061-0/+1
* New GC implementation (#459)Dan Engelbrecht2023-10-301-1/+2
* statsd metrics reporting (#496)Stefan Boberg2023-10-251-1/+27
* removed HttpCidStore (#497)Stefan Boberg2023-10-241-4/+0
* merge disk and memory layers (#493)Dan Engelbrecht2023-10-241-12/+11
* Cache (rpc) activitity recording improvements (#482)Stefan Boberg2023-10-201-3/+4
* add `flush` command and more gc status info (#483)Dan Engelbrecht2023-10-181-1/+3
* added command line option to start server clean (#481)Stefan Boberg2023-10-171-30/+38
* rewite state marker at startup (#477)Dan Engelbrecht2023-10-171-6/+4
* Change default port to 8558zousar2023-10-111-1/+1
* remove legacy compute interfaces (#461)Stefan Boberg2023-10-111-79/+0
* cache reference tracking (#455)Dan Engelbrecht2023-10-101-0/+1
* minor: remove double includeDan Engelbrecht2023-10-061-1/+0
* zenserver project restructuring (#442)Stefan Boberg2023-10-061-1077/+410
* added thread names (#441)Stefan Boberg2023-10-041-0/+2
* removed websocket protocol support(#445)Stefan Boberg2023-10-041-22/+0
* 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