aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/windows/service.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added thread names (#441)Stefan Boberg2023-10-041-1/+3
| | | added names to process handle GC thread and main thread for easier identification in crash dumps / process monitoring
* Gracefully exit if Ctrl-C is pressed (#293)Dan Engelbrecht2023-05-111-1/+1
| | | | | * Feature: Gracefully exit if Ctrl-C is pressed * Bugfix: Return error code on exit as set by application * changelog
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+646
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees