aboutsummaryrefslogtreecommitdiff
path: root/src/zen/cmds
Commit message (Expand)AuthorAgeFilesLines
...
| * fix builds download indexing timer (#769)Dan Engelbrecht2026-02-201-0/+7
| * fix MakeSafeAbsolutePathInPlace mis-spelling (#765)Stefan Boberg2026-02-205-27/+27
| * structured compute basics (#714)Stefan Boberg2026-02-182-0/+751
| * spelling fixes (#755)Dan Engelbrecht2026-02-131-2/+2
* | Restrict content-type on POST requests to compact binary or JSONLiam Mitchell2026-02-111-1/+3
|/
* add command line option for scrub timeslice (#742)Dan Engelbrecht2026-02-032-4/+14
* Avoid conversion from JSon to compact binary when querying for builds to avoi...Dan Engelbrecht2026-01-281-5/+13
* allow download specification for zen builds download (#734)Dan Engelbrecht2026-01-272-18/+51
* builds scanning cache (#727)v5.7.19-pre0Dan Engelbrecht2026-01-232-115/+218
* hotfix 5.7.18 (#730)Dan Engelbrecht2026-01-221-14/+10
* builds multipart upload (#722)Dan Engelbrecht2026-01-201-637/+259
* zenserver API changes, some other minor changes (#720)Stefan Boberg2026-01-191-0/+42
* ZenServerProcess API changes (#719)Stefan Boberg2026-01-191-0/+1
* Merge pull request #701 from ue-foundation/lm/mac-daemon-modeLiam Mitchell2026-01-151-9/+13
|\
| * Rename IsElevated to RequiresElevationLiam Mitchell2026-01-151-9/+9
| * Implement final changes required for daemon mode on MacLiam Mitchell2026-01-071-1/+5
* | throw error on bad oidctoken-exe-path (#713)Dan Engelbrecht2026-01-151-10/+20
* | structured output for builds ls (#709)Dan Engelbrecht2026-01-142-67/+176
* | minor fixes (#708)Stefan Boberg2026-01-131-2/+0
* | added options to configure exclude folders and extensions to zen build comman...Dan Engelbrecht2026-01-132-41/+121
|/
* optimize scavenge (#697)Dan Engelbrecht2025-12-191-85/+19
* remove error warning in output (#695)Dan Engelbrecht2025-12-171-1/+1
* add boost-worker oplog import export options (#693)Dan Engelbrecht2025-12-164-74/+202
* oplog download size (#690)Dan Engelbrecht2025-12-151-16/+19
* show download source data (#689)Dan Engelbrecht2025-12-121-9/+60
* remove direct console output from code that is used from service mode (#688)Dan Engelbrecht2025-12-112-79/+99
* fix buffer memory in builds cache (#682)Dan Engelbrecht2025-12-101-0/+6
* upload to zen cache from oplog import now disabled by default (#680)Dan Engelbrecht2025-12-091-1/+1
* automatic scrub on startup (#667)Dan Engelbrecht2025-11-271-1/+10
* remove 'auto' option for zen builds download (#665)Dan Engelbrecht2025-11-252-52/+4
* update state when wildcard (#657)Dan Engelbrecht2025-11-242-363/+524
* Merge pull request #653 from ue-foundation/lm/service-install-permissionsLiam Mitchell2025-11-191-0/+4
|\
| * Make files writeable after full service install to avoid issues when attempti...Liam Mitchell2025-11-171-0/+4
* | loose chunk filtering bug when using wildcards (#654)Dan Engelbrecht2025-11-181-14/+8
|/
* remove local-directory prefix for wildcards (#647)Dan Engelbrecht2025-11-121-0/+5
* control cache upload (#646)Dan Engelbrecht2025-11-124-10/+40
* Change curl defaults on MacOS (#645)Stefan Boberg2025-11-112-4/+6
* fix missing auth (#644)v5.7.9-pre18v5.7.9-pre17Dan Engelbrecht2025-11-112-17/+5
* add `--boost-worker-memory` option to zen builds (#639)Dan Engelbrecht2025-11-102-46/+70
* fix lost assume-http2 option when resolving host in zen builds / project comm...Dan Engelbrecht2025-11-102-3/+17
* get oplog attachments (#622)Dan Engelbrecht2025-11-073-272/+356
* move progress bar to separate file (#638)Dan Engelbrecht2025-11-073-124/+42
* remotestore op refactorings (#637)Dan Engelbrecht2025-11-061-193/+14
* add `--verbose-http` option to builds commands (#630)Dan Engelbrecht2025-11-042-4/+15
* fix clean directory and make them use effective threading where appropriate (...v5.7.8-pre5v5.7.8-pre3v5.7.8-pre2Dan Engelbrecht2025-11-031-63/+20
* missing return statement in zen workspace create command (#628)Dan Engelbrecht2025-11-031-0/+1
* allow --zen-cache-host option when using builds filestore (for testing) (#627)Dan Engelbrecht2025-11-031-0/+32
* Various fixes to address issues flagged by gcc / non-UE toolchain build (#621)Stefan Boberg2025-11-015-26/+33
* use already built lookup when verifying folder (#615)Dan Engelbrecht2025-10-271-3/+2
* fixed progress bar when scanning changed local files (#608)Dan Engelbrecht2025-10-241-23/+28