IXWebSocket/ixwebsocket
2020-07-31 22:11:16 -07:00
..
IXBench.cpp
IXBench.h
IXCancellationRequest.cpp (openssl tls) when OpenSSL is older than 1.1, register the crypto locking callback to be thread safe. Should fix lots of CI failures 2020-05-06 16:26:30 -07:00
IXCancellationRequest.h
IXConnectionInfo.h (socket+websocket+http+redis+snake servers) expose the remote ip and remote port when a new connection is made (see #222) / only ipv4 is handled 2020-07-08 12:10:35 -07:00
IXConnectionState.cpp
IXConnectionState.h
IXDNSLookup.cpp uwp fixes 2020-05-01 11:27:59 -07:00
IXDNSLookup.h
IXExponentialBackoff.cpp
IXExponentialBackoff.h
IXGetFreePort.cpp (socket utility) move ix::getFreePort to ixwebsocket library 2020-07-27 18:17:13 -07:00
IXGetFreePort.h (socket utility) move ix::getFreePort to ixwebsocket library 2020-07-27 18:17:13 -07:00
IXHttp.cpp
IXHttp.h
IXHttpClient.cpp zlib is optional 2020-07-31 22:07:20 -07:00
IXHttpClient.h zlib is optional 2020-07-31 22:07:20 -07:00
IXHttpServer.cpp zlib is optional 2020-07-31 22:07:20 -07:00
IXHttpServer.h (socket+websocket+http+redis+snake servers) expose the remote ip and remote port when a new connection is made (see #222) / only ipv4 is handled 2020-07-08 12:10:35 -07:00
IXNetSystem.cpp
IXNetSystem.h (openssl tls) when OpenSSL is older than 1.1, register the crypto locking callback to be thread safe. Should fix lots of CI failures 2020-05-06 16:26:30 -07:00
IXProgressCallback.h
IXSelectInterrupt.cpp
IXSelectInterrupt.h
IXSelectInterruptFactory.cpp
IXSelectInterruptFactory.h
IXSelectInterruptPipe.cpp IXSelectInterruptPipe.h included in cmake on windows but compiled out 2020-07-17 11:33:02 -07:00
IXSelectInterruptPipe.h
IXSetThreadName.cpp (websocket server) add a new simpler API to handle client connections / that API does not trigger a memory leak while the previous one did 2020-07-23 19:29:41 -07:00
IXSetThreadName.h
IXSocket.cpp
IXSocket.h
IXSocketAppleSSL.cpp
IXSocketAppleSSL.h
IXSocketConnect.cpp
IXSocketConnect.h
IXSocketFactory.cpp
IXSocketFactory.h
IXSocketMbedTLS.cpp (windows + tls) mbedtls is the default windows tls backend + add ability to load system certificates with mbdetls on windows 2020-05-17 20:36:46 -07:00
IXSocketMbedTLS.h (windows + tls) mbedtls is the default windows tls backend + add ability to load system certificates with mbdetls on windows 2020-05-17 20:36:46 -07:00
IXSocketOpenSSL.cpp (openssl tls) (openssl < 1.1) logic inversion - crypto locking callback are not registered properly 2020-05-08 09:54:42 -07:00
IXSocketOpenSSL.h (cobra bots) add a --heartbeat_timeout option to specify when the bot should terminate because no events are received 2020-05-06 22:01:48 -07:00
IXSocketServer.cpp (websocket server) add a new simpler API to handle client connections / that API does not trigger a memory leak while the previous one did 2020-07-23 19:29:41 -07:00
IXSocketServer.h (socket+websocket+http+redis+snake servers) expose the remote ip and remote port when a new connection is made (see #222) / only ipv4 is handled 2020-07-08 12:10:35 -07:00
IXSocketTLSOptions.cpp
IXSocketTLSOptions.h
IXUdpSocket.cpp another windows build error in IXUdpSocket ... 2020-05-05 08:29:39 -07:00
IXUdpSocket.h (openssl tls) when OpenSSL is older than 1.1, register the crypto locking callback to be thread safe. Should fix lots of CI failures 2020-05-06 16:26:30 -07:00
IXUrlParser.cpp clang format 2020-07-08 10:39:46 -07:00
IXUrlParser.h
IXUserAgent.cpp user agent zlib fix 2020-07-31 22:11:16 -07:00
IXUserAgent.h
IXUtf8Validator.h
IXWebSocket.cpp (websocket client) reset WebSocketTransport onClose callback in the WebSocket destructor 2020-07-24 10:03:29 -07:00
IXWebSocket.h
IXWebSocketCloseConstants.cpp
IXWebSocketCloseConstants.h
IXWebSocketCloseInfo.h
IXWebSocketErrorInfo.h
IXWebSocketHandshake.cpp
IXWebSocketHandshake.h
IXWebSocketHandshakeKeyGen.h
IXWebSocketHttpHeaders.cpp
IXWebSocketHttpHeaders.h
IXWebSocketInitResult.h
IXWebSocketMessage.h
IXWebSocketMessageType.h
IXWebSocketOpenInfo.h
IXWebSocketPerMessageDeflate.cpp
IXWebSocketPerMessageDeflate.h
IXWebSocketPerMessageDeflateCodec.cpp zlib is optional 2020-07-31 22:07:20 -07:00
IXWebSocketPerMessageDeflateCodec.h zlib is optional 2020-07-31 22:07:20 -07:00
IXWebSocketPerMessageDeflateOptions.cpp zlib is optional 2020-07-31 22:07:20 -07:00
IXWebSocketPerMessageDeflateOptions.h
IXWebSocketProxyServer.cpp compiler warning fixes 2020-07-28 21:46:26 -07:00
IXWebSocketProxyServer.h (ixwebsocket) add WebSocketProxyServer, from ws. Still need to make the interface better. 2020-07-25 11:26:06 -07:00
IXWebSocketSendInfo.h
IXWebSocketServer.cpp (websocket server) reset client websocket callback when the connection is closed 2020-07-24 09:41:02 -07:00
IXWebSocketServer.h (ixwebsocket server) change legacy api with 2 nested callbacks, so that the first api takes a weak_ptr<WebSocket> as its first argument 2020-07-25 11:42:07 -07:00
IXWebSocketTransport.cpp (websocket client) onProgressCallback not called for short messages on a websocket (fix #233) 2020-07-29 17:47:33 -07:00
IXWebSocketTransport.h WebSocket::close is re-entrant 2020-07-27 17:38:33 -07:00
IXWebSocketVersion.h (websocket client) onProgressCallback not called for short messages on a websocket (fix #233) 2020-07-29 17:47:33 -07:00