| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Add trace support for zen CLI command (#296) | Stefan Boberg | 2025-03-05 | 2 | -34/+76 | |
| | * | refactor use chunk sequence download (#291) | Dan Engelbrecht | 2025-03-03 | 2 | -47/+84 | |
| | * | builds download incremental (#290) | Dan Engelbrecht | 2025-03-01 | 1 | -5/+7 | |
| | * | improve error handling (#289) | Dan Engelbrecht | 2025-02-28 | 6 | -15/+79 | |
| | * | Zs/auth bad function fix (#287) | Zousar Shaker | 2025-02-27 | 2 | -7/+5 | |
| | * | builds upload command (#278) | Dan Engelbrecht | 2025-02-26 | 12 | -18/+2678 | |
| | * | improvements and infrastructure for upcoming builds api command line (#284) | Dan Engelbrecht | 2025-02-25 | 4 | -69/+40 | |
| | * | moving and small refactor of chunk blocks to prepare for builds api (#282) | Dan Engelbrecht | 2025-02-12 | 7 | -0/+1206 | |
| | * | improved builds api interface in jupiter (#281) | Dan Engelbrecht | 2025-02-12 | 2 | -23/+340 | |
| * | | Merge remote-tracking branch 'origin/de/zen-service-command' into de/zen-serv... | Dan Engelbrecht | 2025-03-14 | 4 | -16/+64 | |
| |\ \ | ||||||
| | * | | Update Linux service type and add libsystemd dependency | Liam Mitchell | 2025-03-05 | 1 | -1/+1 | |
| | * | | Implementation of service commands for Linux. | Liam Mitchell | 2025-02-27 | 3 | -14/+60 | |
| | * | | Linux compilation fixes | Liam Mitchell | 2025-02-19 | 2 | -1/+3 | |
| * | | | Merge remote-tracking branch 'origin/main' into de/zen-service-command | Dan Engelbrecht | 2025-01-23 | 6 | -916/+743 | |
| |\ \ \ | |/ / |/| / | |/ | ||||||
| | * | jupiter code cleanup (#276) | Dan Engelbrecht | 2025-01-22 | 6 | -916/+743 | |
| * | | Merge remote-tracking branch 'origin/main' into de/zen-service-command | Dan Engelbrecht | 2025-01-17 | 11 | -2285/+922 | |
| |\| | ||||||
| | * | move basicfile.h/cpp -> zencore (#273) | Dan Engelbrecht | 2025-01-16 | 11 | -2285/+922 | |
| * | | clang format | Dan Engelbrecht | 2025-01-15 | 2 | -13/+14 | |
| * | | systemd unit file, incomplete | Dan Engelbrecht | 2025-01-15 | 2 | -116/+137 | |
| * | | 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 | |
| * | | clang format | Dan Engelbrecht | 2025-01-10 | 2 | -65/+60 | |
| * | | displayname and description are windows-only properties | Dan Engelbrecht | 2025-01-10 | 2 | -4/+5 | |
| * | | cleanups | Dan Engelbrecht | 2025-01-10 | 1 | -159/+105 | |
| * | | partially working service commands for macos | Dan Engelbrecht | 2025-01-10 | 1 | -25/+250 | |
| * | | use local service account for zen service | Dan Engelbrecht | 2025-01-10 | 1 | -13/+13 | |
| * | | remove ServiceLevel | Dan Engelbrecht | 2025-01-10 | 2 | -356/+25 | |
| * | | 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 | 1 | -42/+41 | |
| * | | add ServiceLevel for service processes: User, AllUsers and Service | Dan Engelbrecht | 2025-01-08 | 2 | -38/+370 | |
| * | | Merge remote-tracking branch 'origin/de/zen-service-command' into de/zen-serv... | Dan Engelbrecht | 2025-01-08 | 1 | -35/+112 | |
| |\ \ | ||||||
| | * | | wip | Dan Engelbrecht | 2024-09-18 | 1 | -34/+108 | |
| | * | | Add ServiceSpec struct | Dan Engelbrecht | 2024-09-18 | 2 | -39/+65 | |
| | * | | clang format | Dan Engelbrecht | 2024-09-18 | 1 | -3/+3 | |
| | * | | launchd plist install | Dan Engelbrecht | 2024-09-18 | 1 | -4/+15 | |
| | * | | 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 | 2 | -0/+431 | |
| * | | | Add ServiceSpec struct | Dan Engelbrecht | 2025-01-08 | 2 | -39/+65 | |
| * | | | clang format | Dan Engelbrecht | 2025-01-08 | 1 | -3/+3 | |
| * | | | launchd plist install | Dan Engelbrecht | 2025-01-08 | 1 | -4/+15 | |
| * | | | more WIP | Dan Engelbrecht | 2025-01-08 | 1 | -432/+499 | |
| * | | | wip | Dan Engelbrecht | 2025-01-08 | 1 | -320/+433 | |
| * | | | zen `service` command | Dan Engelbrecht | 2025-01-08 | 2 | -0/+431 | |
| | |/ |/| | ||||||
| * | | more memory tagging and fixes (#263) | Stefan Boberg | 2024-12-16 | 4 | -2/+23 | |
| * | | added support for dynamic LLM tags (#245) | Stefan Boberg | 2024-12-02 | 3 | -0/+35 | |
| * | | Insights-compatible memory tracking (#214) | Stefan Boberg | 2024-11-25 | 1 | -0/+1 | |