aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 0.2.20v0.2.20Dan Engelbrecht2023-09-061-1/+1
* 0.2.20-pre0v0.2.20-pre0Dan Engelbrecht2023-09-061-1/+1
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-0614-215/+298
* retry file create (#383)Dan Engelbrecht2023-09-046-5/+75
* add `--write-config` to zenserver options (#382)Dan Engelbrecht2023-09-015-11/+125
* 0.2.19v0.2.19Dan Engelbrecht2023-09-011-1/+1
* 0.2.19-pre0v0.2.19-pre0Dan Engelbrecht2023-08-311-1/+1
* lua config file improvements (#379)Dan Engelbrecht2023-08-313-300/+797
* project store gc deadlock (#381)Dan Engelbrecht2023-08-314-40/+58
* fix zen server state mac mmap (#380)Dan Engelbrecht2023-08-312-1/+4
* add helper functions in HttpProjectService to help with readability (#378)Dan Engelbrecht2023-08-292-1195/+1326
* 0.2.18v0.2.18Dan Engelbrecht2023-08-241-1/+1
* 0.2.18-pre1v0.2.18-pre1Dan Engelbrecht2023-08-241-1/+1
* Minor: Make sure to reset cache logging worker thread event to avoid busy-loo...Dan Engelbrecht2023-08-242-0/+2
* 0.2.18-pre0v0.2.18-pre0Dan Engelbrecht2023-08-241-1/+1
* Add `--embedloosefiles` option to `oplog-export` (#376)Dan Engelbrecht2023-08-246-73/+255
* crash in process cache (#375)Dan Engelbrecht2023-08-232-36/+71
* safer gc on low disk (#373)Dan Engelbrecht2023-08-223-37/+47
* revive UE toolchain build (#343)Dan Engelbrecht2023-08-22804-77/+184262
* Fix construction order in OpenProcessCache (#374)Dan Engelbrecht2023-08-222-1/+2
* changelog versionDan Engelbrecht2023-08-221-0/+2
* make sure trace::ThreadRegister is inside ZEN_WITH_TRACEDan Engelbrecht2023-08-221-1/+2
* 0.2.17v0.2.17Dan Engelbrecht2023-08-211-1/+1
* use better hash function for better distribution in IoBuffer g_MappingLocks (...Dan Engelbrecht2023-08-212-1/+11
* use robinmap in compact cas (#368)Dan Engelbrecht2023-08-215-14/+25
* use atexit hook to shut down tracing (#369)Dan Engelbrecht2023-08-211-1/+9
* buffered file reading for oplog (#366)Dan Engelbrecht2023-08-214-5/+234
* oplog mirror support (#367)Stefan Boberg2023-08-216-1/+174