aboutsummaryrefslogtreecommitdiff
path: root/src/zenremotestore
Commit message (Expand)AuthorAgeFilesLines
* Change builds ls command to default to all parts (#1019)Zousar Shaker2026-04-292-21/+15
* 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-243-2/+459
* improve zen folder consistency and creation/cleanup (#1007)Dan Engelbrecht2026-04-225-41/+60
* zen CLI security review fixes (#974)Stefan Boberg2026-04-211-1/+1
* builds download "default" part if nothing is specified (#994)Dan Engelbrecht2026-04-212-0/+77
* Zen CLI common server interface (#920)Stefan Boberg2026-04-202-3/+48
* builds cmd refactor (#975)Dan Engelbrecht2026-04-2023-9962/+11942
* cleanup buildstorageoperations (#973)Dan Engelbrecht2026-04-172-2821/+3306
* log cleanup (#969)Dan Engelbrecht2026-04-175-64/+133
* operationlogoutput refactor (#967)Dan Engelbrecht2026-04-1712-1163/+875
* fix memory usage for cache upload (#959)Dan Engelbrecht2026-04-153-331/+241
* fix utf characters in source code (#953)Dan Engelbrecht2026-04-131-42/+42
* silence errors due to abort (#950)Dan Engelbrecht2026-04-131-188/+333
* Logging and diagnostics improvements (#941)Stefan Boberg2026-04-131-7/+7
* improve messaging when zen builds download target disk does not have enought ...Dan Engelbrecht2026-04-111-1/+4
* don't hard fail if .pending folder is not empty on oplog export (#926)Dan Engelbrecht2026-04-081-1/+4
* fix missing chunk in oplog export (#925)Dan Engelbrecht2026-04-081-0/+160
* incremental dehydrate (#921)Dan Engelbrecht2026-04-074-825/+121
* Zs/oplog export zero size attachment fix (#911)Zousar Shaker2026-04-011-1/+54
* fix potential race with stats counters missing when to Stop filtered values (...Dan Engelbrecht2026-03-314-79/+92
* fix jupiterbuildstorage concurrency (#906)Dan Engelbrecht2026-03-311-15/+34
* Misc small fixes (#897)Stefan Boberg2026-03-273-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