summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/server_http_impl.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable use of system-wide asio, glm and rapidjson (#3172) Julian Sikorski2018-02-081-1/+1
| | | | | | | | | | | | * Fixed building using system utf8proc * Fixed building using system portaudio * Allow using system-wide asio headers (1.11.0 or higher required). * Allow using system-wide glm headers * Allow using system-wide rapidjson headers
* fix for clang 5 unused lambda capture errors (nw) smf-2017-09-241-1/+1
|
* Refactor server_{ws,http}.hpp into separate interface and implementation. ↵ Christian Brunschen2017-08-061-0/+482
(#2548) Refactor server_{ws,http}.hpp into separate interface and implementation headers. When shutting down the HTTP server, also explicitly stop the asio::io_context.