aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-063-10/+26
* 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-066-8/+82
* ZenCacheMemoryLayer should always store values using memory buffers (#451)Stefan Boberg2023-10-052-5/+9
* fixed issue where IoBufferBuilder::ReadFromFileMaybe loses content type (#450)Stefan Boberg2023-10-052-2/+4
* check that block does not exists on disk before starting write to it (#449)Dan Engelbrecht2023-10-052-18/+46
* Fix curruption of disk cache bucket index on GC (#448)Dan Engelbrecht2023-10-054-75/+93
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-10-051-10/+22
|\
| * reduce lock in disklayer (#447)Dan Engelbrecht2023-10-051-10/+22
* | trivial: log output typo in GCStefan Boberg2023-10-051-1/+1
|/
* added --quiet option to suppress default logging to stdout (#446)Stefan Boberg2023-10-045-5/+27
* fix HandleRpcRequest::WriteResponseAsync trace scope when we are not running ...Dan Engelbrecht2023-10-041-1/+2
* added thread names (#441)Stefan Boberg2023-10-043-1/+7
* refactor comapactcas index (#443)Dan Engelbrecht2023-10-044-22/+73
* removed websocket protocol support(#445)Stefan Boberg2023-10-048-2008/+11
* factored out http parser from asio into separate files (#444)Stefan Boberg2023-10-033-450/+495
* faster accesstime save restore (#439)Dan Engelbrecht2023-10-039-279/+426
* clean up date formatting (#440)Stefan Boberg2023-10-021-4/+4
* fix formatting of gc start messagev0.2.26-pre0Dan Engelbrecht2023-10-021-1/+1
* reduce time spent holding http.sys transaction lock (#437)Stefan Boberg2023-10-022-15/+26
* Handle OOM and OOD more gracefully to not spam Sentry with error reports (#434)Dan Engelbrecht2023-10-0210-53/+259
* Limit size of memory cache layer (#423)Dan Engelbrecht2023-10-027-91/+371
* lightweight gc (#431)Dan Engelbrecht2023-10-0212-60/+204
* 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
* added handle to http.sys error response logging (#432)Stefan Boberg2023-09-291-2/+3
* move badrequest count back to old scope for compatability with Zen DashboardDan Engelbrecht2023-09-281-2/+1
* adding more stats (#429)Dan Engelbrecht2023-09-2816-72/+551
* added more context to http response error message (#430)Stefan Boberg2023-09-281-10/+77
* prefer to handle cache RPC requests synchronously (#428)Stefan Boberg2023-09-273-8/+44
* chache upstream stats improved (#426)Dan Engelbrecht2023-09-271-10/+16
* flush block store blocks when finished (#425)Dan Engelbrecht2023-09-271-0/+1
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-09-2643-202/+700
|\
| * handle error in error log (#422)Dan Engelbrecht2023-09-251-15/+46
| * Add runtime status/control of logging (#419)Dan Engelbrecht2023-09-2211-29/+277
| * added name to http.sys request queue (#417)Stefan Boberg2023-09-221-1/+33
| * Collect all zen admin-related commands into admin.h/.cpp (#418)Dan Engelbrecht2023-09-2233-140/+117
| * add trace command to enable/disable tracing at runtime (#416)Dan Engelbrecht2023-09-227-38/+248
* | sort commands for cleaner mergesStefan Boberg2023-09-261-2/+2
|/
* Improvement: Add names to background jobs for easier debugging (#412)Dan Engelbrecht2023-09-206-113/+176
* controlled zenserver shutdown (#413)Dan Engelbrecht2023-09-201-20/+36
* added info verb to vfs command help textStefan Boberg2023-09-201-1/+1
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-2031-27/+2553
* 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-1514-282/+438