aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* check oplog op attachments when gathering references for GC (#363)Dan Engelbrecht2023-08-182-27/+24
* Cache process handles for FormatPackageMessage (#360)Dan Engelbrecht2023-08-172-6/+15
* single thread async cache log (#361)Dan Engelbrecht2023-08-173-124/+149
* skip upstream logic early if we have no upstream endpoints (#359)Dan Engelbrecht2023-08-175-37/+85
* project store stats (#357)Dan Engelbrecht2023-08-144-37/+197
* update vcpkg dependencies (#356)Dan Engelbrecht2023-08-114-6/+12
* Make sure we always write "data" attachment hash for snapshotted oplog entrie...Dan Engelbrecht2023-08-114-9/+29
* Add `response.text` to output in log when jupiter request fails (#354)Dan Engelbrecht2023-08-103-36/+72
* Allow oplog file mapping where ServerPath is missing if a attachment hash is ...Dan Engelbrecht2023-08-101-4/+9
* add extened info in log on all jupiter operation (#350)Dan Engelbrecht2023-08-091-7/+273