aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.2.24v0.2.24Dan Engelbrecht2023-09-251-1/+1
* 0.2.24-pre1v0.2.24-pre1Dan Engelbrecht2023-09-251-1/+1
* handle error in error log (#422)Dan Engelbrecht2023-09-252-15/+47
* corrected changelogDan Engelbrecht2023-09-251-2/+2
* 0.2.24-pre0v0.2.24-pre0Dan Engelbrecht2023-09-221-1/+1
* Add runtime status/control of logging (#419)Dan Engelbrecht2023-09-2212-29/+286
* added support for sln on Mac (#421)Stefan Boberg2023-09-222-4/+13
* added linker/compile options for determinism (#420)Stefan Boberg2023-09-221-2/+6
* 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-228-38/+259
* Improvement: Add names to background jobs for easier debugging (#412)Dan Engelbrecht2023-09-207-113/+179
* controlled zenserver shutdown (#413)Dan Engelbrecht2023-09-202-21/+37
* added info verb to vfs command help textStefan Boberg2023-09-201-1/+1
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-2033-27/+2559
* changelog version bumpDan Engelbrecht2023-09-201-0/+2
* 0.2.23v0.2.23Dan Engelbrecht2023-09-191-1/+1
* 0.2.23-pre0v0.2.23-pre0Dan Engelbrecht2023-09-191-1/+1
* increase jupiter oplog import/export connection timeout to 30 min (#411)Dan Engelbrecht2023-09-192-1/+2
* Add retry if FinalizeRef responds with non-empty "Needs" attachments (#409)Dan Engelbrecht2023-09-196-261/+379
* handle errors in spdlog gracefully (#410)Dan Engelbrecht2023-09-192-0/+31
* add DiskWriteBlocker to structured cache store log writer (#408)Dan Engelbrecht2023-09-154-32/+48
* v0.2.22v0.2.22Dan Engelbrecht2023-09-151-1/+1
* 0.2.22-pre0v0.2.22-pre0Dan Engelbrecht2023-09-151-1/+1
* add more trace scopes (#362)Dan Engelbrecht2023-09-1515-282/+439
* updated CHANGELOG.md release versionsStefan Boberg2023-09-151-2/+4
* bugfix: http.sys async response handling race (#406)Stefan Boberg2023-09-152-1/+15
* 0.2.21v0.2.21Dan Engelbrecht2023-09-141-1/+1
* 0.2.21-pre1v0.2.21-pre1Dan Engelbrecht2023-09-141-1/+1
* More statistics for Cache, Project Store and Cid Store (#405)Dan Engelbrecht2023-09-147-15/+109
* enable sentry personal information (ip/username) on shared instances (#404)Dan Engelbrecht2023-09-141-0/+3
* v0.2.21-pre0v0.2.21-pre0Dan Engelbrecht2023-09-141-1/+1
* changelogDan Engelbrecht2023-09-141-2/+2
* http and httpsys config options (#401)Dan Engelbrecht2023-09-1410-31/+91
* disable access logging on shared instances (#403)Dan Engelbrecht2023-09-141-0/+1
* job queue and async oplog-import/export (#395)Dan Engelbrecht2023-09-1323-153/+1382
* scan oplog object for fields (#397)Dan Engelbrecht2023-09-132-89/+131
* issue warning instead of assert on bad data in cid store (#400)Dan Engelbrecht2023-09-132-10/+15
* fix url parsing crash (#399)Dan Engelbrecht2023-09-132-1/+2
* 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-1211-74/+261
* Make sure error logging or destructors don't throw exception when trying to g...Dan Engelbrecht2023-09-128-66/+126
* gracefully handle errors when writing cache log (#391)Dan Engelbrecht2023-09-112-29/+51
* add `cache-write-log` and `cache-access-log“ configuration options (#394)Dan Engelbrecht2023-09-115-10/+34
* better sorting of attachments in oplog blocks (#390)Dan Engelbrecht2023-09-112-13/+58
* 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