| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | Add --full option to service install, which will handle stop/uninstall if ↵ | Liam Mitchell | 2025-07-16 | 2 | -9/+121 | |
| | | | | | | | | | | | | | | | | | necessary, and copy binaries to install location | |||||
| | * | | | Merge branch 'main' into de/zen-service-command | Liam Mitchell | 2025-07-29 | 164 | -5470/+18379 | |
| | |\ \ \ | | |/ / | |/| | | ||||||
| | * | | | Fix naming of service handle close guard variable | Liam Mitchell | 2025-03-27 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Merge pull request #321 from ue-foundation/lm/zen-service-elevated-command-line | Liam Mitchell | 2025-03-26 | 2 | -3/+3 | |
| | |\ \ \ | | | | | | | | | | | Fix command line parsing when running service commands elevated | |||||
| | | * | | | Fix command line parsing when running service commands elevated | Liam Mitchell | 2025-03-25 | 2 | -3/+3 | |
| | | | | | | ||||||
| | * | | | | Merge pull request #322 from ue-foundation/lm/zen-service-return-codes | Liam Mitchell | 2025-03-26 | 1 | -2/+16 | |
| | |\ \ \ \ | | | | | | | | | | | | | Update return codes for service commands to provide more information to the caller | |||||
| | | * | | | | Update return codes for service commands to provide more information to the ↵ | Liam Mitchell | 2025-03-25 | 1 | -2/+16 | |
| | | |/ / / | | | | | | | | | | | | | | | | caller | |||||
| | * | | | | Avoid leaking service handle in Windows service installation | Liam Mitchell | 2025-03-25 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Specify restart options for service manager, to avoid use of manual restart ↵ | Liam Mitchell | 2025-03-25 | 1 | -0/+19 | |
| | |/ / / | | | | | | | | | | | | | logic | |||||
| | * | | | Merge remote-tracking branch 'origin/main' into de/zen-service-command | Dan Engelbrecht | 2025-03-14 | 101 | -1120/+13954 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge remote-tracking branch 'origin/de/zen-service-command' into ↵ | Dan Engelbrecht | 2025-03-14 | 20 | -29/+172 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | de/zen-service-command | |||||
| | | * | | | | Update Linux service type and add libsystemd dependency | Liam Mitchell | 2025-03-05 | 2 | -1/+5 | |
| | | | | | | | ||||||
| | | * | | | | Initial implementation of service status reporting | Liam Mitchell | 2025-03-04 | 3 | -8/+49 | |
| | | | | | | | ||||||
| | | * | | | | Implementation of service commands for Linux. | Liam Mitchell | 2025-02-27 | 14 | -18/+110 | |
| | | | | | | | ||||||
| | | * | | | | Linux compilation fixes | Liam Mitchell | 2025-02-19 | 6 | -2/+8 | |
| | | | | | | | ||||||
| | * | | | | | Merge remote-tracking branch 'origin/main' into de/zen-service-command | Dan Engelbrecht | 2025-01-23 | 33 | -1237/+1313 | |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | | fix positional arguments for zen service install on non-windows platforms | Dan Engelbrecht | 2025-01-17 | 1 | -1/+3 | |
| | | | | | | | ||||||
| | * | | | | | Merge remote-tracking branch 'origin/main' into de/zen-service-command | Dan Engelbrecht | 2025-01-17 | 47 | -78/+100 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | clang format | Dan Engelbrecht | 2025-01-15 | 4 | -15/+19 | |
| | | | | | | | | ||||||
| | * | | | | | | systemd unit file, incomplete | Dan Engelbrecht | 2025-01-15 | 6 | -118/+156 | |
| | | | | | | | | ||||||
| | * | | | | | | clang format | Dan Engelbrecht | 2025-01-13 | 1 | -39/+41 | |
| | | | | | | | | ||||||
| | * | | | | | | generate unit file | Dan Engelbrecht | 2025-01-13 | 1 | -3/+71 | |
| | | | | | | | | ||||||
| | * | | | | | | linux service stop | Dan Engelbrecht | 2025-01-13 | 1 | -159/+13 | |
| | | | | | | | | ||||||
| | * | | | | | | linux service | Dan Engelbrecht | 2025-01-13 | 1 | -1/+198 | |
| | | | | | | | | ||||||
| | * | | | | | | typo fix | Dan Engelbrecht | 2025-01-10 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | clang format | Dan Engelbrecht | 2025-01-10 | 4 | -94/+91 | |
| | | | | | | | | ||||||
| | * | | | | | | displayname and description are windows-only properties | Dan Engelbrecht | 2025-01-10 | 4 | -32/+41 | |
| | | | | | | | | ||||||
| | * | | | | | | cleanups | Dan Engelbrecht | 2025-01-10 | 1 | -159/+105 | |
| | | | | | | | | ||||||
| | * | | | | | | partially working service commands for macos | Dan Engelbrecht | 2025-01-10 | 2 | -26/+252 | |
| | | | | | | | | ||||||
| | * | | | | | | make windows elevation optional | Dan Engelbrecht | 2025-01-10 | 2 | -70/+132 | |
| | | | | | | | | ||||||
| | * | | | | | | use local service account for zen service | Dan Engelbrecht | 2025-01-10 | 1 | -13/+13 | |
| | | | | | | | | ||||||
| | * | | | | | | if we can't open a process handle, assume it is running under other user id | Dan Engelbrecht | 2025-01-10 | 1 | -0/+5 | |
| | | | | | | | | ||||||
| | * | | | | | | remove ServiceLevel | Dan Engelbrecht | 2025-01-10 | 6 | -395/+33 | |
| | | | | | | | | ||||||
| | * | | | | | | get home folder | Dan Engelbrecht | 2025-01-10 | 2 | -0/+9 | |
| | | | | | | | | ||||||
| | * | | | | | | partial macos implementation | Dan Engelbrecht | 2025-01-09 | 2 | -12/+60 | |
| | | | | | | | | ||||||
| | * | | | | | | mac function signature fix | Dan Engelbrecht | 2025-01-08 | 1 | -8/+6 | |
| | | | | | | | | ||||||
| | * | | | | | | use attachconsole to send ctrl+c to running process | Dan Engelbrecht | 2025-01-08 | 2 | -44/+48 | |
| | | | | | | | | ||||||
| | * | | | | | | add ServiceLevel for service processes: User, AllUsers and Service | Dan Engelbrecht | 2025-01-08 | 6 | -64/+483 | |
| | | | | | | | | ||||||
| | * | | | | | | check if service is already installed before attempting install | Dan Engelbrecht | 2025-01-08 | 1 | -7/+27 | |
| | | | | | | | | ||||||
| | * | | | | | | Merge remote-tracking branch 'origin/de/zen-service-command' into ↵ | Dan Engelbrecht | 2025-01-08 | 1 | -35/+112 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | de/zen-service-command | |||||
| | | * | | | | | | wip | Dan Engelbrecht | 2024-09-18 | 1 | -34/+108 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Add ServiceSpec struct | Dan Engelbrecht | 2024-09-18 | 3 | -51/+79 | |
| | | | | | | | | | ||||||
| | | * | | | | | | clang format | Dan Engelbrecht | 2024-09-18 | 2 | -5/+5 | |
| | | | | | | | | | ||||||
| | | * | | | | | | launchd plist install | Dan Engelbrecht | 2024-09-18 | 3 | -7/+18 | |
| | | | | | | | | | ||||||
| | | * | | | | | | more WIP | Dan Engelbrecht | 2024-09-18 | 1 | -432/+499 | |
| | | | | | | | | | ||||||
| | | * | | | | | | wip | Dan Engelbrecht | 2024-09-18 | 1 | -320/+433 | |
| | | | | | | | | | ||||||
| | | * | | | | | | zen `service` command | Dan Engelbrecht | 2024-09-18 | 5 | -0/+790 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add ServiceSpec struct | Dan Engelbrecht | 2025-01-08 | 3 | -51/+79 | |
| | | | | | | | | | ||||||
| | * | | | | | | | clang format | Dan Engelbrecht | 2025-01-08 | 2 | -5/+5 | |
| | | | | | | | | | ||||||
| | * | | | | | | | launchd plist install | Dan Engelbrecht | 2025-01-08 | 3 | -7/+18 | |
| | | | | | | | | | ||||||