IXWebSocket/ixwebsocket
2022-01-04 12:25:18 -08:00
..
IXBench.cpp
IXBench.h Add support for gzip compression through libdeflate 2020-09-30 14:34:03 -07:00
IXCancellationRequest.cpp
IXCancellationRequest.h
IXConnectionState.cpp
IXConnectionState.h (socket servers) merge the ConnectionInfo class with the ConnectionState one, which simplify all the server apis 2020-08-28 14:55:40 -07:00
IXDNSLookup.cpp mingw build problem fix attempt 2021-03-13 18:31:42 -08:00
IXDNSLookup.h
IXExponentialBackoff.cpp compile errors due to missing changes for the introduction of setMinWaitBetweenReconnectionRetries and getMinWaitBetweenReconnectionRetries 2021-03-23 08:28:40 -07:00
IXExponentialBackoff.h
IXGetFreePort.cpp
IXGetFreePort.h
IXGzipCodec.cpp
IXGzipCodec.h
IXHttp.cpp (websocket server) Handle and accept firefox browser special upgrade value (keep-alive, Upgrade) 2021-05-27 10:54:21 -07:00
IXHttp.h Allow to cancel asynchronous HTTP requests (#332) 2021-12-20 23:01:55 -08:00
IXHttpClient.cpp Allow to cancel asynchronous HTTP requests (#332) 2021-12-20 23:01:55 -08:00
IXHttpClient.h http client: DEL is not a verb, but DELETE is, fix #281 2021-04-04 23:27:28 -07:00
IXHttpServer.cpp Add getters (#327) 2021-11-24 08:28:25 -08:00
IXHttpServer.h Add getters (#327) 2021-11-24 08:28:25 -08:00
IXNetSystem.cpp fix compilation under mingw64 (#325) 2021-11-16 15:22:51 -08:00
IXNetSystem.h Include <cerrno> to provide standard error constants (#338) 2022-01-04 12:13:19 -08:00
IXProgressCallback.h Feature/send large message (#14) 2019-02-20 18:59:07 -08:00
IXSelectInterrupt.cpp
IXSelectInterrupt.h
IXSelectInterruptFactory.cpp
IXSelectInterruptFactory.h
IXSelectInterruptPipe.cpp
IXSelectInterruptPipe.h
IXSetThreadName.cpp Improved compatibility - fix mingw crossbuild (#337) 2021-12-22 22:48:20 -08:00
IXSetThreadName.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
IXSocket.cpp (socket) replace a std::vector with an std::array used as a tmp buffer in Socket::readBytes 2020-11-11 21:39:31 -08:00
IXSocket.h Improved compatibility - fix mingw crossbuild (#337) 2021-12-22 22:48:20 -08:00
IXSocketAppleSSL.cpp
IXSocketAppleSSL.h
IXSocketConnect.cpp fix ws curl error message + some Windows warnings 2020-12-12 11:01:22 -08:00
IXSocketConnect.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
IXSocketFactory.cpp (ixwebsocket) use a C++11 compatible make_unique shim 2020-11-15 09:56:54 -08:00
IXSocketFactory.h unique_ptr for sockets 2020-03-24 12:48:55 -07:00
IXSocketMbedTLS.cpp Fix mbedtls-3.0 problem (#322) 2021-10-22 11:10:58 -07:00
IXSocketMbedTLS.h Fix mbedtls-3.0 problem (#322) 2021-10-22 11:10:58 -07:00
IXSocketOpenSSL.cpp Improved compatibility - fix mingw crossbuild (#337) 2021-12-22 22:48:20 -08:00
IXSocketOpenSSL.h
IXSocketServer.cpp Add getters (#327) 2021-11-24 08:28:25 -08:00
IXSocketServer.h Add getters (#327) 2021-11-24 08:28:25 -08:00
IXSocketTLSOptions.cpp Fix "HTTP/1.1 400 Illegal character CNTL=0xf" caused by serverMaxWindowBits/clientMaxWindowBits being uint8_t (signed char). (#341) 2022-01-04 12:25:18 -08:00
IXSocketTLSOptions.h
IXStrCaseCompare.cpp
IXStrCaseCompare.h C++11 compatible 2020-11-15 21:09:58 -08:00
IXUdpSocket.cpp
IXUdpSocket.h Improved compatibility - fix mingw crossbuild (#337) 2021-12-22 22:48:20 -08:00
IXUniquePtr.h
IXUrlParser.cpp
IXUrlParser.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
IXUserAgent.cpp (build) make using zlib optional, with the caveat that some http and websocket features are not available when zlib is absent 2020-07-31 22:54:57 -07:00
IXUserAgent.h
IXUtf8Validator.h
IXUuid.cpp
IXUuid.h (ws) trim ws dependencies no more ixcrypto and ixcore deps 2020-12-25 16:25:58 -08:00
IXWebSocket.cpp Fix IXWebSocketMessage.h:35:15: warning: ‘webSocketMessageType’ may be used uninitialized in this function [-Wmaybe-uninitialized] (#328) 2021-11-24 08:33:09 -08:00
IXWebSocket.h Avoid returning references that are mutex protected (#297) 2021-06-05 11:23:18 -07:00
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
IXWebSocketPerMessageDeflateCodec.h
IXWebSocketPerMessageDeflateOptions.cpp Fix "HTTP/1.1 400 Illegal character CNTL=0xf" caused by serverMaxWindowBits/clientMaxWindowBits being uint8_t (signed char). (#341) 2022-01-04 12:25:18 -08:00
IXWebSocketPerMessageDeflateOptions.h Avoid returning references that are mutex protected (#297) 2021-06-05 11:23:18 -07:00
IXWebSocketProxyServer.cpp
IXWebSocketProxyServer.h
IXWebSocketSendInfo.h
IXWebSocketServer.cpp Add getters (#327) 2021-11-24 08:28:25 -08:00
IXWebSocketServer.h Add getters (#327) 2021-11-24 08:28:25 -08:00
IXWebSocketTransport.cpp
IXWebSocketTransport.h
IXWebSocketVersion.h Feature/version 11.3.2 (#329) 2021-11-24 08:45:04 -08:00