aboutsummaryrefslogtreecommitdiff
path: root/src/zenremotestore
Commit message (Expand)AuthorAgeFilesLines
* added streaming download of payloads http client Post (#824)Dan Engelbrecht10 days1-1/+2
* improved oplog import progress reporting (#825)Dan Engelbrecht10 days1-121/+196
* block scavenge of other downloads that uses an older state file (#822)Dan Engelbrecht10 days3-3/+22
* HttpClient using libcurl, Unix Sockets for HTTP. HTTPS support (#770)Stefan Boberg11 days4-13/+10
* updated chunk–block analyser (#818)Dan Engelbrecht12 days4-491/+1225
* Dashboard overhaul, compute integration (#814)Stefan Boberg12 days2-3/+3
* add fallback for zencache multirange (#816)Dan Engelbrecht12 days17-1285/+2133
* Eliminate spdlog dependency (#773)Stefan Boberg12 days3-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
* fix buffer memory in builds cache (#682)Dan Engelbrecht2025-12-101-18/+68
* safer lambda captures (#633)Dan Engelbrecht2025-12-081-8/+10
* exists must be called before equivalent (#678)Dan Engelbrecht2025-12-051-1/+1
* add checks to protect against access violation due to failed disk read (#675)Dan Engelbrecht2025-12-041-0/+5
* use scope guards to secure that BasicFile::Detach is called even on exception...Dan Engelbrecht2025-12-011-1/+1
* automatic scrub on startup (#667)Dan Engelbrecht2025-11-274-45/+17
* remove bad assert (#670)Dan Engelbrecht2025-11-271-4/+0