Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | server-mode: Move constants for server mode into its own file | Tobias Hunger | 2016-09-22 | 1 | -3/+2 |
| | | | | | This removes some duplication and makes it easier to reuse the vocabulary. | ||||
* | server-mode: Introduce cmServerConnection | Tobias Hunger | 2016-09-22 | 1 | -0/+307 |
Use it to split pipe and stdin/out handling out of cmServer itself. The server will shut down when it looses its connection to the client. This has the nice property that a crashing client will cause the server to terminate as the OS will close the connection on behave of the client. |