IXWebSocket/ixwebsocket
Benjamin Sergeant 5f2955ef78
Feature/version 11.3.2 (#329)
* mbedls system certs

* missing curly brace ...

* windows uwp for appveyor

* try again uwp

* bump version

* keep using local cacert.pem in unittest

* appveyor back to normal

* remove appveyor file

Co-authored-by: Benjamin Sergeant <bsergeant@mz.com>
2021-11-24 08:45:04 -08:00
..
IXBench.cpp
IXBench.h
IXCancellationRequest.cpp
IXCancellationRequest.h
IXConnectionState.cpp
IXConnectionState.h
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 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
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
IXHttpClient.cpp fix: check the request's headers rather than the empty response's headers for User-Agent and Accept (#296) 2021-06-05 11:19:53 -07: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 fix compilation under mingw64 (#325) 2021-11-16 15:22:51 -08:00
IXProgressCallback.h
IXSelectInterrupt.cpp
IXSelectInterrupt.h
IXSelectInterruptFactory.cpp
IXSelectInterruptFactory.h
IXSelectInterruptPipe.cpp hand EINTR in IXSelectInterruptPipe::notify and IXSelectInterruptPipe::read 2020-11-16 13:52:13 -08:00
IXSelectInterruptPipe.h
IXSetThreadName.cpp no set thread name on mingw 2021-03-13 19:02:20 -08:00
IXSetThreadName.h
IXSocket.cpp
IXSocket.h Move errno windows definitions to IXNetSystem.h 2021-05-17 19:04:02 -07: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
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 (ssl + windows) missing include for CertOpenStore function 2021-03-24 08:03:56 -07: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
IXSocketTLSOptions.h
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
IXUniquePtr.h
IXUrlParser.cpp
IXUrlParser.h
IXUserAgent.cpp
IXUserAgent.h
IXUtf8Validator.h
IXUuid.cpp (ws) trim ws dependencies no more ixcrypto and ixcore deps 2020-12-25 16:25:58 -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 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 (websocket server) Handle and accept firefox browser special upgrade value (keep-alive, Upgrade) 2021-05-27 10:54:21 -07:00
IXWebSocketHandshake.h mention disablePerMessageDeflate in the doc 2021-03-16 09:56:08 -07:00
IXWebSocketHandshakeKeyGen.h
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
IXWebSocketPerMessageDeflate.cpp
IXWebSocketPerMessageDeflate.h
IXWebSocketPerMessageDeflateCodec.cpp
IXWebSocketPerMessageDeflateCodec.h
IXWebSocketPerMessageDeflateOptions.cpp Noexcept ix web socket per message deflate options (#299) 2021-06-07 11:19:52 -07: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 clang format, based on cpprest 2019-05-30 08:46:50 -07:00
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 mention disablePerMessageDeflate in the doc 2021-03-16 09:56:08 -07:00
IXWebSocketTransport.h mention disablePerMessageDeflate in the doc 2021-03-16 09:56:08 -07:00
IXWebSocketVersion.h Feature/version 11.3.2 (#329) 2021-11-24 08:45:04 -08:00