Releases: Ex-Origin/win_server
Releases · Ex-Origin/win_server
2.0.0
- Rewrite the server around a single-threaded event loop built on
WaitForMultipleObjects. - Add configurable listen port support with
-p, while keeping the default port at10000. - Detect client disconnects via
FD_CLOSEand terminate the related child process or job promptly. - Use job objects for more reliable cleanup, while allowing detached descendants to remain alive until server shutdown when appropriate.
- Expand logging with timestamps, clearer exit-state reporting, and common Windows exception/crash names.
- Add explicit version metadata plus
-vand--versionoutput. - Refresh the project documentation and usage examples.