aboutsummaryrefslogtreecommitdiff
path: root/src/zen
Commit message (Expand)AuthorAgeFilesLines
...
* fix for RPC replay issue (wrong content-type) (#536)Stefan Boberg2025-10-021-26/+4
* fix bounds check when finalizing build state (#533)Dan Engelbrecht2025-09-301-1/+2
* parsing of `zen builds` `--log-progress` option fixed (#530)Dan Engelbrecht2025-09-291-9/+13
* builds multi wildcard (#524)Dan Engelbrecht2025-09-291-50/+83
* make cpr a HttpClient implementation detail (#517)Stefan Boberg2025-09-292-120/+42
* remove spurious cpr.h includes (#520)Stefan Boberg2025-09-295-13/+1
* more iterate chunk logging (#516)Dan Engelbrecht2025-09-261-1/+1
* list missing block hashes when --verbose is enabled (#512)Dan Engelbrecht2025-09-261-0/+14
* limit number of chunks per block (#508)Dan Engelbrecht2025-09-234-12/+125
* Added `--oidctoken-exe-unattended` to`zen builds` and `zen oplog-download` co...Dan Engelbrecht2025-09-222-1/+9
* fetch cloud oplog (#502)Dan Engelbrecht2025-09-228-440/+727
* improve builds download partial logic (#501)Dan Engelbrecht2025-09-223-376/+671
* fix quoted wildcard options (#500)Dan Engelbrecht2025-09-171-27/+1
* add builds download force option (#498)Dan Engelbrecht2025-09-172-270/+297
* add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-105-75/+82
* faster oplog entries with referenceset (#488)Dan Engelbrecht2025-09-082-1/+2
* Set ownership of service executables to the service user on Linux (#489)Liam Mitchell2025-09-081-0/+44
* refactor zen command return value handling (#487)Dan Engelbrecht2025-09-0544-1043/+923
* Avoid mutating executable paths when copying files during full service instal...Liam Mitchell2025-09-041-5/+7
* add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-042-15/+50
* improve console output (#476)Dan Engelbrecht2025-08-2619-1073/+1022
* Merge pull request #139 from ue-foundation/de/zen-service-commandLiam Mitchell2025-08-224-2/+668
|\
| * Merge remote-tracking branch 'origin/main' into de/zen-service-commandLiam Mitchell2025-08-217-395/+1053
| |\
| * | Fix trailing whitespace in service_cmd.cppLiam Mitchell2025-08-201-1/+0
| * | Merge pull request #452 from ue-foundation/lm/full-service-installLiam Mitchell2025-08-062-9/+143
| |\ \
| | * | Fix permissions and ownership issues with service binary copy and remove unne...Liam Mitchell2025-07-251-1/+10
| | * | Increase service stop timeout to 30 seconds during full installLiam Mitchell2025-07-211-1/+1
| | * | Add PDBs and crashpad_handler to installed files during full service installLiam Mitchell2025-07-211-11/+24
| | * | Add --full option to service install, which will handle stop/uninstall if nec...Liam Mitchell2025-07-162-9/+121
| * | | Merge branch 'main' into de/zen-service-commandLiam Mitchell2025-07-2927-2930/+7568
| |\ \ \ | | |/ / | |/| |
| * | | Merge pull request #321 from ue-foundation/lm/zen-service-elevated-command-lineLiam Mitchell2025-03-262-3/+3
| |\ \ \
| | * | | Fix command line parsing when running service commands elevatedLiam Mitchell2025-03-252-3/+3
| * | | | Update return codes for service commands to provide more information to the c...Liam Mitchell2025-03-251-2/+16
| |/ / /
| * | | Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-03-1415-147/+8374
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/de/zen-service-command' into de/zen-serv...Dan Engelbrecht2025-03-142-1/+9
| |\ \ \ \
| | * | | | Implementation of service commands for Linux.Liam Mitchell2025-02-272-1/+9
| * | | | | Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-01-234-10/+22
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | fix positional arguments for zen service install on non-windows platformsDan Engelbrecht2025-01-171-1/+3
| * | | | | Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-01-175-8/+10
| |\ \ \ \ \
| * | | | | | systemd unit file, incompleteDan Engelbrecht2025-01-151-1/+1
| * | | | | | typo fixDan Engelbrecht2025-01-101-1/+1
| * | | | | | clang formatDan Engelbrecht2025-01-102-29/+31
| * | | | | | displayname and description are windows-only propertiesDan Engelbrecht2025-01-102-28/+36
| * | | | | | partially working service commands for macosDan Engelbrecht2025-01-101-1/+2
| * | | | | | make windows elevation optionalDan Engelbrecht2025-01-102-70/+132
| * | | | | | remove ServiceLevelDan Engelbrecht2025-01-102-30/+8
| * | | | | | use attachconsole to send ctrl+c to running processDan Engelbrecht2025-01-081-2/+7
| * | | | | | add ServiceLevel for service processes: User, AllUsers and ServiceDan Engelbrecht2025-01-082-26/+104
| * | | | | | check if service is already installed before attempting installDan Engelbrecht2025-01-081-7/+27
| * | | | | | Add ServiceSpec structDan Engelbrecht2025-01-081-12/+14