aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* crash in process cache (#375)Dan Engelbrecht2023-08-231-36/+70
* safer gc on low disk (#373)Dan Engelbrecht2023-08-222-37/+46
* Fix construction order in OpenProcessCache (#374)Dan Engelbrecht2023-08-221-1/+1
* make sure trace::ThreadRegister is inside ZEN_WITH_TRACEDan Engelbrecht2023-08-221-1/+2
* use better hash function for better distribution in IoBuffer g_MappingLocks (...Dan Engelbrecht2023-08-211-1/+10
* use robinmap in compact cas (#368)Dan Engelbrecht2023-08-214-14/+24
* use atexit hook to shut down tracing (#369)Dan Engelbrecht2023-08-211-1/+9
* buffered file reading for oplog (#366)Dan Engelbrecht2023-08-213-5/+233
* oplog mirror support (#367)Stefan Boberg2023-08-215-1/+173
* fix trace close (#365)Dan Engelbrecht2023-08-213-0/+8
* Run clang tidy on modified filezousar2023-08-181-4/+4
* Reduce log level for RLIMIT messagezousar2023-08-181-1/+1
* add update/delete endpoint for project and oplog (#353)Dan Engelbrecht2023-08-186-10/+307
* check oplog op attachments when gathering references for GC (#363)Dan Engelbrecht2023-08-182-27/+24
* Cache process handles for FormatPackageMessage (#360)Dan Engelbrecht2023-08-177-137/+350
* 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-175-37/+85
* project store stats (#357)Dan Engelbrecht2023-08-144-37/+197
* update vcpkg dependencies (#356)Dan Engelbrecht2023-08-1113-17/+76
* Make sure we always write "data" attachment hash for snapshotted oplog entrie...Dan Engelbrecht2023-08-115-14/+38
* Add `response.text` to output in log when jupiter request fails (#354)Dan Engelbrecht2023-08-103-36/+72
* Allow oplog file mapping where ServerPath is missing if a attachment hash is ...Dan Engelbrecht2023-08-101-4/+9