aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* added zen::ChunkResolverStefan Boberg2023-06-301-0/+9
* * added file sharing control to BasicFile (required to implement lockfiles)Stefan Boberg2023-06-302-19/+60
* Fix IsProcessRunning on Windows (#335)zousar2023-06-271-1/+12
* fix issue where we wouldn't properly configure `zen serve` to talk to a newly...Stefan Boberg2023-06-161-1/+2
* MakeCloneFromMemory should handle zero sized buffers gracefullyStefan Boberg2023-06-161-2/+9
* cleaned up http/asio loggingStefan Boberg2023-06-161-7/+7
* file share support (#328)Stefan Boberg2023-06-167-42/+353
* added ZenServerInstance::SpawnServerAndWait (#334)Stefan Boberg2023-06-162-6/+62
* make sure to set error code to zero on successDan Engelbrecht2023-06-161-1/+1
* xmake dependency fixesStefan Boberg2023-06-162-21/+22
* added GetProcessIdStefan Boberg2023-06-162-0/+11
* Improve resonse messages from jupiter upstream (#333)Dan Engelbrecht2023-06-152-210/+81
* Make sure GetEnvVariable can handle values that are longer than 1023 characte...Dan Engelbrecht2023-06-131-4/+18
* add oplog snapshot command (#331)Dan Engelbrecht2023-06-123-0/+91
* fix jupiter access token for oplog upload (#330)Dan Engelbrecht2023-06-121-1/+1
* drive-by constStefan Boberg2023-06-121-1/+1
* changed ZEN_ERROR to ZEN_WARN to reduce Sentry noiseStefan Boberg2023-06-081-3/+8
* Removed unnecessary windows.h includeStefan Boberg2023-06-081-4/+0
* added missing <utility> includeStefan Boberg2023-06-071-0/+1
* added thread names to timer, upstream monitorStefan Boberg2023-06-073-2/+19
* 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-253-17/+219
* minor: refcount bump eliminationStefan Boberg2023-05-251-1/+1
* named oplog upload worker pool threadsStefan Boberg2023-05-251-1/+12
* minor: comment fixStefan Boberg2023-05-251-1/+1
* BasicFile::ReadAll should handle zero-sized files gracefullyStefan Boberg2023-05-251-3/+10