aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rework lifetime management for oplogde/reduce-project-store-memoryDan Engelbrecht2025-08-284-232/+290
| | | | | unload inactive oplogs from memory during GC
* 5.7.0v5.7.0Dan Engelbrecht2025-08-281-1/+1
|
* 5.7.0-pre0v5.7.0-pre0Dan Engelbrecht2025-08-271-1/+1
|
* 5.6.18-pre2v5.6.18-pre2Dan Engelbrecht2025-08-271-1/+1
|
* remove debug log messages (#479)Dan Engelbrecht2025-08-271-2/+0
|
* 5.6.18-pre1v5.6.18-pre1Dan Engelbrecht2025-08-261-1/+1
|
* rework `--quiet` zenserver option add `--noconsole` option (#477)Dan Engelbrecht2025-08-268-38/+94
| | | | - Improvement: Changed zenserver `--quiet` option to suppress INFO level messages and below to surface startup and runtime errors - Feature: Added `--noconsole` option that suppresses all output to standard out, this works as the `--quiet` option used to work
* improve console output (#476)Dan Engelbrecht2025-08-2623-1077/+1048
| | | | * add color coded logging level to console output (for warn/err/crit levels) * clean up console output
* revert multi-cid store (#475)Dan Engelbrecht2025-08-2613-553/+260
|
* Merge pull request #139 from ue-foundation/de/zen-service-commandLiam Mitchell2025-08-2251-20/+5253
|\ | | | | zen service command
| * Move windows service utilities to zenutil and fix clang-format errorsLiam Mitchell2025-08-224-4/+3
| |
| * Move ReportServiceStatus to zenutil and remove extraneous loggingLiam Mitchell2025-08-225-58/+53
| |
| * Remove workflow hacks for CI debuggingLiam Mitchell2025-08-221-1/+0
| |
| * Merge remote-tracking branch 'origin/main' into de/zen-service-commandLiam Mitchell2025-08-2172-2209/+4599
| |\
| * | Fix changelog merge issuesLiam Mitchell2025-08-211-19/+0
| | |
| * | Update changelogLiam Mitchell2025-08-211-0/+2
| | |
| * | Ignore unused variable warnings on platforms where ReportServiceStatus is ↵Liam Mitchell2025-08-211-0/+1
| | | | | | | | | | | | unimplemented
| * | Use correct sysctl headers on MacLiam Mitchell2025-08-211-1/+1
| | |
| * | Fix trailing whitespace in service_cmd.cppLiam Mitchell2025-08-201-1/+0
| | |
| * | Add missing headers to Mac process.cppLiam Mitchell2025-08-211-0/+2
| | |
| * | Fix for MacOS compile failureLiam Mitchell2025-08-201-0/+2
| | |
| * | Remove libc++ installation from validate workflowLiam Mitchell2025-08-201-6/+0
| | |
| * | Add pre-built systemd library and remove vcpkg dependencyLiam Mitchell2025-08-2026-4/+3273
| | |
| * | Merge pull request #452 from ue-foundation/lm/full-service-installLiam Mitchell2025-08-064-14/+147
| |\ \ | | | | | | | | Add --full option to service install, which will handle stop/uninstall if necessary, and copy binaries to install location
| | * | Fix permissions and ownership issues with service binary copy and remove ↵Liam Mitchell2025-07-253-6/+14
| | | | | | | | | | | | | | | | unnecessary alias from unit file
| | * | 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 ↵Liam Mitchell2025-07-162-9/+121
| | | | | | | | | | | | | | | | necessary, and copy binaries to install location
| * | | Use apt instead of apt-get for installing system packagesLiam Mitchell2025-07-301-2/+3
| | | |
| * | | Install libc++-dev during CI in order to build libsystemd properlyLiam Mitchell2025-07-291-0/+5
| | | |
| * | | Merge branch 'main' into de/zen-service-commandLiam Mitchell2025-07-29974-189389/+18726
| |\ \ \
| * | | | Always upload vcpkg logs on failureLiam Mitchell2025-07-261-0/+1
| | | | |
| * | | | Temporarily enable Validate jobs on push to de/zen-service-command for testingLiam Mitchell2025-07-261-0/+1
| | | | |
| * | | | Merge branch 'de/zen-service-command' of ↵Liam Mitchell2025-07-26114-809/+15458
| |\ \ \ \ | | | |/ / | | |/| | | | | | | https://github.ol.epicgames.net/ue-foundation/zen into de/zen-service-command
| | * | | Fix naming of service handle close guard variableLiam Mitchell2025-03-271-1/+1
| | | | |
| | * | | 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 elevated
| | | * | | Fix command line parsing when running service commands elevatedLiam Mitchell2025-03-252-3/+3
| | | | | |
| | * | | | Merge pull request #322 from ue-foundation/lm/zen-service-return-codesLiam Mitchell2025-03-261-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 Mitchell2025-03-251-2/+16
| | | |/ / / | | | | | | | | | | | | | | | | | | caller
| | * | | | Merge pull request #323 from ue-foundation/lm/zen-service-restart-optionsLiam Mitchell2025-03-261-1/+20
| | |\ \ \ \ | | | |/ / / | | |/| | | Specify restart options for service manager, to avoid use of manual restart logic
| | | * | | Avoid leaking service handle in Windows service installationLiam Mitchell2025-03-251-2/+2
| | | | | |
| | | * | | Specify restart options for service manager, to avoid use of manual restart ↵Liam Mitchell2025-03-251-0/+19
| | |/ / / | | | | | | | | | | | | | | | logic
| | * | | Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-03-14107-1121/+14434
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/de/zen-service-command' into ↵Dan Engelbrecht2025-03-1421-29/+176
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | de/zen-service-command
| | | * \ \ \ Merge pull request #288 from ue-foundation/lm/zen-service-commandLiam Mitchell2025-03-1321-29/+176
| | | |\ \ \ \ | | | | | | | | | | | | | | | | Implementation of service commands for Linux.
| | | | * | | | Update Linux service type and add libsystemd dependencyLiam Mitchell2025-03-053-1/+9
| | | | | | | |
| | | | * | | | Initial implementation of service status reportingLiam Mitchell2025-03-043-8/+49
| | | | | | | |
| | | | * | | | Implementation of service commands for Linux.Liam Mitchell2025-02-2714-18/+110
| | | | | | | |
| | | | * | | | Linux compilation fixesLiam Mitchell2025-02-196-2/+8
| | | |/ / / /
| | * | | | | Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-01-2334-1237/+1314
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |