| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use partial blocks for oplog import (#780) | Dan Engelbrecht | 2026-02-24 | 1 | -19/+60 |
| | | | | | | 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 | ||||
| * | move partial chunk block anailsys to chunkblock.h/cpp (#767) | Dan Engelbrecht | 2026-02-20 | 1 | -5/+535 |
| | | |||||
| * | builds multipart upload (#722) | Dan Engelbrecht | 2026-01-20 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | - Feature: `zen builds upload` now support structure manifest input for `--manifest-path` when the path has a `.json` extension - The structured manifest supports splitting a build into multiple parts { "parts": { "default" : { "partId": "f939f3939939fff3f3202", # optional - used to control the id of each part "files": [ "foo/bar", "baz.exe" ] }, "symbols": { "files": [ "baz.pdb" ] } } } | ||||
| * | oplog download size (#690) | Dan Engelbrecht | 2025-12-15 | 1 | -0/+431 |
| | | | | | - Bugfix: Upload of oplogs could reference multiple blocks for the same chunk causing redundant downloads of blocks - Improvement: Use the improved block reuse selection function from zen builds upload in zen oplog-export to reduce oplog download size | ||||
| * | move chunking code to zenremotestore lib (#545) | Dan Engelbrecht | 2025-10-03 | 1 | -0/+320 |