aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix trace close (#365)Dan Engelbrecht2023-08-214-0/+9
* Merge pull request #364 from EpicGames/zs/mac-linux-rlimit-stdoutzousar2023-08-182-5/+6
|\
| * Noted RLIMIT logging modification in Changelogzousar2023-08-181-0/+1
| * Run clang tidy on modified filezousar2023-08-181-4/+4
| * Reduce log level for RLIMIT messagezousar2023-08-181-1/+1
|/
* 0.2.17-pre0v0.2.17-pre0Dan Engelbrecht2023-08-181-1/+1
* add update/delete endpoint for project and oplog (#353)Dan Engelbrecht2023-08-187-10/+316
* check oplog op attachments when gathering references for GC (#363)Dan Engelbrecht2023-08-183-27/+26
* Cache process handles for FormatPackageMessage (#360)Dan Engelbrecht2023-08-178-137/+351
* single thread async cache log (#361)Dan Engelbrecht2023-08-173-124/+149
* skip upstream logic early if we have no upstream endpoints (#359)Dan Engelbrecht2023-08-176-37/+87