IXWebSocket/test
2019-09-17 12:08:52 -07:00
..
Catch2/single_include
compatibility/python/websockets
data Feature/httpd (#94) 2019-06-23 14:54:21 -07:00
.gitignore
appsConfig.json Add new cobra unittest, using server and client 2019-09-05 20:49:58 -07:00
broadcast-server.js
build_linux.sh
CMakeLists.txt On error while doing a client handshake, additionally display port number next to the host name 2019-09-17 12:08:52 -07:00
IXCobraChatTest.cpp fix unittest warnings + remove trailing spaces 2019-09-12 11:43:52 -07:00
IXCobraMetricsPublisherTest.cpp fix unittest warnings + remove trailing spaces 2019-09-12 11:43:52 -07:00
IXDNSLookupTest.cpp IXDNSLookup. Uses weak pointer + smart_ptr + shared_from_this instead of static sets + mutex to handle object going away before dns lookup has resolved 2019-06-19 00:43:59 -07:00
IXGetFreePort.cpp fix unittest warnings + remove trailing spaces 2019-09-12 11:43:52 -07:00
IXGetFreePort.h Feature/httpd (#94) 2019-06-23 14:54:21 -07:00
IXHttpClientTest.cpp
IXHttpServerTest.cpp Feature/httpd (#94) 2019-06-23 14:54:21 -07:00
IXHttpTest.cpp improve some websocket error messages + add a utility function with unittest to parse status line and stop using scanf which triggers warnings on Windows 2019-09-09 17:34:36 -07:00
IXSocketConnectTest.cpp
IXSocketTest.cpp
IXTest.cpp add cobra metrics publisher + server unittest 2019-09-05 21:57:05 -07:00
IXTest.h add cobra metrics publisher + server unittest 2019-09-05 21:57:05 -07:00
IXUnityBuildsTest.cpp Feature/httpd (#94) 2019-06-23 14:54:21 -07:00
IXUrlParserTest.cpp
IXWebSocketChatTest.cpp rename test file 2019-09-17 12:07:31 -07:00
IXWebSocketCloseTest.cpp fix unittest warnings + remove trailing spaces 2019-09-12 11:43:52 -07:00
IXWebSocketMessageQTest.cpp compile error in IXWebSocketMessageQTest 2019-06-09 12:25:36 -07:00
IXWebSocketPingTest.cpp
IXWebSocketPingTimeoutTest.cpp WebSocket callback only take one object, a const ix::WebSocketMessagePtr& msg 2019-06-09 11:33:17 -07:00
IXWebSocketServerTest.cpp fix unittest warnings + remove trailing spaces 2019-09-12 11:43:52 -07:00
IXWebSocketTestConnectionDisconnection.cpp WebSocket callback only take one object, a const ix::WebSocketMessagePtr& msg 2019-06-09 11:33:17 -07:00
run.py restructure project 2019-09-10 12:19:22 -07:00
run.sh
test_runner.cpp