aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* work around doctest shutdown issues with static CRT (#784)Stefan Boberg14 days1-0/+9
* structured compute basics (#714)Stefan Boberg2026-02-181-5/+50
* logging config move to zenutil (#754)Stefan Boberg2026-02-131-1/+1
* hotfix 5.7.18 (#730)Dan Engelbrecht2026-01-221-2/+5
* zen hub (#574)Stefan Boberg2026-01-211-0/+4
* zenserver API changes, some other minor changes (#720)Stefan Boberg2026-01-191-13/+41
* use current locale when converting wide char command line arguments to string...Dan Engelbrecht2026-01-151-0/+8
* add otel instrumentation (#581)Stefan Boberg2025-12-111-0/+3
* Various fixes to address issues flagged by gcc / non-UE toolchain build (#621)Stefan Boberg2025-11-011-2/+2
* restructured zenserver configuration (#575)Stefan Boberg2025-10-151-47/+62
* move all storage-related services into storage tree (#571)Stefan Boberg2025-10-141-13/+7
* split storage config from base config (#570)Stefan Boberg2025-10-131-1/+1
* extract storage server into separate source files (#569)Stefan Boberg2025-10-131-342/+5
* move service common code into base class (#567)Stefan Boberg2025-10-131-102/+139
* add ability to limit concurrency (#565)Stefan Boberg2025-10-101-1/+8
* zenutil cleanup (#550)Dan Engelbrecht2025-10-031-1/+1
* rework `--quiet` zenserver option add `--noconsole` option (#477)Dan Engelbrecht2025-08-261-24/+33
* improve console output (#476)Dan Engelbrecht2025-08-261-2/+2
* Merge pull request #139 from ue-foundation/de/zen-service-commandLiam Mitchell2025-08-221-1/+21
|\
| * Move windows service utilities to zenutil and fix clang-format errorsLiam Mitchell2025-08-221-2/+1
| * Move ReportServiceStatus to zenutil and remove extraneous loggingLiam Mitchell2025-08-221-50/+0
| * Merge remote-tracking branch 'origin/main' into de/zen-service-commandLiam Mitchell2025-08-211-7/+10
| |\
| * | Ignore unused variable warnings on platforms where ReportServiceStatus is uni...Liam Mitchell2025-08-211-0/+1
| * | Add pre-built systemd library and remove vcpkg dependencyLiam Mitchell2025-08-201-0/+2
| * | Merge branch 'main' into de/zen-service-commandLiam Mitchell2025-07-291-6/+12
| |\ \
| * | | Update Linux service type and add libsystemd dependencyLiam Mitchell2025-03-051-0/+4
| * | | Initial implementation of service status reportingLiam Mitchell2025-03-041-0/+45
| * | | Implementation of service commands for Linux.Liam Mitchell2025-02-271-0/+4
| * | | clang formatDan Engelbrecht2025-01-151-1/+4
| * | | systemd unit file, incompleteDan Engelbrecht2025-01-151-0/+13
* | | | clean up trace options parsing (#473)Dan Engelbrecht2025-08-221-24/+12
| |_|/ |/| |
* | | Set ready event when reusing an existing server instance. (#448)Martin Ridgers2025-08-041-6/+10
| |/ |/|
* | sentry config (#430)Dan Engelbrecht2025-06-121-5/+7
* | revert 61b4a88f and cadaad63Dan Engelbrecht2025-06-101-7/+5
* | add sentry configurations options for debug/environmentDan Engelbrecht2025-06-101-5/+7
* | `--sentry-dsn` option for zen command line and zenserver to control Sentry re...Dan Engelbrecht2025-06-091-1/+5
* | add sentry for zen command (#373)Dan Engelbrecht2025-05-061-1/+1
* | long filename support (#330)Dan Engelbrecht2025-03-311-3/+3
|/
* added support for dynamic LLM tags (#245)Stefan Boberg2024-12-021-0/+11
* Insights-compatible memory tracking (#214)Stefan Boberg2024-11-251-10/+14
* sponsor process attach hardening (#208)Dan Engelbrecht2024-11-041-0/+1
* safer calls to IsProcessRunning (#131)Dan Engelbrecht2024-08-221-5/+20
* if a zenserver is already using our named mutex - exit with error code instea...Dan Engelbrecht2024-08-221-0/+5
* added `--detach` option to zenserver (#115)Stefan Boberg2024-08-141-5/+8
* improve logging on main failure (#111)Dan Engelbrecht2024-08-141-2/+10
* don't use "error:" in log messages unless there is an error (#87)Dan Engelbrecht2024-05-271-2/+2
* import oplog improvements (#54)Dan Engelbrecht2024-04-201-2/+3
* improved lock file handling (#50)Dan Engelbrecht2024-04-181-12/+10
* zen startup hardening (#49)Dan Engelbrecht2024-04-171-6/+32
* improved assert (#37)Dan Engelbrecht2024-04-041-2/+12