IXWebSocket/ixwebsocket
David Capello ef57e3a2b1
Fix hanging of WebSocket::stop() waiting for its thread to join (#481)
This might happen in some special cases where
WebSocketTransport::sendOnSocket() fails, closes the socket, and set
the ready state to CLOSED, but WebSocket::run() stills wait the
interrupt event to happen.

Possibly related to #474
2023-09-01 08:11:36 -07:00
..
IXBase64.h Fix compilation on GCC-13 (#443) 2023-02-25 13:50:35 -08:00
IXBench.cpp Add support for gzip compression through libdeflate 2020-09-30 14:34:03 -07:00
IXBench.h Fix compilation on GCC-13 (#443) 2023-02-25 13:50:35 -08:00
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
IXConnectionState.cpp (socket servers) merge the ConnectionInfo class with the ConnectionState one, which simplify all the server apis 2020-08-28 14:55:40 -07:00
IXConnectionState.h Fix compilation on GCC-13 (#443) 2023-02-25 13:50:35 -08:00
IXDNSLookup.cpp Fix MinGW build warning (#482) 2023-09-01 08:00:35 -07:00
IXDNSLookup.h Fix compilation on GCC-13 (#443) 2023-02-25 13:50:35 -08:00
IXExponentialBackoff.cpp Handle overflow in IXExponentialBackoff.cpp 2022-02-17 09:17:02 -08:00
IXExponentialBackoff.h compile errors due to missing changes for the introduction of setMinWaitBetweenReconnectionRetries and getMinWaitBetweenReconnectionRetries 2021-03-23 08:28:40 -07:00
IXGetFreePort.cpp fix ws curl error message + some Windows warnings 2020-12-12 11:01:22 -08:00
IXGetFreePort.h (socket utility) move ix::getFreePort to ixwebsocket library 2020-07-27 18:17:13 -07:00
IXGzipCodec.cpp Feature/no libdeflate (#360) 2022-02-10 20:47:32 -08:00
IXGzipCodec.h (ws) add gzip and gunzip ws sub commands 2020-09-28 10:19:27 -07:00
IXHttp.cpp Add support for streaming transfers (#353) 2022-01-31 21:54:32 -08:00
IXHttp.h Fix compilation on GCC-13 (#443) 2023-02-25 13:50:35 -08:00
IXHttpClient.cpp Set an origin header in websocket and http clients (#455) 2023-04-01 12:19:38 -07:00
IXHttpClient.h Revert "Export static symbols when building ws with shared library (#370)" (#383) 2022-04-12 08:55:43 -07:00
IXHttpServer.cpp Fix #286 - http response headers overwritten with request headers (#483) 2023-09-01 08:11:07 -07:00
IXHttpServer.h Host HTTP and WS on the same port (#414) 2022-11-05 18:53:11 -07:00
IXNetSystem.cpp Fix MinGW build warning (#482) 2023-09-01 08:00:35 -07:00
IXNetSystem.h Build fix for FreeBSD (#449) 2023-03-13 09:36:25 -07: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 Fix compilation on GCC-13 (#443) 2023-02-25 13:50:35 -08:00
IXSelectInterruptEvent.cpp Fixed missing header for gcc (9.3.0) compilation (#346) 2022-01-06 19:27:00 -08:00
IXSelectInterruptEvent.h Fix compilation on GCC-13 (#443) 2023-02-25 13:50:35 -08:00
IXSelectInterruptFactory.cpp Win wsa select event (#342) 2022-01-05 10:21:33 -08:00
IXSelectInterruptFactory.h (socket) selectInterrupt member is an unique_ptr instead of being a shared_ptr 2020-03-24 10:00:41 -07:00
IXSelectInterruptPipe.cpp hand EINTR in IXSelectInterruptPipe::notify and IXSelectInterruptPipe::read 2020-11-16 13:52:13 -08:00
IXSelectInterruptPipe.h Fix compilation on GCC-13 (#443) 2023-02-25 13:50:35 -08:00
IXSetThreadName.cpp Improved compatibility - fix mingw crossbuild (#337) 2021-12-22 22:48:20 -08:00
IXSetThreadName.h
IXSocket.cpp Fix compilation on GCC-13 (#443) 2023-02-25 13:50:35 -08:00
IXSocket.h Fix compilation on GCC-13 (#443) 2023-02-25 13:50:35 -08:00
IXSocketAppleSSL.cpp Add option to disable hostname check (#399) 2022-10-12 06:41:32 -07:00
IXSocketAppleSSL.h include all ssl backends inside special per backend macro 2020-04-24 12:47:47 -07:00
IXSocketConnect.cpp Fix DNSLookup memory leak (#422) 2022-12-22 17:13:51 -08:00
IXSocketConnect.h
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 Update IXSocketMbedTLS.cpp (#471) 2023-06-22 14:12:51 -07:00
IXSocketMbedTLS.h Fix mbedtls-3.0 problem (#322) 2021-10-22 11:10:58 -07:00
IXSocketOpenSSL.cpp Fix MinGW build warning (#482) 2023-09-01 08:00:35 -07:00
IXSocketOpenSSL.h compile attempt with old OpenSSL versions 2020-11-15 11:23:44 -08:00
IXSocketServer.cpp Prevent deadlock when server is stopping (#426) 2023-02-25 14:41:05 -08:00
IXSocketServer.h Prevent deadlock when server is stopping (#426) 2023-02-25 14:41:05 -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 Add option to disable hostname check (#399) 2022-10-12 06:41:32 -07:00
IXStrCaseCompare.cpp CaseInsensitiveLess::NocaseCompare::operator mingw fix attempt 2021-03-23 21:21:36 -07:00
IXStrCaseCompare.h C++11 compatible 2020-11-15 21:09:58 -08:00
IXUdpSocket.cpp another windows build error in IXUdpSocket ... 2020-05-05 08:29:39 -07:00
IXUdpSocket.h Fix for MINGW32 and clang on windows (#352) (#357) 2022-02-10 20:49:33 -08:00
IXUniquePtr.h (ixwebsocket) use a C++11 compatible make_unique shim 2020-11-15 09:56:54 -08:00
IXUrlParser.cpp HTTP should contain port in 'Host' header (#427) 2023-02-11 15:27:40 -08:00
IXUrlParser.h HTTP should contain port in 'Host' header (#427) 2023-02-11 15:27:40 -08: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 Fix compilation on GCC-13 (#443) 2023-02-25 13:50:35 -08:00
IXUuid.h (ws) trim ws dependencies no more ixcrypto and ixcore deps 2020-12-25 16:25:58 -08:00
IXWebSocket.cpp Fix server empty thread name (#478) 2023-08-01 22:16:43 -07:00
IXWebSocket.h Fix server empty thread name (#478) 2023-08-01 22:16:43 -07:00
IXWebSocketCloseConstants.cpp
IXWebSocketCloseConstants.h Revert "Export static symbols when building ws with shared library (#370)" (#383) 2022-04-12 08:55:43 -07:00
IXWebSocketCloseInfo.h missing headers in IXWebSocketCloseInfo.h, ,IXWebSocketErrorInfo.h and IXWebSocketOpenInfo.h 2020-04-14 21:52:27 -07:00
IXWebSocketErrorInfo.h missing headers in IXWebSocketCloseInfo.h, ,IXWebSocketErrorInfo.h and IXWebSocketOpenInfo.h 2020-04-14 21:52:27 -07:00
IXWebSocketHandshake.cpp Set an origin header in websocket and http clients (#455) 2023-04-01 12:19:38 -07:00
IXWebSocketHandshake.h Set an origin header in websocket and http clients (#455) 2023-04-01 12:19:38 -07:00
IXWebSocketHandshakeKeyGen.h clang-format 2020-04-24 15:34:00 -07:00
IXWebSocketHttpHeaders.cpp C++11 compatible 2020-11-15 21:09:58 -08:00
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 clang-format 2020-04-16 11:58:06 -07:00
IXWebSocketPerMessageDeflate.cpp Fix compilation on GCC-13 (#443) 2023-02-25 13:50:35 -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 Fix compilation on GCC-13 (#443) 2023-02-25 13:50:35 -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 Fix compilation on GCC-13 (#443) 2023-02-25 13:50:35 -08:00
IXWebSocketProxyServer.cpp (socket servers) merge the ConnectionInfo class with the ConnectionState one, which simplify all the server apis 2020-08-28 14:55:40 -07:00
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 Fix compilation on GCC-13 (#443) 2023-02-25 13:50:35 -08:00
IXWebSocketSendInfo.h
IXWebSocketServer.cpp Fix server empty thread name (#478) 2023-08-01 22:16:43 -07:00
IXWebSocketServer.h Host HTTP and WS on the same port (#414) 2022-11-05 18:53:11 -07:00
IXWebSocketTransport.cpp Fix hanging of WebSocket::stop() waiting for its thread to join (#481) 2023-09-01 08:11:36 -07:00
IXWebSocketTransport.h Fix compilation on GCC-13 (#443) 2023-02-25 13:50:35 -08:00
IXWebSocketVersion.h bump version 2023-06-05 10:06:53 -07:00