| Commit message (Expand) | Author | Age | Files | Lines |
* | server: Split json dictionary into separate header | Brad King | 2018-09-21 | 1 | -0/+1 |
|
|
* | utilities: Swapped to use std C++11 mutex/threading constructs | Justin Berger | 2017-12-01 | 1 | -3/+4 |
|
|
* | server: Switched to a auto model for handles | Justin Berger | 2017-11-29 | 1 | -34/+33 |
|
|
* | server: Swapped to cm_thread impl | Justin Berger | 2017-11-01 | 1 | -19/+14 |
|
|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -1/+1 |
|
|
* | server: Added thread check to protect writedata | Justin Berger | 2017-08-31 | 1 | -0/+6 |
|
|
* | server: Added assert to monitor uv_run status | Justin Berger | 2017-08-31 | 1 | -2/+10 |
|
|
* | server: Made connections in a server have a mutex to avoid use after frees | Justin Berger | 2017-08-31 | 1 | -7/+28 |
|
|
* | server: Moved buffer formatting into bufferstrategy | Justin Berger | 2017-08-31 | 1 | -2/+1 |
|
|
* | server: Remove unused fields / functions | Justin Berger | 2017-08-31 | 1 | -4/+0 |
|
|
* | server: Fixed minor memory leaks | Justin Berger | 2017-08-31 | 1 | -4/+1 |
|
|
* | server: Fixed mismatched new/delete; added proper shutdown procedure | Justin Berger | 2017-08-31 | 1 | -13/+10 |
|
|
* | Merge topic 'cstyle-casts' | Daniel Pfeifer | 2017-08-30 | 1 | -2/+4 |
|\ |
|
| * | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -2/+4 |
|
|
* | | server: backport to C++11 | Daniel Pfeifer | 2017-08-26 | 1 | -1/+2 |
|/ |
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -2/+2 |
|
|
* | Merge topic 'server-refactor' | Brad King | 2017-07-18 | 1 | -36/+206 |
|\ |
|
| * | server: Add support for connections that aren't event based | Justin Berger | 2017-07-11 | 1 | -2/+2 |
|
|
| * | server: Add connection as part of a request | Justin Berger | 2017-07-11 | 1 | -3/+3 |
|
|
| * | server: Refactor to make the event loop owned by server object | Justin Berger | 2017-07-11 | 1 | -33/+203 |
|
|
* | | server: Rename cmServerProtocol1_0 to cmServerProtocol1 | Ivan Shcherbakov | 2017-07-06 | 1 | -1/+1 |
|/ |
|
* | cmServer: Fix compiler -Wdouble-promotion warning | Brad King | 2017-05-24 | 1 | -1/+1 |
|
|
* | cmServer: include what you use | Daniel Pfeifer | 2017-05-05 | 1 | -12/+7 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -0/+1 |
|
|
* | server-mode: Add infrastructure to watch the filesystem | Tobias Hunger | 2016-09-29 | 1 | -0/+5 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -13/+2 |
|
|
* | cmServer: add braces around conditional statements | Daniel Pfeifer | 2016-09-23 | 1 | -12/+24 |
|
|
* | server-mode: Allow for sending signals | Tobias Hunger | 2016-09-22 | 1 | -0/+13 |
|
|
* | server-mode: Pass server into cmServerProtocol | Tobias Hunger | 2016-09-22 | 1 | -1/+1 |
|
|
* | server-mode: Move constants for server mode into its own file | Tobias Hunger | 2016-09-22 | 1 | -35/+29 |
|
|
* | server-mode: Introduce cmServerConnection | Tobias Hunger | 2016-09-22 | 1 | -126/+19 |
|
|
* | server-mode: Add debug support | Tobias Hunger | 2016-09-20 | 1 | -13/+69 |
|
|
* | server-mode: Report Messages from cmake to clients | Tobias Hunger | 2016-09-20 | 1 | -1/+37 |
|
|
* | server-mode: Automate progress reporting | Tobias Hunger | 2016-09-20 | 1 | -2/+18 |
|
|
* | cmake-server: Use consistent constant naming style | Tobias Hunger | 2016-09-20 | 1 | -22/+21 |
|
|
* | server-mode: Add --experimental flag | Tobias Hunger | 2016-09-20 | 1 | -4/+15 |
|
|
* | cmake-server: Implement ServerProtocol 1.0 | Tobias Hunger | 2016-09-19 | 1 | -0/+3 |
|
|
* | cmake-server: Bare-bones server implementation | Tobias Hunger | 2016-09-19 | 1 | -0/+352 |
|
|