summaryrefslogtreecommitdiff
path: root/Source/cmServer.h
Commit message (Expand)AuthorAgeFilesLines
* server: Switched to a auto model for handlesJustin Berger2017-11-291-4/+6
* server: Swapped to cm_thread implJustin Berger2017-11-011-1/+2
* server: Added thread check to protect writedataJustin Berger2017-08-311-0/+9
* server: Made connections in a server have a mutex to avoid use after freesJustin Berger2017-08-311-0/+1
* server: Remove unused fields / functionsJustin Berger2017-08-311-18/+1
* server: Fixed mismatched new/delete; added proper shutdown procedureJustin Berger2017-08-311-0/+1
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-1/+1
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* server: Refactor to make the event loop owned by server objectJustin Berger2017-07-101-15/+83
* cmServer: include what you useDaniel Pfeifer2017-05-061-4/+3
* server-mode: Add infrastructure to watch the filesystemTobias Hunger2016-09-291-0/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+2
* server-mode: Allow for sending signalsTobias Hunger2016-09-221-0/+1
* server-mode: Pass server into cmServerProtocolTobias Hunger2016-09-221-1/+2
* server-mode: Introduce cmServerConnectionTobias Hunger2016-09-221-6/+9
* server-mode: Add debug supportTobias Hunger2016-09-201-2/+6
* server-mode: Report Messages from cmake to clientsTobias Hunger2016-09-201-0/+4
* server-mode: Automate progress reportingTobias Hunger2016-09-201-0/+2
* server-mode: Add --experimental flagTobias Hunger2016-09-201-2/+4
* cmake-server: Bare-bones server implementationTobias Hunger2016-09-191-0/+85