aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-01-2334-1237/+1314
|\
| * handle special backslash followed by quote for paths (#279)Dan Engelbrecht2025-01-222-4/+17
| |
| * Add multithreading directory scanning in core/filesystem (#277)Dan Engelbrecht2025-01-2216-131/+290
| | | | | | | | | | | | add DirectoryContent::IncludeFileSizes add DirectoryContent::IncludeAttributes add multithreaded GetDirectoryContent use multithreaded GetDirectoryContent in workspace folder scanning
| * jupiter code cleanup (#276)Dan Engelbrecht2025-01-2216-1102/+1007
| | | | | | | | | | | | | | * cleanup jupiter * move jupiter files to separate folder * CloudCache -> Jupiter * split up jupiter files * kill redundant JupiterAccessTokenProvider
* | changelogDan Engelbrecht2025-01-171-0/+18
| |
* | 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-1749-79/+109
|\|
| * add missing statsd.enabled and gc.projectstore.duration.seconds (#275)Dan Engelbrecht2025-01-162-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 Engelbrecht2025-01-163-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 Engelbrecht2025-01-1642-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.17Dan Engelbrecht2025-01-151-1/+1
| |
| * 5.5.17-pre2v5.5.17-pre2Dan Engelbrecht2025-01-131-1/+1
| |
| * Suppress progress report callback if oplog import detects zero op oplog (#271)Dan Engelbrecht2025-01-137-11/+29
| | | | | | | | * Suppress progress report callback if oplog import detects oplog with zero ops * output error code when catching system errors
* | clang formatDan Engelbrecht2025-01-154-15/+19
| |
* | systemd unit file, incompleteDan Engelbrecht2025-01-156-118/+156
| |
* | clang formatDan Engelbrecht2025-01-131-39/+41
| |
* | generate unit fileDan Engelbrecht2025-01-131-3/+71
| |
* | linux service stopDan Engelbrecht2025-01-131-159/+13
| |
* | linux serviceDan Engelbrecht2025-01-131-1/+198
| |
* | typo fixDan Engelbrecht2025-01-101-1/+1
| |
* | clang formatDan Engelbrecht2025-01-104-94/+91
| |
* | displayname and description are windows-only propertiesDan Engelbrecht2025-01-104-32/+41
| |
* | cleanupsDan Engelbrecht2025-01-101-159/+105
| |
* | partially working service commands for macosDan Engelbrecht2025-01-102-26/+252
| |
* | make windows elevation optionalDan Engelbrecht2025-01-102-70/+132
| |
* | use local service account for zen serviceDan Engelbrecht2025-01-101-13/+13
| |
* | if we can't open a process handle, assume it is running under other user idDan Engelbrecht2025-01-101-0/+5
| |
* | remove ServiceLevelDan Engelbrecht2025-01-106-395/+33
| |
* | get home folderDan Engelbrecht2025-01-102-0/+9
| |
* | partial macos implementationDan Engelbrecht2025-01-092-12/+60
| |
* | mac function signature fixDan Engelbrecht2025-01-081-8/+6
| |
* | use attachconsole to send ctrl+c to running processDan Engelbrecht2025-01-082-44/+48
| |
* | add ServiceLevel for service processes: User, AllUsers and ServiceDan Engelbrecht2025-01-086-64/+483
| |
* | check if service is already installed before attempting installDan Engelbrecht2025-01-081-7/+27
| |
* | Merge remote-tracking branch 'origin/de/zen-service-command' into ↵Dan Engelbrecht2025-01-081-35/+112
|\ \ | | | | | | | | | de/zen-service-command
| * | wipDan Engelbrecht2024-09-181-34/+108
| | |
| * | Add ServiceSpec structDan Engelbrecht2024-09-183-51/+79
| | |
| * | clang formatDan Engelbrecht2024-09-182-5/+5
| | |
| * | launchd plist installDan Engelbrecht2024-09-184-7/+18
| | |
| * | more WIPDan Engelbrecht2024-09-181-432/+499
| | |
| * | wipDan Engelbrecht2024-09-181-320/+433
| | |
| * | zen `service` commandDan Engelbrecht2024-09-185-0/+790
| | |
* | | Add ServiceSpec structDan Engelbrecht2025-01-083-51/+79
| | |
* | | clang formatDan Engelbrecht2025-01-082-5/+5
| | |
* | | launchd plist installDan Engelbrecht2025-01-084-7/+18
| | |
* | | more WIPDan Engelbrecht2025-01-081-432/+499
| | |
* | | wipDan Engelbrecht2025-01-081-320/+433
| | |
* | | zen `service` commandDan Engelbrecht2025-01-085-0/+790
| |/ |/|
* | 5.5.17-pre1v5.5.17-pre1Dan Engelbrecht2024-12-191-1/+1
| |
* | increase limit for mmap path to 8kb (#270)Dan Engelbrecht2024-12-192-1/+2
| |