IXWebSocket/ixwebsocket
2020-05-01 10:37:25 -07:00
..
apple
freebsd Freebsd (#117) 2019-10-09 17:00:32 -07:00
linux
windows
IXBench.cpp move IXBench code under ixwebsocker folder 2020-03-24 20:53:25 -07:00
IXBench.h move IXBench code under ixwebsocker folder 2020-03-24 20:53:25 -07:00
IXCancellationRequest.cpp
IXCancellationRequest.h
IXConnectionState.cpp
IXConnectionState.h
IXDNSLookup.cpp refine previous commit 2020-05-01 10:37:25 -07:00
IXDNSLookup.h
IXExponentialBackoff.cpp (client) fix an overflow in the exponential back off code 2019-12-02 13:51:45 -08:00
IXExponentialBackoff.h
IXHttp.cpp formatting 2020-03-24 20:37:55 -07:00
IXHttp.h (http client) Set default values for most HttpRequestArgs struct members (fix #185) 2020-04-27 09:43:31 -07:00
IXHttpClient.cpp (http client) better current request cancellation support when the HttpClient destructor is invoked (see #189) 2020-04-29 11:53:23 -07:00
IXHttpClient.h unique_ptr for sockets 2020-03-24 12:48:55 -07:00
IXHttpServer.cpp unique_ptr for sockets 2020-03-24 12:48:55 -07:00
IXHttpServer.h unique_ptr for sockets 2020-03-24 12:48:55 -07:00
IXNetSystem.cpp
IXNetSystem.h Add client support for websocket subprotocol. Look for the new addSubProtocol method for details 2019-10-13 13:37:34 -07:00
IXProgressCallback.h
IXSelectInterrupt.cpp
IXSelectInterrupt.h
IXSelectInterruptFactory.cpp (socket) selectInterrupt member is an unique_ptr instead of being a shared_ptr 2020-03-24 10:00:41 -07: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
IXSelectInterruptPipe.h
IXSetThreadName.h
IXSocket.cpp new makefile target + better error description in Socket::readBytes 2020-04-14 21:50:56 -07:00
IXSocket.h (socket) selectInterrupt member is an unique_ptr instead of being a shared_ptr 2020-03-24 10:00:41 -07:00
IXSocketAppleSSL.cpp include all ssl backends inside special per backend macro 2020-04-24 12:47:47 -07:00
IXSocketAppleSSL.h include all ssl backends inside special per backend macro 2020-04-24 12:47:47 -07:00
IXSocketConnect.cpp formatting 2020-03-24 20:37:55 -07:00
IXSocketConnect.h
IXSocketFactory.cpp unique_ptr for sockets 2020-03-24 12:48:55 -07:00
IXSocketFactory.h unique_ptr for sockets 2020-03-24 12:48:55 -07:00
IXSocketMbedTLS.cpp more tls in memory certs doc + bump file format 2020-04-24 15:50:39 -07:00
IXSocketMbedTLS.h include all ssl backends inside special per backend macro 2020-04-24 12:47:47 -07:00
IXSocketOpenSSL.cpp more tls in memory certs doc + bump file format 2020-04-24 15:50:39 -07:00
IXSocketOpenSSL.h Implement API for adding custom roots via a string (#178) 2020-04-24 15:32:11 -07:00
IXSocketServer.cpp formatting 2020-03-24 20:37:55 -07:00
IXSocketServer.h unique_ptr for sockets 2020-03-24 12:48:55 -07:00
IXSocketTLSOptions.cpp more tls in memory certs doc + bump file format 2020-04-24 15:50:39 -07:00
IXSocketTLSOptions.h clang-format 2020-04-24 15:34:00 -07:00
IXUdpSocket.cpp (websocket) fix #167, a long standing issue with sending empty messages with per-message deflate extension (and hopefully other zlib bug) 2020-03-23 15:21:53 -07:00
IXUdpSocket.h trim headers and unused code in IXUdpSocket 2020-03-22 21:51:41 -07:00
IXUrlParser.cpp clang-format 2020-04-24 15:34:00 -07:00
IXUrlParser.h
IXUserAgent.cpp (mac ssl) rename DarwinSSL -> SecureTransport (see this too -> https://github.com/curl/curl/issues/3733) 2020-03-26 19:40:52 -07:00
IXUserAgent.h
IXUtf8Validator.h
IXWebSocket.cpp (websocket) WebSocketMessagePtr is a unique_ptr instead of a shared_ptr 2020-04-13 21:56:01 -07:00
IXWebSocket.h unique_ptr for sockets 2020-03-24 12:48:55 -07:00
IXWebSocketCloseConstants.cpp
IXWebSocketCloseConstants.h
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 Bug on setting extra headers. Now it loses the first string character. (#184) 2020-04-25 11:39:37 -07:00
IXWebSocketHandshake.h unique_ptr for sockets 2020-03-24 12:48:55 -07:00
IXWebSocketHandshakeKeyGen.h clang-format 2020-04-24 15:34:00 -07:00
IXWebSocketHttpHeaders.cpp unique_ptr for sockets 2020-03-24 12:48:55 -07:00
IXWebSocketHttpHeaders.h unique_ptr for sockets 2020-03-24 12:48:55 -07:00
IXWebSocketInitResult.h Add client support for websocket subprotocol. Look for the new addSubProtocol method for details 2019-10-13 13:37:34 -07:00
IXWebSocketMessage.h (websocket) WebSocketMessagePtr is a unique_ptr instead of a shared_ptr 2020-04-13 21:56:01 -07:00
IXWebSocketMessageType.h
IXWebSocketOpenInfo.h clang-format 2020-04-16 11:58:06 -07:00
IXWebSocketPerMessageDeflate.cpp
IXWebSocketPerMessageDeflate.h (websocket) reset per-message deflate codec everytime we connect to a server/client 2020-03-23 18:46:30 -07:00
IXWebSocketPerMessageDeflateCodec.cpp (websocket) use persistent member variable as temp variables to encode/decode zlib messages in order to reduce transient allocations 2020-04-13 21:38:15 -07:00
IXWebSocketPerMessageDeflateCodec.h
IXWebSocketPerMessageDeflateOptions.cpp
IXWebSocketPerMessageDeflateOptions.h
IXWebSocketSendInfo.h
IXWebSocketServer.cpp unique_ptr for sockets 2020-03-24 12:48:55 -07:00
IXWebSocketServer.h unique_ptr for sockets 2020-03-24 12:48:55 -07:00
IXWebSocketTransport.cpp clang-format 2020-04-16 11:58:06 -07:00
IXWebSocketTransport.h (websocket) add a positive number to the heartbeat message sent, incremented each time the heartbeat is sent 2020-04-15 18:33:36 -07:00
IXWebSocketVersion.h (http client) better current request cancellation support when the HttpClient destructor is invoked (see #189) 2020-04-29 11:53:23 -07:00