aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add cloud query test casede/json-to-cbobject-testDan Engelbrecht2025-09-081-0/+34
* faster oplog entries with referenceset (#488)Dan Engelbrecht2025-09-088-57/+90
* 5.7.1-pre1v5.7.1-pre1Dan Engelbrecht2025-09-081-1/+1
* Set ownership of service executables to the service user on Linux (#489)Liam Mitchell2025-09-082-1/+46
* 5.7.1-pre0v5.7.1-pre0Dan Engelbrecht2025-09-051-1/+1
* refactor zen command return value handling (#487)Dan Engelbrecht2025-09-0548-1084/+1001
* Avoid mutating executable paths when copying files during full service instal...Liam Mitchell2025-09-041-5/+7
* asio large header support (#484)Dan Engelbrecht2025-09-043-123/+129
* add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-0420-289/+536
* oplog memory usage reduction (#482)Dan Engelbrecht2025-09-045-100/+200
* Merge pull request #485 from ue-foundation/zs/cfg-enable-overwrite-preventionZousar Shaker2025-09-031-0/+3
|\
| * Enable overwrite limits by default on all cache bucketszousar2025-09-021-0/+3
|/
* projectstore lifetime improvements (#481)Dan Engelbrecht2025-08-295-368/+557
* 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
* improve console output (#476)Dan Engelbrecht2025-08-2623-1077/+1048
* 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
|\
| * 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 uni...Liam Mitchell2025-08-211-0/+1
| * | 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
| |\ \
| | * | Fix permissions and ownership issues with service binary copy and remove unne...Liam Mitchell2025-07-253-6/+14
| | * | 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 nec...Liam Mitchell2025-07-162-9/+121
| * | | 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 https://github.ol.epicgames.net/ue-f...Liam Mitchell2025-07-26114-809/+15458
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | 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 elevatedLiam Mitchell2025-03-252-3/+3
| | * | | | Merge pull request #322 from ue-foundation/lm/zen-service-return-codesLiam Mitchell2025-03-261-2/+16
| | |\ \ \ \