aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* bugfix: http.sys async response handling race (#406)Stefan Boberg2023-09-151-1/+14
* More statistics for Cache, Project Store and Cid Store (#405)Dan Engelbrecht2023-09-146-15/+105
* http and httpsys config options (#401)Dan Engelbrecht2023-09-149-31/+90
* job queue and async oplog-import/export (#395)Dan Engelbrecht2023-09-1322-153/+1369
* 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
* minor: log fixStefan Boberg2023-09-131-1/+1
* Hash utility functions (#385)Stefan Boberg2023-09-133-0/+51
* ZenCacheStore is now reference counted (#398)Stefan Boberg2023-09-134-9/+20
* incremental oplog upload for block-based targets (#392)Dan Engelbrecht2023-09-1210-74/+258
* Make sure error logging or destructors don't throw exception when trying to g...Dan Engelbrecht2023-09-127-66/+125
* 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
* add console logging to zen command (#389)Dan Engelbrecht2023-09-083-5/+33
* multithread file realization in oplog-mirror (#388)Dan Engelbrecht2023-09-083-458/+464
* Extend http client (#387)Dan Engelbrecht2023-09-085-93/+623
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-0613-215/+297
* retry file create (#383)Dan Engelbrecht2023-09-045-5/+73
* add `--write-config` to zenserver options (#382)Dan Engelbrecht2023-09-014-11/+115
* lua config file improvements (#379)Dan Engelbrecht2023-08-312-300/+795
* project store gc deadlock (#381)Dan Engelbrecht2023-08-313-40/+57
* fix zen server state mac mmap (#380)Dan Engelbrecht2023-08-311-1/+1
* 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-245-73/+253