aboutsummaryrefslogtreecommitdiff
path: root/src/zenremotestore/builds/buildstorageutil.cpp
Commit message (Collapse)AuthorAgeFilesLines
* use partial blocks for oplog import (#780)Dan Engelbrecht2026-02-241-5/+14
| | | | | Feature: Add --allow-partial-block-requests to zen oplog-import Improvement: zen oplog-import now uses partial block requests to reduce download size Improvement: Use latency to Cloud Storage host and Zen Cache host when calculating partial block requests
* structured output for builds ls (#709)Dan Engelbrecht2026-01-141-3/+12
| | | | * make ResolveBuildStore respect Verbose flag * add structured output to zen builds ls command
* remove direct console output from code that is used from service mode (#688)Dan Engelbrecht2025-12-111-17/+24
|
* Change curl defaults on MacOS (#645)Stefan Boberg2025-11-111-11/+75
| | | | | | | * changed curl config to match the default from vcpkg (i.e `CURL_CA_FALLBACK=ON`) * disables use of Secure Transport for Mac since it's deprecated * Also worked around an issue (with `CURL_CA_BUNDLE`) where cross compiling curl on Mac would not configure curl in the same way as when compiling natively. This meant builds would not download on ARM macs when the CI build machine architecture was x86. The workaround should be redundant if we upgrade to 8.17 and use Apple SecTrust for cert validation. This should happen soon. * Also added various verbose logging to facilitate trouble shooting
* remotestore op refactorings (#637)Dan Engelbrecht2025-11-061-0/+210
| | | | | | * broke out BuildLogOutput to separate file * refactored out GetBlockDescriptions * log progress improvements * refactorings to accomodate oplog download operations
* add host discovery and zen cache support for oplog import (#601)Dan Engelbrecht2025-10-231-0/+157
* add host discovery and zen cache support for oplog import