aboutsummaryrefslogtreecommitdiff
path: root/src/zenremotestore/builds
Commit message (Expand)AuthorAgeFilesLines
* Change builds ls command to default to all parts (#1019)Zousar Shaker2026-04-291-20/+14
* Zs/user path case comparison (#1015)Zousar Shaker2026-04-273-5/+8
* fix crash when scavenging sequences or copying local chunks (#1013)Dan Engelbrecht2026-04-242-2/+456
* improve zen folder consistency and creation/cleanup (#1007)Dan Engelbrecht2026-04-224-28/+43
* zen CLI security review fixes (#974)Stefan Boberg2026-04-211-1/+1
* builds download "default" part if nothing is specified (#994)Dan Engelbrecht2026-04-211-0/+75
* Zen CLI common server interface (#920)Stefan Boberg2026-04-201-0/+31
* builds cmd refactor (#975)Dan Engelbrecht2026-04-209-8798/+10435
* cleanup buildstorageoperations (#973)Dan Engelbrecht2026-04-171-2819/+2979
* log cleanup (#969)Dan Engelbrecht2026-04-172-4/+4
* operationlogoutput refactor (#967)Dan Engelbrecht2026-04-172-669/+573
* fix memory usage for cache upload (#959)Dan Engelbrecht2026-04-152-328/+239
* silence errors due to abort (#950)Dan Engelbrecht2026-04-131-188/+333
* improve messaging when zen builds download target disk does not have enought ...Dan Engelbrecht2026-04-111-1/+4
* incremental dehydrate (#921)Dan Engelbrecht2026-04-071-1/+121
* fix potential race with stats counters missing when to Stop filtered values (...Dan Engelbrecht2026-03-312-74/+83
* fix jupiterbuildstorage concurrency (#906)Dan Engelbrecht2026-03-311-15/+34
* Misc small fixes (#897)Stefan Boberg2026-03-271-22/+122
* revise oplog block arrangement (#842)Dan Engelbrecht2026-03-161-2/+2
* added streaming download of payloads http client Post (#824)Dan Engelbrecht2026-03-111-1/+2
* block scavenge of other downloads that uses an older state file (#822)Dan Engelbrecht2026-03-112-3/+17
* HttpClient using libcurl, Unix Sockets for HTTP. HTTPS support (#770)Stefan Boberg2026-03-101-3/+4
* add fallback for zencache multirange (#816)Dan Engelbrecht2026-03-093-210/+487
* compute orchestration (#763)Stefan Boberg2026-03-041-1/+1
* use multi range requests (#800)Dan Engelbrecht2026-03-035-160/+571
* Add test suites (#799)Stefan Boberg2026-03-023-0/+12
* 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-243-34/+38
* move partial chunk block anailsys to chunkblock.h/cpp (#767)Dan Engelbrecht2026-02-201-628/+254
* 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-181-12/+56
* 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-021-6/+12
* Avoid conversion from JSon to compact binary when querying for builds to avoi...Dan Engelbrecht2026-01-282-9/+6
* allow download specification for zen builds download (#734)Dan Engelbrecht2026-01-272-95/+240
* avoid big ioworker backlog (#733)Dan Engelbrecht2026-01-261-35/+40
* builds scanning cache (#727)v5.7.19-pre0Dan Engelbrecht2026-01-231-48/+136
* make sure new blocks generated by a part is accessible to following parts (#732)Dan Engelbrecht2026-01-231-79/+88
* builds multipart upload (#722)Dan Engelbrecht2026-01-201-789/+1817
* structured output for builds ls (#709)Dan Engelbrecht2026-01-141-3/+12
* 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-081-148/+98
* optimize scavenge (#697)Dan Engelbrecht2025-12-191-118/+56
* fix scavenge source path match (again) (#694)Dan Engelbrecht2025-12-171-11/+12
* oplog download size (#690)Dan Engelbrecht2025-12-151-190/+17
* show download source data (#689)Dan Engelbrecht2025-12-122-0/+32
* remove direct console output from code that is used from service mode (#688)Dan Engelbrecht2025-12-112-26/+40
* 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