Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-31Renamed DEPRECATED to SW_DEPRECATED to avoid name conflictseidheim
2021-03-26Make use of ASIO_STANDALONE when using standalone asio in order to compile on...eidheim
2020-09-16Added AllowShortCaseLabelsOnASingleLine: true to .clang-formateidheim
2020-09-16Applied style formateidheim
2020-08-31Updated utility.hppeidheim
2019-10-04Updated utility.hpp from the Simple-Web-Server projecteidheim
2019-09-17Updated header files from the Simple-Web-Server projecteidheim
2019-06-25Updated utility.hppeidheim
2018-10-23Fixed newer MSVCs compile error when using c++11/14eidheim
2018-08-26Updated utility.hpp and crypto.hpp from Simple-Web-Servereidheim
2018-07-23Fixes #103: added missing includeeidheim
2018-07-12Breaking change: SendStream renamed to OutMessage, and Message renamed to InM...eidheim
2018-07-10Updated utility.hpp from Simple-Web-Servereidheim
2017-11-08Updated utility.hppeidheim
2017-11-08Updated utility and crypto header fileseidheim
2017-10-29Changed free function SimpleWeb::status_codes() from static to inline, and ch...eidheim
2017-09-05Changed typedef constructions to type aliaseidheim
2017-09-04Updated utility.hppeidheim
2017-09-02Added noexcept to HttpHeader::parseeidheim
2017-09-02Added HttpHeader::parseeidheim
2017-08-13Minor utility.hpp cleanupeidheim
2017-08-12Added and resolved -Wsign-conversion warningseidheim
2017-07-26Client: added status code check to handshakeeidheim
2017-07-22Updated utility.hpp and added noexcepteidheim
2017-07-19Moved request and response message parsing to utility. Also now uses the same...eidheim
2017-07-18Removed deprecated functions/variableseidheim
2017-06-28Added .clang-format file and applied style to source fileseidheim
2017-06-23Added utility.hpp file, and moved some of the code from server_ws.hpp and cli...eidheim