summaryrefslogtreecommitdiff
path: root/Source/cmServerConnection.cxx
Commit message (Expand)AuthorAgeFilesLines
* server: Switched to a auto model for handlesJustin Berger2017-11-291-50/+21
* server: Protect several fields from potentially pointing to bad memoryJustin Berger2017-08-311-0/+3
* server: Moved buffer formatting into bufferstrategyJustin Berger2017-08-311-0/+7
* server: Made stdio connection accept different types of streamsJustin Berger2017-08-311-44/+104
* server: Fixed mismatched new/delete; added proper shutdown procedureJustin Berger2017-08-311-4/+4
* server: Add support for connections that aren't event basedJustin Berger2017-07-101-7/+7
* server: Refactor to make the event loop owned by server objectJustin Berger2017-07-101-322/+69
* cmServer: include what you useDaniel Pfeifer2017-05-061-2/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+1
* server-mode: Fix named pipe modeTobias Hunger2016-10-181-6/+5
* server-mode: Improve shutdown behaviorTobias Hunger2016-10-041-44/+118
* cmake-server: Stop the file monitor on client disconnectBrad King2016-09-301-0/+1
* server-mode: Add infrastructure to watch the filesystemTobias Hunger2016-09-291-1/+8
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+2
* cmServer: add braces around conditional statementsDaniel Pfeifer2016-09-231-1/+2
* server-mode: Move constants for server mode into its own fileTobias Hunger2016-09-221-3/+2
* server-mode: Introduce cmServerConnectionTobias Hunger2016-09-221-0/+307