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
path: root/tests
AgeCommit message (Expand)Author
2021-04-09Added another client parse host_port testeidheim
2021-04-09SocketClient: added parsing of host specified with IPv6 addresseidheim
2020-10-09add prefix to common test namesJørgen Sverre Lien Sellæg
2020-01-19Added test that checks the content of second string() callseidheim
2019-09-17Cleanup of variable nameseidheim
2019-09-17Deprecated Server::Connection::remote_endpoint_address() and Server::Connecti...eidheim
2019-06-25Added tests/assert.hppeidheim
2019-06-25Made use of clang's Thread Safety Analysiseidheim
2019-06-03Added support for new asio apieidheim
2018-07-12Breaking change: SendStream renamed to OutMessage, and Message renamed to InM...eidheim
2017-12-08Added fragmented message test to io_testeidheim
2017-11-15Added Connection::remote_endpoint tests to io_testeidheim
2017-11-14Added MSVC support to cmake files (not tested, but hopefully it works). Some ...eidheim
2017-11-08Modernised all CMakeLists.txt files, and made it easier to use Simple-WebSock...eidheim
2017-09-26Removed unnecessary: return 0;eidheim
2017-08-24Fixes #81: added timeouts to SocketClienteidheim
2017-07-30SocketServer::Connection::send no longer consumes the buffer, to reduce memor...eidheim
2017-07-26Handlers are now cancelled when server/client is destructed. Useful when usin...eidheim
2017-07-19Added Client::Connection as argument for Client event functionseidheim
2017-07-19Moved request and response message parsing to utility. Also now uses the same...eidheim
2017-07-18Moved send/send_close from Server/Client to Connection::send/send_close. Also...eidheim
2017-07-18Cleanup of Connection constructoreidheim
2017-07-07Stop function now resets io_service if internal io_service is usedeidheim
2017-07-04Further cleanup in preparation of v2eidheim
2017-07-04Some cleanup in preparation of v2eidheim
2017-07-04Further improvements to io_testeidheim
2017-07-04Improved io_testeidheim
2017-06-29Added longer Base64 decode/encode testeidheim
2017-06-28Added .clang-format file and applied style to source fileseidheim
2017-06-25Added support for using standalone asioeidheim
2017-06-10Case insensitive classes renamed and put under SimpleWeb namespace and made i...eidheim
2016-12-31Added equal_range tests to parse_testeidheim
2016-12-31Added case insensitive header tests to parse_testeidheim
2016-12-31Header fields is now stored in unordered_multimap. Also cleanup of io_testeidheim
2016-12-30Renamed onopen to on_open, onmessage to on_message, onclose to on_close, and ...eidheim
2016-12-30Cleanup of server-constructors. Previous constructors have been marked as dep...eidheim
2016-12-21Added stream versions of the Crypto:: hash functions for calculating hashes f...eidheim
2016-12-20Added Crypto::pbkdf2eidheim
2016-12-20Renamed Crypto:: hash methodseidheim
2016-12-20Added Crypto::to_hex_stringeidheim
2016-12-06Crypto cleanupeidheim
2016-10-18Can now use external, or reuse, boost::asio::io_service. Fixes #46eidheim
2016-08-04Added io_testeidheim
2016-08-03Renamed test folder to testseidheim