IXWebSocket/ixwebsocket
2020-02-12 11:21:46 -08:00
..
apple reformat everything with clang-format 2019-09-23 10:25:23 -07:00
freebsd Freebsd (#117) 2019-10-09 17:00:32 -07:00
linux reformat everything with clang-format 2019-09-23 10:25:23 -07:00
windows reformat everything with clang-format 2019-09-23 10:25:23 -07:00
IXCancellationRequest.cpp reformat everything with clang-format 2019-09-23 10:25:23 -07:00
IXCancellationRequest.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
IXConnectionState.cpp reformat everything with clang-format 2019-09-23 10:25:23 -07:00
IXConnectionState.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
IXDNSLookup.cpp (client) internal IXDNSLookup class requires a valid cancellation request function callback to be passed in 2019-12-02 14:52:19 -08:00
IXDNSLookup.h clang format 2019-08-13 10:59:18 -07:00
IXExponentialBackoff.cpp (client) fix an overflow in the exponential back off code 2019-12-02 13:51:45 -08:00
IXExponentialBackoff.h reformat everything with clang-format 2019-09-23 10:25:23 -07:00
IXHttp.cpp reformat everything with clang-format 2019-09-23 10:25:23 -07:00
IXHttp.h (http client) use std::unordered_map instead of std::map for HttpParameters and HttpFormDataParameters class aliases 2019-12-03 09:25:00 -08:00
IXHttpClient.cpp (http client) Add support for multipart HTTP POST upload + (ixsentry) Add support for uploading a minidump to sentry 2019-11-25 21:11:11 -08:00
IXHttpClient.h (http client) Add support for multipart HTTP POST upload + (ixsentry) Add support for uploading a minidump to sentry 2019-11-25 21:11:11 -08:00
IXHttpServer.cpp (SocketServer) add ability to bind on an ipv6 address 2020-01-26 16:21:56 -08:00
IXHttpServer.h (SocketServer) add ability to bind on an ipv6 address 2020-01-26 16:21:56 -08:00
IXNetSystem.cpp reformat everything with clang-format 2019-09-23 10:25:23 -07:00
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 Feature/send large message (#14) 2019-02-20 18:59:07 -08:00
IXSelectInterrupt.cpp reformat everything with clang-format 2019-09-23 10:25:23 -07:00
IXSelectInterrupt.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
IXSelectInterruptEventFd.cpp reformat everything with clang-format 2019-09-23 10:25:23 -07:00
IXSelectInterruptEventFd.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
IXSelectInterruptFactory.cpp Fixed build error with vcpkg installed. (#141) 2020-01-07 10:40:36 -08:00
IXSelectInterruptFactory.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
IXSelectInterruptPipe.cpp reformat everything with clang-format 2019-09-23 10:25:23 -07:00
IXSelectInterruptPipe.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
IXSetThreadName.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
IXSocket.cpp activate chat test on Windows 2020-01-13 16:44:10 -08:00
IXSocket.h simplify socket interface 2020-01-12 22:30:16 -08:00
IXSocketAppleSSL.cpp simplify socket interface 2020-01-12 22:30:16 -08:00
IXSocketAppleSSL.h simplify socket interface 2020-01-12 22:30:16 -08:00
IXSocketConnect.cpp Implement SSL server with OpenSSL backend / still flaky 2019-10-01 15:43:37 -07:00
IXSocketConnect.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
IXSocketFactory.cpp fix #144 - get rid of stubbed windows ssl schannel backend 2020-01-14 13:39:48 -08:00
IXSocketFactory.h Socket Factory has only one function which works for server and client code, and can do tls for both 2019-09-30 22:06:46 -07:00
IXSocketMbedTLS.cpp simplify socket interface 2020-01-12 22:30:16 -08:00
IXSocketMbedTLS.h simplify socket interface 2020-01-12 22:30:16 -08:00
IXSocketOpenSSL.cpp simplify socket interface 2020-01-12 22:30:16 -08:00
IXSocketOpenSSL.h simplify socket interface 2020-01-12 22:30:16 -08:00
IXSocketServer.cpp Fix #148 2020-01-27 17:29:44 -08:00
IXSocketServer.h (SocketServer) add ability to bind on an ipv6 address 2020-01-26 16:21:56 -08:00
IXSocketTLSOptions.cpp socket tls options: display ciphers 2019-12-23 12:25:25 -08:00
IXSocketTLSOptions.h (tls) add a simple description of the TLS configuration routine for debugging 2019-12-20 15:18:04 -08:00
IXUrlParser.cpp reformat everything with clang-format 2019-09-23 10:25:23 -07:00
IXUrlParser.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
IXUserAgent.cpp Add mbed tls version in user agent string + set user agent properly when enabling openssl on macOS 2019-10-01 15:58:35 -07:00
IXUserAgent.h user agent 2019-08-30 12:50:56 -07:00
IXUtf8Validator.h reformat everything with clang-format 2019-09-23 10:25:23 -07:00
IXWebSocket.cpp quit checkConnection after sleeping if requested to stop (iterate on #151) 2020-01-28 10:46:04 -08:00
IXWebSocket.h wait with a condition variable instead of a this_thread::sleep_for so that waiting can be cancelled when we stop/shutdown the data thread (see #151) 2020-01-28 10:04:32 -08:00
IXWebSocketCloseConstants.cpp reformat everything with clang-format 2019-09-23 10:25:23 -07:00
IXWebSocketCloseConstants.h Validate close codes. Autobahn 7.9.* 2019-09-03 15:43:16 -07:00
IXWebSocketCloseInfo.h WebSocket callback only take one object, a const ix::WebSocketMessagePtr& msg 2019-06-09 11:33:17 -07:00
IXWebSocketErrorInfo.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
IXWebSocketHandshake.cpp (websocket client) improve the error message when connecting to a non websocket server 2019-12-16 17:57:43 -08:00
IXWebSocketHandshake.h Add client support for websocket subprotocol. Look for the new addSubProtocol method for details 2019-10-13 13:37:34 -07:00
IXWebSocketHttpHeaders.cpp reformat everything with clang-format 2019-09-23 10:25:23 -07:00
IXWebSocketHttpHeaders.h clang format, based on cpprest 2019-05-30 08:46:50 -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::send() sends message in TEXT mode by default 2019-06-09 11:56:47 -07:00
IXWebSocketMessageQueue.cpp reformat everything with clang-format 2019-09-23 10:25:23 -07:00
IXWebSocketMessageQueue.h Add explicite WebSocket::sendBinary 2019-06-09 10:10:33 -07:00
IXWebSocketMessageType.h Add explicite WebSocket::sendBinary 2019-06-09 10:10:33 -07:00
IXWebSocketOpenInfo.h Add client support for websocket subprotocol. Look for the new addSubProtocol method for details 2019-10-13 13:37:34 -07:00
IXWebSocketPerMessageDeflate.cpp reformat everything with clang-format 2019-09-23 10:25:23 -07:00
IXWebSocketPerMessageDeflate.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
IXWebSocketPerMessageDeflateCodec.cpp reformat everything with clang-format 2019-09-23 10:25:23 -07:00
IXWebSocketPerMessageDeflateCodec.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
IXWebSocketPerMessageDeflateOptions.cpp reformat everything with clang-format 2019-09-23 10:25:23 -07:00
IXWebSocketPerMessageDeflateOptions.h all client autobahn test should pass ! last failing one was ... 2019-09-04 21:01:30 -07:00
IXWebSocketSendInfo.h clang format, based on cpprest 2019-05-30 08:46:50 -07:00
IXWebSocketServer.cpp (SocketServer) add ability to bind on an ipv6 address 2020-01-26 16:21:56 -08:00
IXWebSocketServer.h add -6 option to ws echo_server / cf #148 2020-01-26 16:44:44 -08:00
IXWebSocketTransport.cpp websocket closing / handle failure to flush send buffer as an error case 2020-01-09 12:17:37 -08:00
IXWebSocketTransport.h refactor receiving socket code in its own method 2020-01-09 12:00:42 -08:00
IXWebSocketVersion.h bump version for #154 fix which was about removing the unused subtree which was causing some way of installing to break 2020-02-12 11:21:46 -08:00
libwshandshake.hpp Linux build fix: strncpy needs <string.h> 2019-05-16 22:21:15 -07:00
LUrlParser.cpp reformat everything with clang-format 2019-09-23 10:25:23 -07:00
LUrlParser.h reformat everything with clang-format 2019-09-23 10:25:23 -07:00