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-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
2021-02-17Corrected documentation of SocketServer<WSS> constructoreidheim
2020-11-29Corrected test names in .gitignoreeidheim
2020-10-26Minor style format correctioneidheim
2020-10-09add prefix to common test namesJørgen Sverre Lien Sellæg
2020-09-22Removed extra newlineeidheim
2020-09-22No longer forces BUILD_TESTING to be ONeidheim
2020-09-19Added SocketClient::Connection::remote_endpointeidheim
2020-09-16Added AllowShortCaseLabelsOnASingleLine: true to .clang-formateidheim
2020-09-16Applied style formateidheim
2020-08-31Updated utility.hppeidheim
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-06-26Do not run add_compile_options when Simple-WebSocket-Server is a sub-projecteidheim
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-17Initialize in_message when client connects to proxyeidheim
2020-04-03Added workarounds for various Windows/MSVC issueseidheim
2020-02-28Updated asio_compatibility.hppeidheim
2020-02-14Related to #139: reverted Server::get_connections() empty check, since the is...eidheim
2020-02-14Update license yeareidheim
2020-02-13Fixes #139: fixes Server::get_connections() crash when there are no connectionseidheim
2020-01-19Added test that checks the content of second string() callseidheim
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-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-03Fixes #133: improved OPENSSL_VERSION_NUMBER checkeidheim
2020-01-01Related to #132 : cleanup of timeout code, and now force connection close whe...eidheim
2019-12-30Added missing header to exampleseidheim
2019-12-30Updated examples using start callbackeidheim
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-12-14Added static_cast to SSL_CTX_set_session_id_context argumenteidheim
2019-11-01Fixes #127 : InMessage::string() now stores a string cache and returns the sa...eidheim
2019-10-04Updated utility.hpp from the Simple-Web-Server projecteidheim
2019-09-17Added documentation for WSS server and client constructorseidheim
2019-09-17Cleanup of variable nameseidheim
2019-09-17Removed unnecessary OPENSSL checkeidheim