aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added defaults to remote project store option definitionsStefan Boberg2023-05-253-5/+6
* fix for random uint32 -> uint32_tStefan Boberg2023-05-251-1/+1
* fix for issue with missing options in helpStefan Boberg2023-05-251-0/+2
* block destructors from throwing exceptions (#321)Dan Engelbrecht2023-05-243-8/+12
* cache log sessionid (#297)Stefan Boberg2023-05-237-169/+274
* use exception when allocations fail rather than asserts (#319)Dan Engelbrecht2023-05-233-5/+34
* streaming decompression support (#142)Stefan Boberg2023-05-238-29/+1000
* MemoryView::RightChop -> constStefan Boberg2023-05-221-1/+1
* removed some old test code which is no longer usefulStefan Boberg2023-05-221-66/+1
* minor: fixed typos in log output (PUTCACEHRECORD -> PUTCACHERECORD)Stefan Boberg2023-05-221-2/+2
* sorted the commands exposed from zen CLIStefan Boberg2023-05-191-8/+8