aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
* job queue and async oplog-import/export (#395)Dan Engelbrecht2023-09-1313-135/+507
* 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
* ZenCacheStore is now reference counted (#398)Stefan Boberg2023-09-133-9/+19
* incremental oplog upload for block-based targets (#392)Dan Engelbrecht2023-09-128-72/+224
* 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
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-067-119/+245
* retry file create (#383)Dan Engelbrecht2023-09-041-2/+29
* add `--write-config` to zenserver options (#382)Dan Engelbrecht2023-09-011-7/+23
* lua config file improvements (#379)Dan Engelbrecht2023-08-311-300/+791
* project store gc deadlock (#381)Dan Engelbrecht2023-08-313-40/+57
* 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-243-73/+242
* use robinmap in compact cas (#368)Dan Engelbrecht2023-08-211-4/+5
* use atexit hook to shut down tracing (#369)Dan Engelbrecht2023-08-211-1/+9
* buffered file reading for oplog (#366)Dan Engelbrecht2023-08-211-5/+16
* fix trace close (#365)Dan Engelbrecht2023-08-211-0/+1
* add update/delete endpoint for project and oplog (#353)Dan Engelbrecht2023-08-183-2/+135
* 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-172-6/+15
* 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-114-6/+12
* Make sure we always write "data" attachment hash for snapshotted oplog entrie...Dan Engelbrecht2023-08-114-9/+29
* 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
* add extened info in log on all jupiter operation (#350)Dan Engelbrecht2023-08-091-7/+273
* Add `--assume-http2` option to cloud style import/export command to use a HTT...Dan Engelbrecht2023-08-095-4/+15
* use streaming read for PutCompressedBlob if source is single file (#338)Dan Engelbrecht2023-08-091-1/+18
* add more logging on jupiter fail (#345)Dan Engelbrecht2023-08-081-0/+124
* fix asserts and exceptions (#344)Dan Engelbrecht2023-08-083-3/+23
* add requested item in oplog remote op (#340)Dan Engelbrecht2023-08-013-53/+155
* removed unnecessary cpr referenceStefan Boberg2023-06-301-4/+0
* clang-format :(Stefan Boberg2023-06-301-12/+12
* build fix for ZEN_WITH_TESTSStefan Boberg2023-06-301-1/+6
* file share support (#328)Stefan Boberg2023-06-163-38/+47
* make sure to set error code to zero on successDan Engelbrecht2023-06-161-1/+1
* Improve resonse messages from jupiter upstream (#333)Dan Engelbrecht2023-06-152-210/+81
* fix jupiter access token for oplog upload (#330)Dan Engelbrecht2023-06-121-1/+1
* changed ZEN_ERROR to ZEN_WARN to reduce Sentry noiseStefan Boberg2023-06-081-3/+8
* added thread names to timer, upstream monitorStefan Boberg2023-06-072-1/+9
* Increase retry logic (#325)Dan Engelbrecht2023-06-051-13/+19
* Enable front-end serving in release modeStefan Boberg2023-05-312-26/+40
* fix for Linux/sentry build issueStefan Boberg2023-05-261-3/+0
* oplog snapshot (#317)Stefan Boberg2023-05-251-6/+154