Benjamin Sergeant
|
22b4e6a8fb
|
Socket Factory has only one function which works for server and client code, and can do tls for both
|
2019-09-30 22:06:46 -07:00 |
|
Benjamin Sergeant
|
1ed39677ce
|
SocketServer::handleConnection takes an std::shared_ptr<Socket> instead of a file descriptor
|
2019-09-30 21:48:55 -07:00 |
|
Benjamin Sergeant
|
1b6584ccba
|
mbedtls fixes / the unittest now pass on macOS, and hopefully will on Windows/AppVeyor as well.
|
2019-09-27 14:07:01 -07:00 |
|
Benjamin Sergeant
|
733b414b3b
|
fix tsan errors on macOS when running the unittest
|
2019-09-23 21:51:55 -07:00 |
|
Benjamin Sergeant
|
c32067013a
|
fix warning + add redis server logging
|
2019-09-23 21:14:20 -07:00 |
|
Benjamin Sergeant
|
fbf80f4ab1
|
Add simple Redis Server which is only capable of doing publish / subscribe. New ws redis_server sub-command to use it. The server is used in the unittest, so that we can run on CI in environment where redis isn not available like github actions env.
|
2019-09-23 21:04:01 -07:00 |
|
Benjamin Sergeant
|
122118196b
|
move snake code to its own subfolder like ixcobra, ixcrypto, etc...
|
2019-09-23 11:46:16 -07:00 |
|