IXWebSocket/ixwebsocket
2019-01-02 16:08:32 -08:00
..
apple proof of concept server implementation 2018-12-29 23:15:27 -08:00
linux proof of concept server implementation 2018-12-29 23:15:27 -08:00
IXCancellationRequest.h non blocking dns lookup 2018-12-14 16:28:17 -08:00
IXDNSLookup.cpp Fix warning: field '_done' will be initialized after field '_wait' [-Wreorder] _done(false), 2018-12-23 14:17:30 -08:00
IXDNSLookup.h set thread name / rename example 2018-12-23 14:14:38 -08:00
IXEventFd.cpp Add missing files ... 2018-11-07 12:25:38 -08:00
IXEventFd.h Add missing files ... 2018-11-07 12:25:38 -08:00
IXSetThreadName.cpp add missing src files (IXSetThreadName.{cpp,h}) ... 2018-12-23 14:19:30 -08:00
IXSetThreadName.h add missing src files (IXSetThreadName.{cpp,h}) ... 2018-12-23 14:19:30 -08:00
IXSocket.cpp server unittest for validating client request / new timeout cancellation handling (need refactoring) 2019-01-02 16:08:32 -08:00
IXSocket.h server unittest for validating client request / new timeout cancellation handling (need refactoring) 2019-01-02 16:08:32 -08:00
IXSocketAppleSSL.cpp can create a socket from a fd 2018-12-29 21:53:33 -08:00
IXSocketAppleSSL.h can create a socket from a fd 2018-12-29 21:53:33 -08:00
IXSocketConnect.cpp non blocking dns lookup 2018-12-14 16:28:17 -08:00
IXSocketConnect.h proof of concept server implementation 2018-12-29 23:15:27 -08:00
IXSocketOpenSSL.cpp can create a socket from a fd 2018-12-29 21:53:33 -08:00
IXSocketOpenSSL.h can create a socket from a fd 2018-12-29 21:53:33 -08:00
IXSocketSChannel.cpp add simple unittest 2018-12-29 18:34:08 -08:00
IXSocketSChannel.h add simple unittest 2018-12-29 18:34:08 -08:00
IXWebSocket.cpp add a way to run in blocking more, which is useful for server mode to have N*thread instead of 2N*thread for N connections 2019-01-01 21:25:15 -08:00
IXWebSocket.h add a way to run in blocking more, which is useful for server mode to have N*thread instead of 2N*thread for N connections 2019-01-01 21:25:15 -08:00
IXWebSocketErrorInfo.h cleanup 2018-11-14 15:52:28 -08:00
IXWebSocketHttpHeaders.h per message deflate support (with zlib) 2018-11-09 18:42:09 -08:00
IXWebSocketPerMessageDeflate.cpp add cancellation support while connecting, to speed up WebSocket::stop 2018-12-09 17:56:20 -08:00
IXWebSocketPerMessageDeflate.h add cancellation support while connecting, to speed up WebSocket::stop 2018-12-09 17:56:20 -08:00
IXWebSocketPerMessageDeflateOptions.cpp per message deflate support (with zlib) 2018-11-09 18:42:09 -08:00
IXWebSocketPerMessageDeflateOptions.h per-message deflate compression fixes 2018-11-13 17:46:05 -08:00
IXWebSocketSendInfo.h threading race condition fixes, detected by TSAN 2018-12-06 08:27:28 -08:00
IXWebSocketServer.cpp server unittest for validating client request / new timeout cancellation handling (need refactoring) 2019-01-02 16:08:32 -08:00
IXWebSocketServer.h server unittest for validating client request / new timeout cancellation handling (need refactoring) 2019-01-02 16:08:32 -08:00
IXWebSocketTransport.cpp server unittest for validating client request / new timeout cancellation handling (need refactoring) 2019-01-02 16:08:32 -08:00
IXWebSocketTransport.h server unittest for validating client request / new timeout cancellation handling (need refactoring) 2019-01-02 16:08:32 -08:00
libwshandshake.hpp per message deflate support (with zlib) 2018-11-09 18:42:09 -08:00