aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix sentry using wrong folder path when data path contains non-anscii charact...Dan Engelbrecht2024-03-281-2/+2
* harden attach sponsor process (#14)Dan Engelbrecht2024-03-211-9/+3
* add a retry when trying to create the lock file (#9)Dan Engelbrecht2024-03-181-2/+8
* make sure zenserver reacts and exist on SIGTERM signal (#8)Dan Engelbrecht2024-03-151-0/+1
* clean up test linking (#4)Dan Engelbrecht2024-03-141-8/+2
* hashing fixes (#657)Dan Engelbrecht2024-02-261-1/+0
* added details to trace initialization (#588)Stefan Boberg2023-12-111-3/+3
* improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-111-2/+17
* optimized index snapshot reading/writing (#561)Stefan Boberg2023-11-271-0/+2
* fix block cloning copy argument validation (#560)Stefan Boberg2023-11-221-0/+1
* add zenserver state snapshot support (#543)Stefan Boberg2023-11-161-1/+6
* fix race contdition when signaling shutdown of process and waiting for comple...Dan Engelbrecht2023-11-151-3/+5
* spdlog implementation hiding (#498)Stefan Boberg2023-11-061-2/+2
* eliminate redundant logging code (#499)Stefan Boberg2023-10-251-2/+2
* added command line option to start server clean (#481)Stefan Boberg2023-10-171-0/+5
* fix clang-format whoopsieStefan Boberg2023-10-111-1/+1