aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* builds url discovery (#334)Dan Engelbrecht2025-04-0115-77/+345
* reduce disk io during gc (#335)Dan Engelbrecht2025-04-011-20/+8
* verify that we can read input files that are only hashed (#333)Dan Engelbrecht2025-04-012-7/+122
* logging improvement (#332)Dan Engelbrecht2025-03-311-17/+20
* multithreaded clean (#331)Dan Engelbrecht2025-03-313-92/+393
* long filename support (#330)Dan Engelbrecht2025-03-3141-519/+1270
* 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-283-252/+580
* build cache prime (#327)Dan Engelbrecht2025-03-276-454/+722
* Merge branch 'main' into zs/ui-show-cook-artifactsZousar Shaker2025-03-277-66/+216
|\
| * optional compress of block chunks (#326)Dan Engelbrecht2025-03-277-66/+216
* | Merge branch 'main' into zs/ui-show-cook-artifactsZousar Shaker2025-03-2633-947/+3984
|\|
| * zen build cache service (#318)Dan Engelbrecht2025-03-2633-947/+3984
* | Descriptive type conversion messageszousar2025-03-261-15/+39
* | Removed do_nothing from entry.jszousar2025-03-251-2/+0
* | Moved AcceptType Handling From ProjectStore To HttpProjectStorezousar2025-03-253-61/+35
* | Add CookPackageArtifacts attachment to web uizousar2025-03-212-6/+106
|/
* 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-196-15/+97
* build list filters (#313)Dan Engelbrecht2025-03-195-35/+96
* Missing import statment on dashboard's start page (#314)Martin Ridgers2025-03-192-0/+1
* 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
* ProgressBar improvements (#305)Stefan Boberg2025-03-122-2/+42
* fixes for log timestamps (#304)Stefan Boberg2025-03-125-3/+26
* 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
* Build command tweaks (#301)Stefan Boberg2025-03-117-59/+83
* pick up existing cache (#299)Dan Engelbrecht2025-03-109-887/+1651
* 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
* streaming compress (#295)Dan Engelbrecht2025-03-053-37/+289
* do direct update of stats numbers (#294)Dan Engelbrecht2025-03-041-24/+13
* stream decompress (#293)Dan Engelbrecht2025-03-043-57/+337
* limit and validate responses before logging the text (#292)Stefan Boberg2025-03-044-1/+110
* refactor use chunk sequence download (#291)Dan Engelbrecht2025-03-035-552/+910
* builds download incremental (#290)Dan Engelbrecht2025-03-014-629/+635
* improve error handling (#289)Dan Engelbrecht2025-02-288-974/+1036
* Zs/auth bad function fix (#287)Zousar Shaker2025-02-272-7/+5
* Fix bug causing crash if large file was exact multiple of 256KB when using ze...Dan Engelbrecht2025-02-261-1/+1
* clang-format fixStefan Boberg2025-02-261-1/+1
* added <chrono> include to zentest-appstub.cppStefan Boberg2025-02-261-0/+1
* builds upload command (#278)Dan Engelbrecht2025-02-2623-61/+9108