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-03-02Slight cleanup of proxy authorizationeidheim
2021-02-18added authorization for proxyYaroslav
2020-04-17Initialize in_message when client connects to proxyeidheim
2019-09-17Added documentation for WSS server and client constructorseidheim
2019-09-17Cleanup of variable nameseidheim
2019-06-25Cleanup of include guardseidheim
2019-06-25Made use of clang's Thread Safety Analysiseidheim
2019-06-03Added support for new asio apieidheim
2019-04-10Added missing error_code on set_optioneidheim
2018-07-29Added proxy support to clienteidheim
2017-09-05Changed typedef constructions to type aliaseidheim
2017-08-24Fixes #81: added timeouts to SocketClienteidheim
2017-08-22Added client support for Server Name Indicationeidheim
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-19Added Client::Connection as argument for Client event functionseidheim
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-04Further 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-30Renamed onopen to on_open, onmessage to on_message, onclose to on_close, and ...eidheim
2016-12-18Cleanup of SocketClient<WSS> constructoreidheim
2016-12-04Security fix for Client<WSS>: added host verificationeidheim
2016-11-17Fixes #50: passing client connection errors to onerror. Also some minor clean...eidheim
2016-10-18Can now use external, or reuse, boost::asio::io_service. Fixes #46eidheim
2016-08-24Added boost::asio::ssl::context::set_default_verify_paths when verify_certifi...eidheim
2016-08-22Force tlsv12 in SocketClient<WSS>eidheim
2016-08-21Changed private to protected in the SocketClient<WS/WSS> classes tooeidheim
2016-07-31Added tcp no_delay socket optioneidheim
2016-06-27Added -Wextra to compiler flags and resolved warnings. Fixes #33eidheim
2015-11-26Added SocketServer::Config that can be set before running SocketServer::start...eidheim
2015-11-01Client now also queue messages if needed. Also some cleanup in server_ws.eidheim
2014-11-01Added option for verify_file in SocketServer-constructor, and certification/k...v1.1.1eidheim
2014-10-17Minor code-style fixeidheim
2014-10-17Added possibility to use client certificate and trusted certification authori...eidheim
2014-10-17Added possibility to use client certificateeidheim
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