Skip to content

Commit

Permalink
Bump IXWebSocket.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmmr committed Jan 12, 2024
1 parent 10cd509 commit d5bfb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/IXWebSocket
Submodule IXWebSocket updated 56 files
+0 −27 .github/workflows/unittest_windows.yml
+1 −1 .github/workflows/unittest_windows_gcc.yml
+12 −6 CMakeLists.txt
+4 −6 README.md
+2 −0 docs/CHANGELOG.md
+1 −1 docs/build.md
+8 −2 docs/usage.md
+11 −0 ixwebsocket.pc.in
+1 −0 ixwebsocket/IXBase64.h
+1 −1 ixwebsocket/IXBench.h
+1 −1 ixwebsocket/IXConnectionState.h
+16 −17 ixwebsocket/IXDNSLookup.cpp
+12 −10 ixwebsocket/IXDNSLookup.h
+12 −8 ixwebsocket/IXHttp.cpp
+1 −0 ixwebsocket/IXHttp.h
+15 −2 ixwebsocket/IXHttpClient.cpp
+48 −39 ixwebsocket/IXHttpServer.cpp
+5 −7 ixwebsocket/IXHttpServer.h
+3 −3 ixwebsocket/IXNetSystem.cpp
+6 −0 ixwebsocket/IXNetSystem.h
+1 −1 ixwebsocket/IXSelectInterrupt.h
+1 −1 ixwebsocket/IXSelectInterruptEvent.h
+1 −0 ixwebsocket/IXSelectInterruptPipe.h
+0 −1 ixwebsocket/IXSocket.cpp
+1 −0 ixwebsocket/IXSocket.h
+3 −1 ixwebsocket/IXSocketAppleSSL.cpp
+3 −3 ixwebsocket/IXSocketConnect.cpp
+7 −3 ixwebsocket/IXSocketMbedTLS.cpp
+8 −1 ixwebsocket/IXSocketOpenSSL.cpp
+12 −1 ixwebsocket/IXSocketServer.cpp
+1 −0 ixwebsocket/IXSocketServer.h
+28 −14 ixwebsocket/IXUrlParser.cpp
+8 −0 ixwebsocket/IXUrlParser.h
+1 −0 ixwebsocket/IXUuid.cpp
+35 −10 ixwebsocket/IXWebSocket.cpp
+15 −3 ixwebsocket/IXWebSocket.h
+48 −19 ixwebsocket/IXWebSocketHandshake.cpp
+5 −1 ixwebsocket/IXWebSocketHandshake.h
+2 −0 ixwebsocket/IXWebSocketPerMessageDeflate.cpp
+1 −0 ixwebsocket/IXWebSocketPerMessageDeflateCodec.h
+1 −0 ixwebsocket/IXWebSocketPerMessageDeflateOptions.h
+1 −1 ixwebsocket/IXWebSocketProxyServer.cpp
+128 −127 ixwebsocket/IXWebSocketSendData.h
+34 −23 ixwebsocket/IXWebSocketServer.cpp
+6 −0 ixwebsocket/IXWebSocketServer.h
+75 −13 ixwebsocket/IXWebSocketTransport.cpp
+13 −4 ixwebsocket/IXWebSocketTransport.h
+1 −1 ixwebsocket/IXWebSocketVersion.h
+8 −0 makefile.dev
+20 −0 test/.certs/wrong-name-server-crt.pem
+27 −0 test/.certs/wrong-name-server-key.pem
+2 −3 test/CMakeLists.txt
+3 −5 test/IXDNSLookupTest.cpp
+48 −0 test/IXHttpClientTest.cpp
+1 −0 test/IXHttpServerTest.cpp
+2 −29 ws/ws.cpp

0 comments on commit d5bfb59

Please sign in to comment.