IXWebSocket/third_party
Benjamin Sergeant 06cbebe22e Feature/mbedtls (#84)
* try to import mbedtls and build it

* add stubs socket class

* some boilterplate, read and write function implemented

* more boilterplate / current error in handshake because no CA cert is setup

* add something so skip ca verification, can ws curl https://google.com !

* cleanup / close implemented

* tweak CMakefiles

* typo in include

* update readme

* disable unittests
2019-06-01 17:41:48 -07:00
..
cli11 Feature/ws cli (#15) 2019-02-21 21:24:53 -08:00
jsoncpp Feature/ws cli (#15) 2019-02-21 21:24:53 -08:00
mbedtls Feature/mbedtls (#84) 2019-06-01 17:41:48 -07:00
msgpack11 fix overflow warning in msgpack11.cpp 2019-05-10 21:17:05 -07:00
nlohmann add ws_chat and ws_connect sub commands to ws 2019-02-22 20:49:26 -08:00
sanitizers-cmake add a travis file 2019-01-07 18:04:28 -08:00
spdlog enum class HttpErrorCode derives from int 2019-05-15 16:50:00 -07:00
statsd-client-cpp fix warning in statsd_client about %m gnu only printf special char 2019-05-11 09:22:29 -07:00
zlib Link zlib statically for windows (#35) 2019-04-19 09:14:03 -07:00
README.md use spdlog for logging in ws + unittest + remove un-needed mutex 2019-05-09 15:30:44 -07:00
remote_trailing_whitespaces.sh Feature/connection state (#25) 2019-03-20 18:34:24 -07:00

Note

Except zlib on Windows, all dependencies here are for the ws command line tools, not for the IXWebSockets library which is standalone.