aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* added --clean optionsb/rpc-analysisStefan Boberg2025-10-072-2/+28
* Merge branch 'sb/rpc-analysis' of ssh://arn-wd-l1704:2222/ue-foundation/zen i...Stefan Boberg2025-10-071-1/+49
|\
| * just some intermediate stuff, switching workstationStefan Boberg2025-10-071-1/+49
* | Added summaryStefan Boberg2025-10-071-0/+2
|/
* added some progress indicationStefan Boberg2025-10-061-0/+8
* integrated headersStefan Boberg2025-10-061-3/+2
* Merge remote-tracking branch 'origin/main' into sb/rpc-analysisStefan Boberg2025-10-06395-25256/+87037
|\
| * 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
| * fix race condition in BlockStoreFile::Flush (#525)Dan Engelbrecht2025-09-291-2/+2
| * GetCacheChunk value request respects RawHash (#518)Zousar Shaker2025-09-291-1/+3
| * make cpr a HttpClient implementation detail (#517)Stefan Boberg2025-09-2919-1094/+854
| * fixed race condition in zen::logging::Get (#519)Stefan Boberg2025-09-291-3/+12
| * remove spurious cpr.h includes (#520)Stefan Boberg2025-09-296-15/+1
| * fixed ParsePackageMessage error message when mismatched header magic is detec...Stefan Boberg2025-09-291-1/+1
| * some bug fixes (#522)Stefan Boberg2025-09-292-3/+4
| * make sure trace is configured for all test drivers (#523)Stefan Boberg2025-09-296-1/+48
| * more iterate chunk logging (#516)Dan Engelbrecht2025-09-263-13/+57
| * Make sure we call the previous terminate handle if present when we intercept ...Dan Engelbrecht2025-09-266-23/+123
| * fix for C4244 truncation warning (#515)Stefan Boberg2025-09-261-1/+3