aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* fix log progress quotes (#580)Dan Engelbrecht2025-10-164-15/+58
* refactor builds cmd part4 (#579)Dan Engelbrecht2025-10-162-740/+804
* move builds state functions to buildsavedstate.h/cpp (#577)Dan Engelbrecht2025-10-156-625/+604
* added separate xmake.lua for thirdparty (#578)Stefan Boberg2025-10-151-23/+7
* move file i/o related files to separate file and remove duplicated code (#576)Dan Engelbrecht2025-10-156-909/+908
* restructured zenserver configuration (#575)Stefan Boberg2025-10-1513-210/+317
* refactor builds cmd part3 (#573)Dan Engelbrecht2025-10-143-661/+649
* refactor builds cmd part2 (#572)Dan Engelbrecht2025-10-148-2726/+2982
* move all storage-related services into storage tree (#571)Stefan Boberg2025-10-1432-44/+31
* make asiohttp work without IPv6 (#562)Stefan Boberg2025-10-131-49/+225
* split storage config from base config (#570)Stefan Boberg2025-10-136-1208/+1355
* extract storage server into separate source files (#569)Stefan Boberg2025-10-135-1185/+1236
* refactor builds cmd (#566)Dan Engelbrecht2025-10-138-4459/+5414
* move service common code into base class (#567)Stefan Boberg2025-10-135-499/+626
* hide http.sys options when unavailable (#568)Stefan Boberg2025-10-133-7/+16
* block reference couting copy support windows (#564)Dan Engelbrecht2025-10-114-67/+475
* add ability to limit concurrency (#565)Stefan Boberg2025-10-1020-74/+128
* shorten thread pool names for Linux which has a limit of 15 characters (#563)Stefan Boberg2025-10-082-10/+10
* executable/version/pid log at command startup cleaned up (#557)Dan Engelbrecht2025-10-064-20/+18
* fix missing chunk in block after gc (#560)Dan Engelbrecht2025-10-061-1/+3
* changed std::vector<bool> to std::vector<uint8_t> to avoid threading issues (...Stefan Boberg2025-10-061-6/+7
* fixed issue in compactcas.restart test due to std::vector<bool> (#559)Stefan Boberg2025-10-061-2/+5
* added Hidden option to oidctoken creation with oidc token exe (#556)Dan Engelbrecht2025-10-0611-19/+47
* speed up tests (#555)Dan Engelbrecht2025-10-0610-179/+245
* fix link error with operator new (#553)Stefan Boberg2025-10-042-23/+36
* move rpcrecorder out from cache subfolder (#552)Dan Engelbrecht2025-10-035-4/+4
* cacherequests helpers test only (#551)Dan Engelbrecht2025-10-0322-392/+460
* zenutil cleanup (#550)Dan Engelbrecht2025-10-038-6/+8
* move zen vfs implementation to zenstore (#549)Dan Engelbrecht2025-10-037-93/+45
* fix missing chunk (#548)Dan Engelbrecht2025-10-031-2/+12
* remove zenutil dependency in zenremotestore (#547)Dan Engelbrecht2025-10-0336-66/+98
* move chunking code to zenremotestore lib (#545)Dan Engelbrecht2025-10-0319-47/+86
* cache RPC replay fixes (minor) (#544)Stefan Boberg2025-10-032-1/+10
* move zenutil builds code to zenremotestore (#543)Dan Engelbrecht2025-10-0314-14/+20
* move remoteproject to remotestorelib (#542)Dan Engelbrecht2025-10-0314-23/+18
* move projectstore to zenstore (#541)Dan Engelbrecht2025-10-0211-12/+10
* fix for RPC replay issue (wrong content-type) (#536)Stefan Boberg2025-10-024-28/+28
* add zenremotestore lib (#540)Dan Engelbrecht2025-10-025-0/+91
* projectstore refactor phase 2 (#539)Dan Engelbrecht2025-10-028-1681/+1524
* Zs/OIDC exe path handling (#538)Zousar Shaker2025-10-021-4/+10
* Fix bug in ReplayLogEntries for large op blobs (#537)Matt Peters2025-10-011-0/+1
* skip dropped oplogs in ScanForOplogs() (#534)Dan Engelbrecht2025-09-301-0/+5
* projectstore refactor (#531)Dan Engelbrecht2025-09-304-721/+667
* fix bounds check when finalizing build state (#533)Dan Engelbrecht2025-09-301-1/+2
* HttpClient support for pluggable back-ends (#532)Stefan Boberg2025-09-306-1634/+1942
* parsing of `zen builds` `--log-progress` option fixed (#530)Dan Engelbrecht2025-09-291-9/+13
* more cbobject validations (#527)Dan Engelbrecht2025-09-291-5/+19
* split zenserver-test monolith into multiple source files (#528)Stefan Boberg2025-09-296-4602/+4701
* gracefully handle missing chunks when exporting an oplog (#526)Dan Engelbrecht2025-09-292-28/+66
* builds multi wildcard (#524)Dan Engelbrecht2025-09-291-50/+83