aboutsummaryrefslogtreecommitdiff
path: root/src/zen/cmds/builds_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* silence oom ood errors for sentry (#423)Dan Engelbrecht2025-06-051-0/+18
* pause, resume and abort running builds cmd (#421)Dan Engelbrecht2025-06-051-77/+360
* revert system temp dir for builds upload (#422)Dan Engelbrecht2025-06-051-29/+27
* builds download url (#419)Dan Engelbrecht2025-06-041-57/+138
* new builds search (#418)Dan Engelbrecht2025-06-041-16/+28
* faster scavenge (#417)Dan Engelbrecht2025-06-041-47/+165
* fixed size chunking for encrypted files (#410)Dan Engelbrecht2025-06-031-263/+286
* use system temp dir (#412)Dan Engelbrecht2025-06-021-21/+24
* use explicit capture for lambdas (#404)Dan Engelbrecht2025-05-201-876/+1227
* replace copy file (#403)Dan Engelbrecht2025-05-201-6/+34
* handle exception with batch work (#401)Dan Engelbrecht2025-05-191-256/+286
* parallel work handle dispatch exception (#400)Dan Engelbrecht2025-05-161-1219/+1142
* sparse win file write (#398)Dan Engelbrecht2025-05-161-1/+20
* builds allow redirect option (#379)Dan Engelbrecht2025-05-051-3/+14
* UE style formatted progress output (#380)Dan Engelbrecht2025-05-051-33/+173
* Merge branch 'main' into zs/zencli-list-namespaces-bucketsZousar Shaker2025-04-241-405/+355
|\
| * limit retries on buildpart finalize (#374)Dan Engelbrecht2025-04-241-2/+8
| * use state file if available when doing builds diff command (#369)Dan Engelbrecht2025-04-241-81/+62
| * zen wipe command (#366)Dan Engelbrecht2025-04-231-1/+1
| * parse system dir for builds (#365)Dan Engelbrecht2025-04-231-1/+1
| * make sure to call MakeSafeAbsolutePathÍnPlace where appropriate (#363)Dan Engelbrecht2025-04-231-15/+15
| * add cxxopts overload for parsing file paths from command line (#362)Dan Engelbrecht2025-04-221-320/+283
* | Use SubOption instead of Verb to control flowzousar2025-04-221-1/+1
* | xmake precommitzousar2025-04-221-5/+5
* | Replacing list-container with list-namespaceszousar2025-04-221-3/+3
* | Replace container with namespaceszousar2025-04-221-11/+17
* | Fix list-container positional args to remove query-pathzousar2025-04-151-2/+2
* | Add a list-container subcommand to zen builds commandzousar2025-04-141-2/+69
|/
* 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-081-185/+666
* 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
* build store save access times (#341)v5.6.3-pre0Dan Engelbrecht2025-04-031-5/+5
* use oidctoken executable to generate auth (#336)Dan Engelbrecht2025-04-021-4/+32
* upload fail mac linux (#338)Dan Engelbrecht2025-04-021-11/+17
* added --find-max-block-count option to builds upload (#337)Dan Engelbrecht2025-04-021-3/+13
* builds url discovery (#334)Dan Engelbrecht2025-04-011-43/+204
* 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-311-124/+185
* 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-281-250/+562
* build cache prime (#327)Dan Engelbrecht2025-03-271-443/+644
* optional compress of block chunks (#326)Dan Engelbrecht2025-03-271-56/+131
* zen build cache service (#318)Dan Engelbrecht2025-03-261-812/+1071