aboutsummaryrefslogtreecommitdiff
path: root/src/zen/zen.cpp
Commit message (Expand)AuthorAgeFilesLines
* zen history command (#987)Dan Engelbrecht2026-04-201-0/+14
* zen: remove unused 'copy' and 'run' subcommands (#986)Stefan Boberg2026-04-201-6/+0
* consolidate cache commands into `cache` subcommand (#978)Stefan Boberg2026-04-201-1/+7
* builds cmd refactor (#975)Dan Engelbrecht2026-04-201-1/+1
* fix utf characters in source code (#953)Dan Engelbrecht2026-04-131-1/+1
* Compute OIDC auth, async Horde agents, and orchestrator improvements (#913)Stefan Boberg2026-04-131-1/+4
* Misc small fixes (#897)Stefan Boberg2026-03-271-0/+1
* remove CPR HTTP client backend (#894)Stefan Boberg2026-03-271-1/+1
* zen hub command (#877)Dan Engelbrecht2026-03-211-0/+3
* Add lightweight crash handler for pre-Sentry startup backtraces (#853)Stefan Boberg2026-03-181-0/+3
* Compute batching (#849)Stefan Boberg2026-03-181-33/+98
* Unix Domain Socket auto discovery (#833)Stefan Boberg2026-03-131-1/+45
* Switch httpclient default back-end over to libcurl (#832)Stefan Boberg2026-03-131-1/+1
* minor zenstore/blockstore fixes (#821)Stefan Boberg2026-03-101-1/+1
* HttpClient using libcurl, Unix Sockets for HTTP. HTTPS support (#770)Stefan Boberg2026-03-101-4/+71
* Dashboard overhaul, compute integration (#814)Stefan Boberg2026-03-091-0/+78
* Eliminate spdlog dependency (#773)Stefan Boberg2026-03-091-1/+0
* added `--verbose` option to zenserver-test and `xmake test` (#798)Stefan Boberg2026-03-011-1/+0
* Add `zen ui` command (#779)Stefan Boberg2026-02-241-1/+5
* changed command names and descriptions to use class members instead of string...Stefan Boberg2026-02-231-43/+43
* structured compute basics (#714)Stefan Boberg2026-02-181-16/+23
* logging config move to zenutil (#754)Stefan Boberg2026-02-131-6/+17
* hotfix 5.7.18 (#730)Dan Engelbrecht2026-01-221-20/+1
* use current locale when converting wide char command line arguments to string...Dan Engelbrecht2026-01-151-1/+5
* remove error warning in output (#695)Dan Engelbrecht2025-12-171-4/+6
* move progress bar to separate file (#638)Dan Engelbrecht2025-11-071-358/+2
* in-tree spdlog (#602)Stefan Boberg2025-10-241-2/+0
* tweak worker pools for builds (#595)Dan Engelbrecht2025-10-221-0/+5
* fix log progress quotes (#580)Dan Engelbrecht2025-10-161-9/+37
* executable/version/pid log at command startup cleaned up (#557)Dan Engelbrecht2025-10-061-0/+7
* make cpr a HttpClient implementation detail (#517)Stefan Boberg2025-09-291-60/+30
* fetch cloud oplog (#502)Dan Engelbrecht2025-09-221-0/+2
* improve builds download partial logic (#501)Dan Engelbrecht2025-09-221-83/+85
* faster oplog entries with referenceset (#488)Dan Engelbrecht2025-09-081-1/+1
* refactor zen command return value handling (#487)Dan Engelbrecht2025-09-051-74/+130
* improve console output (#476)Dan Engelbrecht2025-08-261-9/+50
* Merge pull request #139 from ue-foundation/de/zen-service-commandLiam Mitchell2025-08-221-0/+3
|\
| * Merge remote-tracking branch 'origin/main' into de/zen-service-commandLiam Mitchell2025-08-211-1/+2
| |\
| * \ Merge branch 'main' into de/zen-service-commandLiam Mitchell2025-07-291-46/+315
| |\ \
| * \ \ Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-03-141-28/+144
| |\ \ \
| * | | | zen `service` commandDan Engelbrecht2025-01-081-0/+3
* | | | | clean up trace options parsing (#473)Dan Engelbrecht2025-08-221-33/+24
| |_|_|/ |/| | |
* | | | Don't add quotes to arguments which are already quotedLiam Mitchell2025-07-151-1/+2
| |_|/ |/| |
* | | `--output-path` option added to `zen version` command (#440)Dan Engelbrecht2025-06-181-1/+1
* | | sentry config (#430)Dan Engelbrecht2025-06-121-6/+34
* | | make sure we finish progress at 100% if not done (#432)Dan Engelbrecht2025-06-101-1/+1
* | | revert 61b4a88f and cadaad63Dan Engelbrecht2025-06-101-34/+6
* | | add sentry configurations options for debug/environmentDan Engelbrecht2025-06-101-6/+34
* | | `--sentry-dsn` option for zen command line and zenserver to control Sentry re...Dan Engelbrecht2025-06-091-8/+14
* | | pause, resume and abort running builds cmd (#421)Dan Engelbrecht2025-06-051-8/+35