aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/main' into sb/build-cachesb/build-cacheDan Engelbrecht2025-03-1819-890/+1499
|\
| * improved reporting on async error (#312)Dan Engelbrecht2025-03-182-8/+17
| * If a chunk or block write operation results in more than one completed chunk ...Dan Engelbrecht2025-03-181-88/+155
| * collapse local writes (#310)Dan Engelbrecht2025-03-182-156/+199
| * Reduced disk I/O when writing out chunk blocks during download (#309)Dan Engelbrecht2025-03-181-70/+81
| * improved post upload/download summary (#308)Dan Engelbrecht2025-03-183-420/+690
| * fix quoted command lines arguments (#306)Dan Engelbrecht2025-03-1215-182/+391
| * Remove spurious '4' in conditional code blockStefan Boberg2025-03-121-12/+12
* | Merge branch 'main' into sb/build-cacheStefan Boberg2025-03-122-2/+30
|\|
| * ProgressBar improvements (#305)Stefan Boberg2025-03-122-2/+42
| * fixes for log timestamps (#304)Stefan Boberg2025-03-125-3/+26
* | fix log timestampsStefan Boberg2025-03-122-3/+10
* | add GetTimeSinceProcessStart returning time since process startStefan Boberg2025-03-123-0/+16
* | Merge remote-tracking branch 'origin/main' into sb/build-cacheStefan Boberg2025-03-127-514/+696
|\|
| * fix mac/linux builds command (#303)Dan Engelbrecht2025-03-121-15/+20
| * improved block gen logic (#302)Dan Engelbrecht2025-03-127-457/+599
| * async find blocks (#300)Dan Engelbrecht2025-03-111-42/+80
* | 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-1113-939/+1700
|\|
| * Build command tweaks (#301)Stefan Boberg2025-03-117-59/+83
| * pick up existing cache (#299)Dan Engelbrecht2025-03-109-887/+1651
* | 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-0734-601/+1284
|\|
| * partial block fetch (#298)Dan Engelbrecht2025-03-078-402/+907
| * reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-0626-199/+377
| * Add trace support for zen CLI command (#296)Stefan Boberg2025-03-054-37/+210
* | Tactical check-in to simplify merge from old branchStefan Boberg2025-03-072-0/+20
* | Merge branch 'main' into sb/build-cacheStefan Boberg2025-03-053-38/+289
|\|
| * streaming compress (#295)Dan Engelbrecht2025-03-053-37/+289
* | Merge branch 'main' into sb/build-cacheStefan Boberg2025-03-053-75/+344
|\|
| * do direct update of stats numbers (#294)Dan Engelbrecht2025-03-041-24/+13
| * stream decompress (#293)Dan Engelbrecht2025-03-043-57/+337
* | stub out build store/cache serviceStefan Boberg2025-03-055-0/+67
* | ZEN_TRACE_CPU annotations for builds commandStefan Boberg2025-03-053-40/+160
* | added tracing support for zen CLIStefan Boberg2025-03-041-0/+54
|/
* limit and validate responses before logging the text (#292)Stefan Boberg2025-03-044-1/+110