summaryrefslogtreecommitdiffstats
path: root/Source/cmServerConnection.cxx
Commit message (Collapse)AuthorAgeFilesLines
* server-mode: Move constants for server mode into its own fileTobias Hunger2016-09-221-3/+2
| | | | | This removes some duplication and makes it easier to reuse the vocabulary.
* server-mode: Introduce cmServerConnectionTobias Hunger2016-09-221-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.