IXWebSocket/ixwebsocket
2022-03-27 19:14:40 -07:00
..
IXBench.cpp
IXBench.h
IXCancellationRequest.cpp
IXCancellationRequest.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
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
IXDNSLookup.h Export static symbols when building ws with shared library (#370) 2022-03-19 11:41:40 -07:00
IXExponentialBackoff.cpp Handle overflow in IXExponentialBackoff.cpp 2022-02-17 09:17:02 -08:00
IXExponentialBackoff.h
IXGetFreePort.cpp
IXGetFreePort.h
IXGzipCodec.cpp Feature/no libdeflate (#360) 2022-02-10 20:47:32 -08:00
IXGzipCodec.h
IXHttp.cpp Add support for streaming transfers (#353) 2022-01-31 21:54:32 -08:00
IXHttp.h Add support for streaming transfers (#353) 2022-01-31 21:54:32 -08:00
IXHttpClient.cpp Add support for streaming transfers (#353) 2022-01-31 21:54:32 -08:00
IXHttpClient.h Export static symbols when building ws with shared library (#370) 2022-03-19 11:41:40 -07:00
IXHttpServer.cpp Add getters (#327) 2021-11-24 08:28:25 -08:00
IXHttpServer.h Export static symbols when building ws with shared library (#370) 2022-03-19 11:41:40 -07:00
IXNetSystem.cpp Fix for MINGW32 and clang on windows (#352) (#357) 2022-02-10 20:49:33 -08:00
IXNetSystem.h Win wsa select event (#342) 2022-01-05 10:21:33 -08:00
IXProgressCallback.h Add support for streaming transfers (#353) 2022-01-31 21:54:32 -08:00
IXSelectInterrupt.cpp Win wsa select event (#342) 2022-01-05 10:21:33 -08:00
IXSelectInterrupt.h Win wsa select event (#342) 2022-01-05 10:21:33 -08:00
IXSelectInterruptEvent.cpp Fixed missing header for gcc (9.3.0) compilation (#346) 2022-01-06 19:27:00 -08:00
IXSelectInterruptEvent.h Win wsa select event (#342) 2022-01-05 10:21:33 -08:00
IXSelectInterruptFactory.cpp Win wsa select event (#342) 2022-01-05 10:21:33 -08:00
IXSelectInterruptFactory.h
IXSelectInterruptPipe.cpp
IXSelectInterruptPipe.h
IXSetThreadName.cpp Improved compatibility - fix mingw crossbuild (#337) 2021-12-22 22:48:20 -08:00
IXSetThreadName.h
IXSocket.cpp Add support for streaming transfers (#353) 2022-01-31 21:54:32 -08:00
IXSocket.h Fix for MINGW32 and clang on windows (#352) (#357) 2022-02-10 20:49:33 -08:00
IXSocketAppleSSL.cpp
IXSocketAppleSSL.h include all ssl backends inside special per backend macro 2020-04-24 12:47:47 -07:00
IXSocketConnect.cpp Update IXSocketConnect.cpp (#356) 2022-02-10 20:50:55 -08:00
IXSocketConnect.h
IXSocketFactory.cpp
IXSocketFactory.h
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 Fix error handling after calling X509_NAME_get_index_by_NID 2022-03-27 19:14:40 -07:00
IXSocketOpenSSL.h
IXSocketServer.cpp Add getters (#327) 2021-11-24 08:28:25 -08:00
IXSocketServer.h Export static symbols when building ws with shared library (#370) 2022-03-19 11:41:40 -07: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 clang-format 2020-04-24 15:34:00 -07:00
IXStrCaseCompare.cpp CaseInsensitiveLess::NocaseCompare::operator mingw fix attempt 2021-03-23 21:21:36 -07:00
IXStrCaseCompare.h
IXUdpSocket.cpp
IXUdpSocket.h Fix for MINGW32 and clang on windows (#352) (#357) 2022-02-10 20:49:33 -08:00
IXUniquePtr.h
IXUrlParser.cpp
IXUrlParser.h
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 user agent 2019-08-30 12:50:56 -07:00
IXUtf8Validator.h
IXUuid.cpp (ws) trim ws dependencies no more ixcrypto and ixcore deps 2020-12-25 16:25:58 -08:00
IXUuid.h
IXWebSocket.cpp Introduction of IXWebSocketSendData (#347) 2022-01-10 10:34:24 -08:00
IXWebSocket.h Introduction of IXWebSocketSendData (#347) 2022-01-10 10:34:24 -08:00
IXWebSocketCloseConstants.cpp
IXWebSocketCloseConstants.h Export static symbols when building ws with shared library (#370) 2022-03-19 11:41:40 -07:00
IXWebSocketCloseInfo.h
IXWebSocketErrorInfo.h
IXWebsocketExport.h Export static symbols when building ws with shared library (#370) 2022-03-19 11:41:40 -07:00
IXWebSocketHandshake.cpp (websocket server) Handle and accept firefox browser special upgrade value (keep-alive, Upgrade) 2021-05-27 10:54:21 -07:00
IXWebSocketHandshake.h
IXWebSocketHandshakeKeyGen.h
IXWebSocketHttpHeaders.cpp
IXWebSocketHttpHeaders.h C++11 compatible 2020-11-15 21:09:58 -08:00
IXWebSocketInitResult.h
IXWebSocketMessage.h Fix unsafe calls and safeguard WebSocketMessage (#294) 2021-06-03 18:39:38 -07:00
IXWebSocketMessageType.h
IXWebSocketOpenInfo.h
IXWebSocketPerMessageDeflate.cpp Introduction of IXWebSocketSendData (#347) 2022-01-10 10:34:24 -08:00
IXWebSocketPerMessageDeflate.h Introduction of IXWebSocketSendData (#347) 2022-01-10 10:34:24 -08:00
IXWebSocketPerMessageDeflateCodec.cpp Introduction of IXWebSocketSendData (#347) 2022-01-10 10:34:24 -08:00
IXWebSocketPerMessageDeflateCodec.h Introduction of IXWebSocketSendData (#347) 2022-01-10 10:34:24 -08:00
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 (websocket proxy server) add ability to map different hosts to different websocket servers, using a json config file 2020-08-13 21:20:42 -07:00
IXWebSocketSendData.h Introduction of IXWebSocketSendData (#347) 2022-01-10 10:34:24 -08:00
IXWebSocketSendInfo.h
IXWebSocketServer.cpp Add getters (#327) 2021-11-24 08:28:25 -08:00
IXWebSocketServer.h Export static symbols when building ws with shared library (#370) 2022-03-19 11:41:40 -07:00
IXWebSocketTransport.cpp Introduction of IXWebSocketSendData (#347) 2022-01-10 10:34:24 -08:00
IXWebSocketTransport.h Introduction of IXWebSocketSendData (#347) 2022-01-10 10:34:24 -08:00
IXWebSocketVersion.h Feature/11.4.0 (#344) 2022-01-05 10:43:18 -08:00