IXWebSocket/test
Kumamon38 c3431f19bf Real ping (#32)
* close method change and fix code

* missing mutex

* wip

* renaming and fixes

* renaming, fixes

* added enablePong/disablePong, add tests

* added new test cases

* add 1 test case

* fix gcd name to greatestCommonDivisor

* move ping and ping timeout checks into socket poll, local var in test cases and indent fixes

* indent issue
2019-04-18 09:24:16 -07:00
..
Catch2/single_include add simple unittest 2018-12-29 18:34:08 -08:00
.gitignore gitignore stuff 2019-01-01 17:14:31 -08: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 Real ping (#32) 2019-04-18 09:24:16 -07:00
cmd_websocket_chat.cpp Feature/connection state (#25) 2019-03-20 18:34:24 -07:00
IXDNSLookupTest.cpp add dns lookup test 2019-01-05 14:40:17 -08:00
IXSocketConnectTest.cpp cleanup, remove dead method 2019-03-21 10:06:59 -07:00
IXSocketTest.cpp fix windows build (#29) 2019-04-16 08:51:57 -07:00
IXTest.cpp fix windows build (#29) 2019-04-16 08:51:57 -07:00
IXTest.h use dynamically generated port number to configure servers in unittest 2019-01-28 15:24:19 -08:00
IXWebSocketPingTest.cpp Real ping (#32) 2019-04-18 09:24:16 -07:00
IXWebSocketPingTimeoutTest.cpp Real ping (#32) 2019-04-18 09:24:16 -07:00
IXWebSocketServerTest.cpp remove printf + unittest fix 2019-03-22 09:56:28 -07:00
IXWebSocketTestConnectionDisconnection.cpp close server socket on exit 2019-01-24 21:16:32 -08:00
run.py docker container works with SSL + fix compiler warnings in statsd third_party module 2019-04-18 09:11:12 -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 fix windows build (#29) 2019-04-16 08:51:57 -07:00