IXWebSocket/test
Benjamin Sergeant 78b3d7ff2d Feature/http async (#90)
* unittest working / uses shared_ptr for a bunch of things 🗿

* fix command line tools

* fix ws + add doc

* add more logging
2019-06-05 17:04:24 -07:00
..
Catch2/single_include (unittest) upgrade to Catch2 version 2.7.1 2019-04-19 14:41:03 -07:00
.gitignore Fix run.py (#71) 2019-05-16 19:20:29 -07:00
broadcast-server.js add simple unittest 2018-12-29 18:34:08 -08:00
build_linux.sh linux fix + unittest works with Linux 2019-01-01 17:13:26 -08:00
CMakeLists.txt Add simple HTTP and HTTPS client test ㊙️ 2019-06-03 12:23:35 -07:00
cmd_websocket_chat.cpp fix close bug and tests : let poll do his job when closing (#79) 2019-05-21 09:34:08 -07:00
IXDNSLookupTest.cpp add dns lookup test 2019-01-05 14:40:17 -08:00
IXHttpClientTest.cpp Feature/http async (#90) 2019-06-05 17:04:24 -07:00
IXSocketConnectTest.cpp refactor connect unittest so that it hits a local server instead of a remote server 2019-05-16 19:23:32 -07:00
IXSocketTest.cpp Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
IXTest.cpp refactor connect unittest so that it hits a local server instead of a remote server 2019-05-16 19:23:32 -07:00
IXTest.h refactor connect unittest so that it hits a local server instead of a remote server 2019-05-16 19:23:32 -07:00
IXUrlParserTest.cpp Use LUrlParser to fix issue of Windows (#53) 2019-05-06 14:45:02 -07:00
IXWebSocketCloseTest.cpp Feature/http async (#90) 2019-06-05 17:04:24 -07:00
IXWebSocketMessageQTest.cpp enable IXWebSocketMessageQTest.cpp on mac and windows 2019-05-22 11:03:13 -07:00
IXWebSocketPingTest.cpp fix cobra to sentry + change ws docker file to use alpine (much smaller footprint) 2019-05-31 00:43:22 -07:00
IXWebSocketPingTimeoutTest.cpp Fix ping (#80) 2019-05-21 09:35:41 -07:00
IXWebSocketServerTest.cpp use C++11 enums (#67) 2019-05-11 14:22:06 -07:00
IXWebSocketTestConnectionDisconnection.cpp adding logging to IXWebSocketTestConnectionDisconnection makes it fails reliably 2019-05-16 19:23:32 -07:00
run.py one cpu on windows for executing tests 2019-05-17 15:45:31 -07:00
run.sh split handshake code into its own files, so that Transport file is less massive 2019-01-02 20:07:54 -08:00
test_runner.cpp use spdlog for logging in ws + unittest + remove un-needed mutex 2019-05-09 15:30:44 -07:00