Benjamin Sergeant
|
179e17895d
|
unique_ptr for sockets
|
2020-03-24 12:48:55 -07:00 |
|
Benjamin Sergeant
|
10e132e8ef
|
remove std::cerr in IXRedisServer which triggers a tsan error
|
2020-03-20 17:50:08 -07:00 |
|
Benjamin Sergeant
|
5d4bb90703
|
(SocketServer) add ability to bind on an ipv6 address
|
2020-01-26 16:21:56 -08:00 |
|
Benjamin Sergeant
|
afed387bcf
|
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
|
313949f087
|
SocketServer::handleConnection takes an std::shared_ptr<Socket> instead of a file descriptor
|
2019-09-30 21:48:55 -07:00 |
|
Benjamin Sergeant
|
169e225ccd
|
fix warning + add redis server logging
|
2019-09-23 21:14:20 -07:00 |
|
Benjamin Sergeant
|
ceb0c602c9
|
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 |
|