aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
* added --quiet option to suppress default logging to stdout (#446)Stefan Boberg2023-10-043-3/+14
* fix HandleRpcRequest::WriteResponseAsync trace scope when we are not running ...Dan Engelbrecht2023-10-041-1/+2
* added thread names (#441)Stefan Boberg2023-10-042-1/+5
* refactor comapactcas index (#443)Dan Engelbrecht2023-10-041-3/+10
* removed websocket protocol support(#445)Stefan Boberg2023-10-043-50/+10
* faster accesstime save restore (#439)Dan Engelbrecht2023-10-034-155/+295
* Handle OOM and OOD more gracefully to not spam Sentry with error reports (#434)Dan Engelbrecht2023-10-021-10/+25
* Limit size of memory cache layer (#423)Dan Engelbrecht2023-10-027-91/+371
* lightweight gc (#431)Dan Engelbrecht2023-10-026-2/+31
* Sentry username fix (#435)Stefan Boberg2023-10-011-2/+2
* Correctly calculate the total number of RPC ops in the stats page for structu...Dan Engelbrecht2023-09-291-2/+2
* move badrequest count back to old scope for compatability with Zen DashboardDan Engelbrecht2023-09-281-2/+1
* adding more stats (#429)Dan Engelbrecht2023-09-2811-58/+374
* prefer to handle cache RPC requests synchronously (#428)Stefan Boberg2023-09-271-4/+17
* chache upstream stats improved (#426)Dan Engelbrecht2023-09-271-10/+16
* handle error in error log (#422)Dan Engelbrecht2023-09-251-15/+46
* Add runtime status/control of logging (#419)Dan Engelbrecht2023-09-226-26/+151
* add trace command to enable/disable tracing at runtime (#416)Dan Engelbrecht2023-09-222-12/+71
* Improvement: Add names to background jobs for easier debugging (#412)Dan Engelbrecht2023-09-204-46/+66
* controlled zenserver shutdown (#413)Dan Engelbrecht2023-09-201-20/+36
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-2013-12/+1013
* increase jupiter oplog import/export connection timeout to 30 min (#411)Dan Engelbrecht2023-09-191-1/+1
* Add retry if FinalizeRef responds with non-empty "Needs" attachments (#409)Dan Engelbrecht2023-09-195-261/+377
* handle errors in spdlog gracefully (#410)Dan Engelbrecht2023-09-191-0/+29
* add DiskWriteBlocker to structured cache store log writer (#408)Dan Engelbrecht2023-09-153-32/+45
* add more trace scopes (#362)Dan Engelbrecht2023-09-155-160/+251
* More statistics for Cache, Project Store and Cid Store (#405)Dan Engelbrecht2023-09-144-5/+60
* http and httpsys config options (#401)Dan Engelbrecht2023-09-143-5/+45
* job queue and async oplog-import/export (#395)Dan Engelbrecht2023-09-1313-135/+507
* scan oplog object for fields (#397)Dan Engelbrecht2023-09-131-89/+130
* issue warning instead of assert on bad data in cid store (#400)Dan Engelbrecht2023-09-131-10/+14
* fix url parsing crash (#399)Dan Engelbrecht2023-09-131-1/+1
* ZenCacheStore is now reference counted (#398)Stefan Boberg2023-09-133-9/+19
* incremental oplog upload for block-based targets (#392)Dan Engelbrecht2023-09-128-72/+224
* gracefully handle errors when writing cache log (#391)Dan Engelbrecht2023-09-111-29/+50
* add `cache-write-log` and `cache-access-log“ configuration options (#394)Dan Engelbrecht2023-09-114-10/+33
* better sorting of attachments in oplog blocks (#390)Dan Engelbrecht2023-09-111-13/+54
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-067-119/+245
* retry file create (#383)Dan Engelbrecht2023-09-041-2/+29
* add `--write-config` to zenserver options (#382)Dan Engelbrecht2023-09-011-7/+23
* lua config file improvements (#379)Dan Engelbrecht2023-08-311-300/+791
* project store gc deadlock (#381)Dan Engelbrecht2023-08-313-40/+57
* add helper functions in HttpProjectService to help with readability (#378)Dan Engelbrecht2023-08-292-1195/+1326
* Minor: Make sure to reset cache logging worker thread event to avoid busy-loo...Dan Engelbrecht2023-08-241-0/+1
* Add `--embedloosefiles` option to `oplog-export` (#376)Dan Engelbrecht2023-08-243-73/+242
* use robinmap in compact cas (#368)Dan Engelbrecht2023-08-211-4/+5
* use atexit hook to shut down tracing (#369)Dan Engelbrecht2023-08-211-1/+9
* buffered file reading for oplog (#366)Dan Engelbrecht2023-08-211-5/+16
* fix trace close (#365)Dan Engelbrecht2023-08-211-0/+1
* add update/delete endpoint for project and oplog (#353)Dan Engelbrecht2023-08-183-2/+135