aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/main' into sb/build-cachesb/build-cacheDan Engelbrecht2025-03-1820-891/+1506
|\
| * improved reporting on async error (#312)Dan Engelbrecht2025-03-183-8/+18
| * If a chunk or block write operation results in more than one completed chunk ...Dan Engelbrecht2025-03-182-88/+156
| * collapse local writes (#310)Dan Engelbrecht2025-03-183-156/+200
| * Reduced disk I/O when writing out chunk blocks during download (#309)Dan Engelbrecht2025-03-182-70/+82
| * improved post upload/download summary (#308)Dan Engelbrecht2025-03-184-421/+692
| * fix quoted command lines arguments (#306)Dan Engelbrecht2025-03-1216-182/+392
* | Merge remote-tracking branch 'origin/main' into sb/build-cacheStefan Boberg2025-03-120-0/+0
|\|
| * Remove spurious '4' in conditional code blockStefan Boberg2025-03-121-12/+12
* | Merge branch 'main' into sb/build-cacheStefan Boberg2025-03-123-2/+33
|\|
| * ProgressBar improvements (#305)Stefan Boberg2025-03-123-2/+44
| * fixes for log timestamps (#304)Stefan Boberg2025-03-129-3/+379
* | fix log timestampsStefan Boberg2025-03-122-3/+10
* | add GetTimeSinceProcessStart returning time since process startStefan Boberg2025-03-126-0/+368
* | Merge remote-tracking branch 'origin/main' into sb/build-cacheStefan Boberg2025-03-129-516/+707
|\|
| * 5.6.1-pre0v5.6.1-pre0Dan Engelbrecht2025-03-121-1/+1
| * fix mac/linux builds command (#303)Dan Engelbrecht2025-03-122-15/+22
| * improved block gen logic (#302)Dan Engelbrecht2025-03-128-458/+606
| * async find blocks (#300)Dan Engelbrecht2025-03-112-42/+81
* | Remove spurious '4' in conditional code blockStefan Boberg2025-03-121-12/+12
* | changed ReadDeltaArray to return the number of entries in the input arrayStefan Boberg2025-03-121-3/+6
* | Further tweaks to build part manifest encodingStefan Boberg2025-03-112-13/+119
* | added support for delta-encoding of main manifestStefan Boberg2025-03-112-2/+51
* | eligeble -> eligibleStefan Boberg2025-03-111-1/+1
* | Misc changes to make logging more compactStefan Boberg2025-03-111-11/+12
* | change ProgressBar so it doesn't use printfStefan Boberg2025-03-111-1/+13
* | add support for `--malloc=<...>` in zen CLIStefan Boberg2025-03-111-0/+3
* | fix namespace scoping so it works in release tooStefan Boberg2025-03-111-1/+2
* | remove redundant `ZEN_MEMSCOPE`Stefan Boberg2025-03-111-1/+0
* | Merge remote-tracking branch 'origin/main' into sb/build-cacheStefan Boberg2025-03-1114-940/+1706
|\|
| * Build command tweaks (#301)Stefan Boberg2025-03-118-59/+85
| * pick up existing cache (#299)Dan Engelbrecht2025-03-1010-888/+1655
* | added fmt formatter for CbObjectView to make it easier to log compact binary ...Stefan Boberg2025-03-101-0/+23
* | buildstore build fixStefan Boberg2025-03-101-0/+2
* | added LoggingOptions::AllowAsync to manage use of async loggingStefan Boberg2025-03-102-1/+2
* | test stuffStefan Boberg2025-03-105-22/+107
* | Fix problem in FinishInitializeLogging when not logging to fileStefan Boberg2025-03-101-6/+9
* | minor: renamesStefan Boberg2025-03-103-3/+2
* | Merge remote-tracking branch 'origin/main' into sb/build-cacheStefan Boberg2025-03-0736-601/+1293
|\|
| * partial block fetch (#298)Dan Engelbrecht2025-03-079-402/+913
| * reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-0627-199/+380
* | Tactical check-in to simplify merge from old branchStefan Boberg2025-03-072-0/+20
* | Merge remote-tracking branch 'origin/main' into sb/build-cacheStefan Boberg2025-03-061-1/+1
|\|
| * 5.6.0v5.6.0Dan Engelbrecht2025-03-061-1/+1
| * 5.6.0-pre0v5.6.0-pre0Dan Engelbrecht2025-03-051-1/+1
* | Merge branch 'main' into sb/build-cacheStefan Boberg2025-03-051-0/+2
|\|
| * Add trace support for zen CLI command (#296)Stefan Boberg2025-03-055-37/+212
* | Merge branch 'main' into sb/build-cacheStefan Boberg2025-03-054-39/+292
|\|
| * streaming compress (#295)Dan Engelbrecht2025-03-054-38/+292
* | Merge branch 'main' into sb/build-cacheStefan Boberg2025-03-054-75/+345
|\|