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-11-07Fixes #175 : client timeout will now eventually close connection when the con...eidheim
2021-04-28Fixes #169: made Connection::close() publiceidheim
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-08-08Cleanup of Connection::remote_endpoint_address and Connection::remote_endpoin...eidheim
2020-07-28move endpoint initialization further upMichael Maroszek
2020-07-28move endpoint initialization into constructor #2Michael Maroszek
2020-07-28move endpoint initialization into constructorMichael Maroszek
2020-06-28Added fallback to ipv4 if ipv6 is not supportedeidheim
2020-04-03Added workarounds for various Windows/MSVC issueseidheim
2020-02-14Related to #139: reverted Server::get_connections() empty check, since the is...eidheim
2020-02-13Fixes #139: fixes Server::get_connections() crash when there are no connectionseidheim
2020-01-18Removed unused member variableseidheim
2020-01-18Simplified string() functions, and streambuf is no longer consumed when InMes...eidheim
2020-01-10Server: reversed removal of public Connection construction since it might be ...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-30The start callback now contains the assigned port instead of having to use bi...eidheim
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-17Deprecated Server::Connection::remote_endpoint_address() and Server::Connecti...eidheim
2019-09-15Added Connection::remote_endpoint()eidheim
2019-07-31Now only calls asio::socket::remote_endpoint() when neededeidheim
2019-06-25Cleanup of include guardseidheim
2019-06-25Made use of clang's Thread Safety Analysiseidheim
2019-06-24Added SimpleWeb::erroreidheim
2019-06-03Added support for new asio apieidheim
2019-05-05Added Server::OutMessage(std::size_t capacity)eidheim
2019-04-06Cleanup of SocketServer::write_handshakeeidheim
2019-04-06Can now modify response header during handshake in SocketServer::on_handshake...eidheim
2019-03-08Replaced unique_lock with lock_guard where possibleeidheim
2019-03-05Made regex_orderable::str publiceidheim
2019-02-19Pong frame now contains message included in pingLorenzo Donini
2019-01-10Server now accepts IPv6 connections when Config::address is emptyeidheim
2018-11-26Fixes #108: reverted 9457c3b0 (Added continue_lock to Server::upgrade)eidheim
2018-11-09Fixes #107: Added endpoint function on_handshake that can be used to deny an ...eidheim
2018-11-09Cleanup of Server::write_handshakeeidheim
2018-11-09Now responds with 426 Upgrade Required when client request is invalideidheim
2018-11-09Added continue_lock to Server::upgradeeidheim
2018-11-08Fixes #106: Added Config.header to server that can be used to send additional...eidheim
2018-09-21Removed use of asio::socket::close due to segmentation fault when Config::thr...eidheim
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