aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
* minor - fix references size arrayDan Engelbrecht2023-10-171-0/+2
* added temporary admin/mi_collect handler (#479)Stefan Boberg2023-10-171-0/+40
* don't call compact references if caching is not enabled (#478)Dan Engelbrecht2023-10-171-6/+12
* rewite state marker at startup (#477)Dan Engelbrecht2023-10-171-6/+4
* restructured zenhttp (#472)Stefan Boberg2023-10-133-1/+255
* faster oplog iteration (#471)Dan Engelbrecht2023-10-135-43/+54
* Merge remote-tracking branch 'origin/main' into zs/default-port-changeStefan Boberg2023-10-121-0/+2
|\
| * adjust resource usage for dedicated servers (#466)Stefan Boberg2023-10-121-0/+2
* | Change default port to 8558zousar2023-10-115-6/+6
|/
* remove legacy compute interfaces (#461)Stefan Boberg2023-10-1112-3212/+41
* fix clang-format whoopsieStefan Boberg2023-10-111-1/+1
* added back main thread nameStefan Boberg2023-10-111-0/+2
* cache reference tracking (#455)Dan Engelbrecht2023-10-109-188/+598
* reject bad bucket reads (#456)Stefan Boberg2023-10-093-5/+16
* minor: remove double includeDan Engelbrecht2023-10-061-1/+0
* fix memory usage in memlayer (#454)Dan Engelbrecht2023-10-062-15/+4
* fix gc infinite loop (#453)Dan Engelbrecht2023-10-062-9/+17
* zenserver project restructuring (#442)Stefan Boberg2023-10-0610-1533/+1741
* reject known bad bucket names in structured cache (#452)v0.2.27-pre0Stefan Boberg2023-10-065-8/+69
* ZenCacheMemoryLayer should always store values using memory buffers (#451)Stefan Boberg2023-10-051-3/+4
* Fix curruption of disk cache bucket index on GC (#448)Dan Engelbrecht2023-10-052-45/+54
* reduce lock in disklayer (#447)Dan Engelbrecht2023-10-051-10/+22
* 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