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
2021-04-13Added TLS 1.3 supporteidheim
2021-03-26Make use of ASIO_STANDALONE when using standalone asio in order to compile on...eidheim
2021-02-17Corrected documentation of SocketServer<WSS> constructoreidheim
2020-01-01Related to #132 : cleanup of timeout code, and now force connection close whe...eidheim
2019-12-14Added static_cast to SSL_CTX_set_session_id_context argumenteidheim
2019-09-17Added documentation for WSS server and client constructorseidheim
2019-06-25Cleanup of include guardseidheim
2019-06-24Added SimpleWeb::erroreidheim
2018-05-06Splitted start into two functions in order to access assigned port (in case C...eidheim
2017-10-29Changed free function SimpleWeb::status_codes() from static to inline, and ch...eidheim
2017-09-05Changed typedef constructions to type aliaseidheim
2017-07-26Handlers are now cancelled when server/client is destructed. Useful when usin...eidheim
2017-07-22Updated utility.hpp and added noexcepteidheim
2017-07-18Comment cleanupeidheim
2017-07-18Moved send/send_close from Server/Client to Connection::send/send_close. Also...eidheim
2017-07-18Cleanup of Connection constructoreidheim
2017-07-18Removed deprecated functions/variableseidheim
2017-07-04Some cleanup in preparation of v2eidheim
2017-06-28Added .clang-format file and applied style to source fileseidheim
2017-06-25Added support for using standalone asioeidheim
2016-12-30Cleanup of server-constructors. Previous constructors have been marked as dep...eidheim
2016-12-19Added client verification when a verify file is passed to SocketServer<WSS>. ...eidheim
2016-11-23Minor timeout source cleanupeidheim
2016-11-17Fixes #50: passing client connection errors to onerror. Also some minor clean...eidheim
2016-11-10Fixed crash if server instance gets deleted after the call toDavid Olszowka
2016-10-18Can now use external, or reuse, boost::asio::io_service. Fixes #46eidheim
2016-08-21Force use of tlsv12 on servereidheim
2016-08-20Merge branch 'master' of https://github.com/davepuchyr/Simple-WebSocket-Servereidheim
2016-08-20Changed visibility of SocketServer<WS[S]>::accept().Dave Puchyr
2016-07-31Added tcp no_delay socket optioneidheim
2015-11-26Added SocketServer::Config that can be set before running SocketServer::start...eidheim
2014-11-01Added option for verify_file in SocketServer-constructor, and certification/k...v1.1.1eidheim
2014-08-29Renamed Server to SocketServer and Client to SocketClient. Also fixed correct...eidheim
2014-08-12renamed Connection::streambuf, and cleanupeidheim
2014-08-09Added client, some restructuring, major bugfix: Connection::message might be ...eidheim
2014-08-06Added timeouts, Server::send_close(), and close-respondsv1.04eidheim
2014-08-05Fixed pointer bugv1.03eidheim
2014-08-02Initial commitv1.0eidheim