aboutsummaryrefslogtreecommitdiff
path: root/src/zen
Commit message (Expand)AuthorAgeFilesLines
* make FlushSequence non-staticde/improved-write-cacheDan Engelbrecht2025-04-231-51/+73
* keep files open in WriteFileCacheDan Engelbrecht2025-04-231-41/+116
* make sure to call MakeSafeAbsolutePathÍnPlace where appropriate (#363)Dan Engelbrecht2025-04-232-16/+16
* add cxxopts overload for parsing file paths from command line (#362)Dan Engelbrecht2025-04-2216-486/+427
* fix race condition in multipart download (#358)Dan Engelbrecht2025-04-111-13/+13
* filesystem retry fixes (#354)Dan Engelbrecht2025-04-101-20/+31
* multpart download crash (#353)Dan Engelbrecht2025-04-101-1/+2
* scavenge builds (#352)Dan Engelbrecht2025-04-082-185/+667
* tweaked verbose output (#351)Dan Engelbrecht2025-04-071-23/+18
* fixed host resolving if both host and and override-host (url) was given (#350)Dan Engelbrecht2025-04-071-17/+40
* save global download info file for scavenging (#349)Dan Engelbrecht2025-04-071-105/+189
* improved layout of end of run stats output (#348)Dan Engelbrecht2025-04-071-10/+15
* "unlimited" line length when using plain progress (#347)Dan Engelbrecht2025-04-041-7/+19
* progress bar improvements (#346)Dan Engelbrecht2025-04-041-18/+82
* build store save access times (#341)v5.6.3-pre0Dan Engelbrecht2025-04-031-5/+5
* `zen oplog-export`, `zen oplog-import` for `--url` (cloud) and `--builds` (bu...Dan Engelbrecht2025-04-032-116/+95
* use oidctoken executable to generate auth (#336)Dan Engelbrecht2025-04-022-4/+34
* upload fail mac linux (#338)Dan Engelbrecht2025-04-021-11/+17
* added --find-max-block-count option to builds upload (#337)Dan Engelbrecht2025-04-022-4/+15
* builds url discovery (#334)Dan Engelbrecht2025-04-012-44/+206
* verify that we can read input files that are only hashed (#333)Dan Engelbrecht2025-04-011-5/+116
* logging improvement (#332)Dan Engelbrecht2025-03-311-17/+20
* multithreaded clean (#331)Dan Engelbrecht2025-03-311-88/+337
* long filename support (#330)Dan Engelbrecht2025-03-3110-148/+203
* check file from local track state during download (#329)Dan Engelbrecht2025-03-301-118/+147
* temp path options and reduced scanning of target folder (#328)Dan Engelbrecht2025-03-282-250/+564
* build cache prime (#327)Dan Engelbrecht2025-03-272-445/+648
* optional compress of block chunks (#326)Dan Engelbrecht2025-03-271-56/+131
* zen build cache service (#318)Dan Engelbrecht2025-03-262-812/+1074
* don't let auth env argument block other auth options (#316)Dan Engelbrecht2025-03-191-8/+12
* jupiter builds stats upload (#315)Dan Engelbrecht2025-03-191-15/+17
* build list filters (#313)Dan Engelbrecht2025-03-192-30/+91
* improved reporting on async error (#312)Dan Engelbrecht2025-03-181-1/+8
* 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-181-156/+193
* 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-181-362/+600
* fix quoted command lines arguments (#306)Dan Engelbrecht2025-03-1211-182/+231
* Remove spurious '4' in conditional code blockStefan Boberg2025-03-121-12/+12
* ProgressBar improvements (#305)Stefan Boberg2025-03-122-2/+42
* improved block gen logic (#302)Dan Engelbrecht2025-03-122-453/+557
* async find blocks (#300)Dan Engelbrecht2025-03-111-42/+80
* Build command tweaks (#301)Stefan Boberg2025-03-112-39/+33
* pick up existing cache (#299)Dan Engelbrecht2025-03-102-837/+1547
* partial block fetch (#298)Dan Engelbrecht2025-03-072-324/+776
* Add trace support for zen CLI command (#296)Stefan Boberg2025-03-052-3/+134
* streaming compress (#295)Dan Engelbrecht2025-03-051-35/+115
* do direct update of stats numbers (#294)Dan Engelbrecht2025-03-041-24/+13
* stream decompress (#293)Dan Engelbrecht2025-03-041-57/+141
* refactor use chunk sequence download (#291)Dan Engelbrecht2025-03-032-505/+821