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
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
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-17Removed unnecessary Client::Connection::remote_endpoint functionseidheim
2019-09-17Updated header files from the Simple-Web-Server projecteidheim
2019-09-15Added Connection::remote_endpoint()eidheim
2019-07-31Now only calls asio::socket::remote_endpoint() when neededeidheim
2019-07-18Removed outdated instructions for creating self-signed certificateseidheim
2019-07-15Updated gitlab-ci.yml: now run tests on several debian versions and archlinuxeidheim
2019-07-15Updated LICENSE yeareidheim
2019-07-03Added mutex.hpp to cmake's install functioneidheim
2019-06-25Added tests/assert.hppeidheim
2019-06-25Cleanup of include guardseidheim
2019-06-25Made use of clang's Thread Safety Analysiseidheim
2019-06-25Updated utility.hppeidheim
2019-06-24Now uses find_path instead of find_file to find standalone asio headerseidheim
2019-06-24Added SimpleWeb::erroreidheim
2019-06-19Added asio_compatibility.hpp to cmake install functioneidheim
2019-06-03Added support for new asio apieidheim
2019-05-05Added Server::OutMessage(std::size_t capacity)eidheim
2019-05-05Merge https://gitlab.com/mbroshi/Simple-WebSocket-Servereidheim
2019-04-29SimpleWeb::status_code(const std::string &) has been made more general and ac...eidheim
2019-04-10Client: fixed WS upgrade request with proxyeidheim
2019-04-10Added missing error_code on set_optioneidheim
2019-04-10Merge branch 'proxy' of https://gitlab.com/eidheim/Simple-WebSocket-Servereidheim
2019-04-09Allocate correct amount of additional capacity on buffermbroshi
2019-04-06Cleanup of SocketServer::write_handshakeeidheim
2019-04-06Can now modify response header during handshake in SocketServer::on_handshake...eidheim
2019-03-20Reserve capacity in write buffer to workaround Issue 114mbroshi
2019-03-20Add https to self-signed cert instruction linkmbroshi
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-30Added links to exampleseidheim