aboutsummaryrefslogtreecommitdiff
path: root/src/zenremotestore
Commit message (Expand)AuthorAgeFilesLines
* Zs/oplog export zero size attachment fix (#911)Zousar Shaker3 days1-1/+54
* fix potential race with stats counters missing when to Stop filtered values (...Dan Engelbrecht4 days4-79/+92
* fix jupiterbuildstorage concurrency (#906)Dan Engelbrecht4 days1-15/+34
* Misc small fixes (#897)Stefan Boberg8 days3-22/+126
* auth fail no cache (#871)v5.7.24-pre0v5.7.24Dan Engelbrecht2026-03-201-1/+2
* Fix long path handling for project storezousar2026-03-171-0/+1
* revise oplog block arrangement (#842)Dan Engelbrecht2026-03-165-2385/+4769
* added streaming download of payloads http client Post (#824)Dan Engelbrecht2026-03-111-1/+2
* improved oplog import progress reporting (#825)Dan Engelbrecht2026-03-111-121/+196
* block scavenge of other downloads that uses an older state file (#822)Dan Engelbrecht2026-03-113-3/+22
* HttpClient using libcurl, Unix Sockets for HTTP. HTTPS support (#770)Stefan Boberg2026-03-104-13/+10
* updated chunk–block analyser (#818)Dan Engelbrecht2026-03-094-491/+1225
* Dashboard overhaul, compute integration (#814)Stefan Boberg2026-03-092-3/+3
* add fallback for zencache multirange (#816)Dan Engelbrecht2026-03-0917-1285/+2133
* Eliminate spdlog dependency (#773)Stefan Boberg2026-03-093-23/+20
* zenstore bug-fixes from static analysis pass (#815)Stefan Boberg2026-03-065-18/+16
* added TEST_SUITE_BEGIN/END around some TEST_CASEs which didn't have them (#809)Stefan Boberg2026-03-051-0/+4
* compute orchestration (#763)Stefan Boberg2026-03-042-5/+5
* unity build fixes (#802)Stefan Boberg2026-03-042-7/+7
* use multi range requests (#800)Dan Engelbrecht2026-03-0319-686/+1535
* Add test suites (#799)Stefan Boberg2026-03-028-0/+32
* add support in http client to accept multi-range responses (#788)Dan Engelbrecht2026-02-271-74/+78
* use partial blocks for oplog import (#780)Dan Engelbrecht2026-02-2421-345/+1122
* move partial chunk block anailsys to chunkblock.h/cpp (#767)Dan Engelbrecht2026-02-204-679/+887
* fix builds download indexing timer (#769)Dan Engelbrecht2026-02-201-7/+0
* convert ZEN_ASSERTs to exception to handle corrupt data gracefully (#760)Dan Engelbrecht2026-02-182-13/+58
* fix target folder cleanup in builds download (#746)Dan Engelbrecht2026-02-061-12/+9
* only disable backlog scheduling when downloaded payload is not on disk (#741)Dan Engelbrecht2026-02-022-7/+14
* Avoid conversion from JSon to compact binary when querying for builds to avoi...Dan Engelbrecht2026-01-285-13/+11
* allow download specification for zen builds download (#734)Dan Engelbrecht2026-01-275-108/+272
* avoid big ioworker backlog (#733)Dan Engelbrecht2026-01-262-37/+42
* builds scanning cache (#727)v5.7.19-pre0Dan Engelbrecht2026-01-238-84/+892
* make sure new blocks generated by a part is accessible to following parts (#732)Dan Engelbrecht2026-01-232-81/+92
* builds multipart upload (#722)Dan Engelbrecht2026-01-206-800/+1960
* fix init of buildpart id in zen oplog-download (#711)Dan Engelbrecht2026-01-151-1/+1
* structured output for builds ls (#709)Dan Engelbrecht2026-01-141-3/+12
* added options to configure exclude folders and extensions to zen build comman...Dan Engelbrecht2026-01-134-150/+222
* fixed block generation after bug introduced in PR #704 (#707)Dan Engelbrecht2026-01-131-12/+15
* various optimizations (#704)Dan Engelbrecht2026-01-092-22/+126
* read build state files into memory instead of relying on memory mapping (#702)Dan Engelbrecht2026-01-081-2/+7
* optimize scavenge part 2 (#699)Dan Engelbrecht2026-01-082-148/+109
* Merge branch 'main' into zs/limit-overwrite-defaultZousar Shaker2025-12-194-169/+241
|\
| * optimize scavenge (#697)Dan Engelbrecht2025-12-194-169/+241
* | Ensure upstream put propagation includes overwritezousar2025-12-193-6/+20
|/
* fix scavenge source path match (again) (#694)Dan Engelbrecht2025-12-171-11/+12
* add boost-worker oplog import export options (#693)Dan Engelbrecht2025-12-165-16/+154
* remove found chunks as they are found in blocks (#691)Dan Engelbrecht2025-12-151-7/+18
* oplog download size (#690)Dan Engelbrecht2025-12-159-295/+627
* show download source data (#689)Dan Engelbrecht2025-12-1211-2/+163
* remove direct console output from code that is used from service mode (#688)Dan Engelbrecht2025-12-116-28/+145