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-09-02Merge pull request #2 from marian-nmt/romang/update-with-upstream-sept-2022HEADmasterRoman Grundkiewicz
2022-09-02Merge remote-tracking branch 'gitlab/master' into romang/update-with-upstream...Roman Grundkiewicz
2022-05-31Renamed DEPRECATED to SW_DEPRECATED to avoid name conflictseidheim
2022-05-31Slight improvements to crypto.hppeidheim
2022-05-06Refactor crypto to OpenSSL3.0 compatiblewaliou
2022-01-11Reverted last commit: Removed reference to for-loop connection in exampleseidheim
2021-12-15Removed reference to for-loop connection in exampleseidheim
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-13Added TLS 1.3 supporteidheim
2021-04-09Added another client parse host_port testeidheim
2021-04-09SocketClient: added parsing of host specified with IPv6 addresseidheim
2021-04-09Removed Debian jessie from CIeidheim
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
2021-02-10Merge pull request #1 from rihardsk/upstream-masterRoman Grundkiewicz
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-22Merge https://gitlab.com/eidheim/Simple-WebSocket-ServerKenneth Heafield
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-18Merge with gitlab repoRoman Grundkiewicz
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