IXWebSocket/test
Benjamin Sergeant ee25bd0f92
Feature/connection state (#25)
* (cmake) add a warning about 32/64 conversion problems.

* fix typo

* New connection state for server code + fix OpenSSL double init bug

* update README
2019-03-20 18:34:24 -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 Feature/ws cli (#15) 2019-02-21 21:24:53 -08: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
IXSocketTest.cpp unittest fix 2019-03-14 18:58:16 -07:00
IXTest.cpp asan test suite fix 2019-03-09 10:45:40 -08:00
IXTest.h use dynamically generated port number to configure servers in unittest 2019-01-28 15:24:19 -08:00
IXWebSocketHeartBeatTest.cpp Feature/connection state (#25) 2019-03-20 18:34:24 -07:00
IXWebSocketServerTest.cpp Feature/connection state (#25) 2019-03-20 18:34:24 -07:00
IXWebSocketTestConnectionDisconnection.cpp close server socket on exit 2019-01-24 21:16:32 -08:00
run.py use pipe to abort select on Linux as well as macOS 2019-03-15 17:46:40 -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 select interrupt cleanup 2019-03-14 18:37:38 -07:00