summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/server_ws_impl.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Actually commit the source changes for ASIO 1.20.0 update. Vas Crabb2021-11-151-5/+5
| | | | | Also changed the fix to ASIO itself to match the upstream change in commit cd68912b7eb07f24e501e8cbff832b61ec292eea.
* util: re-implement SHA-1 and get rid of the two third-party implementations (nw) Vas Crabb2020-04-131-0/+1
|
* 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-3/+3
|
* srcclean (nw) Vas Crabb2017-08-271-1/+1
|
* Refactor server_{ws,http}.hpp into separate interface and implementation. ↵ Christian Brunschen2017-08-061-0/+717
(#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.