| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge remote-tracking branch 'origin/main' into de/zen-service-command | Dan Engelbrecht | 2025-01-23 | 34 | -1237/+1314 |
| |\ | |||||
| | * | handle special backslash followed by quote for paths (#279) | Dan Engelbrecht | 2025-01-22 | 2 | -4/+17 |
| | | | |||||
| | * | Add multithreading directory scanning in core/filesystem (#277) | Dan Engelbrecht | 2025-01-22 | 16 | -131/+290 |
| | | | | | | | | | | | | | add DirectoryContent::IncludeFileSizes add DirectoryContent::IncludeAttributes add multithreaded GetDirectoryContent use multithreaded GetDirectoryContent in workspace folder scanning | ||||
| | * | jupiter code cleanup (#276) | Dan Engelbrecht | 2025-01-22 | 16 | -1102/+1007 |
| | | | | | | | | | | | | | | | * cleanup jupiter * move jupiter files to separate folder * CloudCache -> Jupiter * split up jupiter files * kill redundant JupiterAccessTokenProvider | ||||
| * | | changelog | Dan Engelbrecht | 2025-01-17 | 1 | -0/+18 |
| | | | |||||
| * | | 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 | 49 | -79/+109 |
| |\| | |||||
| | * | add missing statsd.enabled and gc.projectstore.duration.seconds (#275) | Dan Engelbrecht | 2025-01-16 | 2 | -10/+16 |
| | | | | | | | | | | | - Bugfix: Fix parsing of workspace options in Lua config - Bugfix: Add missing Lua option for option `--gc-projectstore-duration-seconds` - Bugfix: Add missing Lua mapping option to `--statsd` command line option | ||||
| | * | export oplog to zen target url (#274) | Dan Engelbrecht | 2025-01-16 | 3 | -4/+9 |
| | | | | | | | | | * fix oplog target url for oplog export to remote zenserver * verify that chunking is allowed before chunking loose files | ||||
| | * | move basicfile.h/cpp -> zencore (#273) | Dan Engelbrecht | 2025-01-16 | 42 | -53/+54 |
| | | | | | | | | | | | | | move jupiter.h/cpp -> zenutil move packageformat.h/.cpp -> zenhttp zenutil now depends on zenhttp instead of the inverse | ||||
| | * | 5.5.17v5.5.17 | Dan Engelbrecht | 2025-01-15 | 1 | -1/+1 |
| | | | |||||
| | * | 5.5.17-pre2v5.5.17-pre2 | Dan Engelbrecht | 2025-01-13 | 1 | -1/+1 |
| | | | |||||
| | * | Suppress progress report callback if oplog import detects zero op oplog (#271) | Dan Engelbrecht | 2025-01-13 | 7 | -11/+29 |
| | | | | | | | | | * Suppress progress report callback if oplog import detects oplog with zero ops * output error code when catching system errors | ||||
| * | | 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 | 4 | -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 | 4 | -7/+18 |
| | | | | |||||
| * | | | 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 | 5 | -0/+790 |
| | |/ |/| | |||||
| * | | 5.5.17-pre1v5.5.17-pre1 | Dan Engelbrecht | 2024-12-19 | 1 | -1/+1 |
| | | | |||||
| * | | increase limit for mmap path to 8kb (#270) | Dan Engelbrecht | 2024-12-19 | 2 | -1/+2 |
| | | | |||||