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-11-07Fixes #175 : client timeout will now eventually close connection when the con...eidheim
2021-04-28Fixes #169: made Connection::close() publiceidheim
2021-04-09SocketClient: added parsing of host specified with IPv6 addresseidheim
2021-02-18added authorization for proxyYaroslav
2021-02-17Corrected documentation of SocketServer<WSS> constructoreidheim
2020-09-19Added SocketClient::Connection::remote_endpointeidheim
2020-08-26Fixed compilation issues for older (boost.)asio versionseidheim
2020-08-26Fixes #151: compilation issue with standalone asio 1.18eidheim
2020-05-13Fixes #145: corrected client when reading early messages from server (sent to...eidheim
2020-04-17Set default client port when unable to parse port stringeidheim
2020-04-03Added workarounds for various Windows/MSVC issueseidheim
2020-01-18Removed unused member variableseidheim
2020-01-18Improved moves of streambuf data to other streambufseidheim
2020-01-18Simplified string() functions, and streambuf is no longer consumed when InMes...eidheim
2020-01-10Fixes #134: remote_endpoint is now stored so that it can be read reliably in ...eidheim
2020-01-01Related to #132 : cleanup of timeout code, and now force connection close whe...eidheim
2019-12-30Fixed Client::start commenteidheim
2019-12-30The start callback now contains the assigned port instead of having to use bi...eidheim
2019-12-29Cleanup of std::function parameters to avoid unnecessary copieseidheim
2019-12-29Added SimpleWeb::post to asio_compability.hppeidheim
2019-12-29Added callback to start and accept_and_runeidheim
2019-11-01Fixes #127 : InMessage::string() now stores a string cache and returns the sa...eidheim
2019-09-17Cleanup of variable nameseidheim
2019-09-17start() and stop() functions should now be thread safeeidheim
2019-09-17Removed unnecessary Client::Connection::remote_endpoint functionseidheim
2019-09-15Added Connection::remote_endpoint()eidheim
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-05-05Merge https://gitlab.com/mbroshi/Simple-WebSocket-Servereidheim
2019-04-10Client: fixed WS upgrade request with proxyeidheim
2019-04-10Merge branch 'proxy' of https://gitlab.com/eidheim/Simple-WebSocket-Servereidheim
2019-04-09Allocate correct amount of additional capacity on buffermbroshi
2019-03-20Reserve capacity in write buffer to workaround Issue 114mbroshi
2019-03-08Replaced unique_lock with lock_guard where possibleeidheim
2019-02-19Pong frame now contains message included in pingLorenzo Donini
2018-09-21Removed use of asio::socket::close due to segmentation fault when Config::thr...eidheim
2018-07-29Added proxy support to clienteidheim
2018-07-12Breaking change: SendStream renamed to OutMessage, and Message renamed to InM...eidheim
2018-07-11All handlers in send queue is now called on erroreidheim
2018-07-10Added underscore on constructor parameters that are movedeidheim
2018-06-02Optimized string() functionseidheim
2017-12-08Added extra Server::Message constructor and changed size_t to std::size_teidheim
2017-12-08Added extra Client::Message constructoreidheim
2017-12-08Fixed Client::read_message_content when multiple messages are sent in handsha...eidheim
2017-12-08Slight simplification of Client::read_message_contenteidheim
2017-12-08Made use of std::array instead of vector where appropriate, and std::string::...eidheim
2017-12-08More robust client message readeidheim
2017-12-08Further cleanup of read_message_content functionseidheim
2017-12-08Added on_ping and on_pong handlerseidheim