aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* add extened info in log on all jupiter operation (#350)Dan Engelbrecht2023-08-091-7/+273
* minor: set_group('libs') on zenutil for consistency with zencore etcStefan Boberg2023-08-091-0/+1
* Add `--assume-http2` option to cloud style import/export command to use a HTT...Dan Engelbrecht2023-08-097-4/+37
* handle exception in asio header parsing (#348)Dan Engelbrecht2023-08-091-50/+57
* use streaming read for PutCompressedBlob if source is single file (#338)Dan Engelbrecht2023-08-091-1/+18
* Bugfix: `oplog-import` with `--file` source now sends the oplog folder correc...Dan Engelbrecht2023-08-091-1/+1
* add more logging on jupiter fail (#345)Dan Engelbrecht2023-08-081-0/+124
* fix asserts and exceptions (#344)Dan Engelbrecht2023-08-083-3/+23
* try to resolve access token via env variable local first (#337)Dan Engelbrecht2023-08-011-2/+21
* make sure we validate pointers returned from zen::Memory::Alloc (#341)Dan Engelbrecht2023-08-013-10/+34
* add requested item in oplog remote op (#340)Dan Engelbrecht2023-08-015-60/+162
* catch exceptions when scheduling GC and when writing GC scheduling state (#339)Dan Engelbrecht2023-08-011-136/+149
* removed unnecessary cpr referenceStefan Boberg2023-06-301-4/+0
* zen print command fix for large objectsStefan Boberg2023-06-301-2/+2
* CidStore now implements the ChunkResolver interfaceStefan Boberg2023-06-304-13/+21
* clang-format :(Stefan Boberg2023-06-301-12/+12
* build fix for ZEN_WITH_TESTSStefan Boberg2023-06-301-1/+6
* * Added Guid::FromStringStefan Boberg2023-06-3022-38/+490
* various zenhttp fixes from sb/protoStefan Boberg2023-06-3011-27/+98