.. |
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
|
|
|
IXConnectionState.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXConnectionState.h
|
|
|
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
|
|
|
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
|
(ws client) all commands use spdlog instead of std::cerr or std::cout for logging
|
2019-12-24 21:55:34 -08:00 |
IXHttpServer.h
|
SocketServer::handleConnection takes an std::shared_ptr<Socket> instead of a file descriptor
|
2019-09-30 21:48:55 -07: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
|
|
|
IXSelectInterrupt.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXSelectInterrupt.h
|
|
|
IXSelectInterruptEventFd.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXSelectInterruptEventFd.h
|
|
|
IXSelectInterruptFactory.cpp
|
Fixed build error with vcpkg installed. (#141)
|
2020-01-07 10:40:36 -08:00 |
IXSelectInterruptFactory.h
|
|
|
IXSelectInterruptPipe.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXSelectInterruptPipe.h
|
|
|
IXSetThreadName.h
|
|
|
IXSocket.cpp
|
socket polling / handle more error case such as hanged socket
|
2020-01-09 12:26:57 -08:00 |
IXSocket.h
|
Implement SSL server with OpenSSL backend / still flaky
|
2019-10-01 15:43:37 -07:00 |
IXSocketAppleSSL.cpp
|
(apple ssl) unify read and write ssl utility code
|
2020-01-06 15:19:14 -08:00 |
IXSocketAppleSSL.h
|
(tls / apple) minor refactoring, move functions out of the anonymous namespace to become static member functions
|
2019-12-23 16:30:38 -08:00 |
IXSocketConnect.cpp
|
Implement SSL server with OpenSSL backend / still flaky
|
2019-10-01 15:43:37 -07:00 |
IXSocketConnect.h
|
|
|
IXSocketFactory.cpp
|
Allow custom OpenSSL lib, only include openssl/x509v3.h when used. (#143)
|
2020-01-08 13:57:57 -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
|
Update IXSocketMbedTLS.cpp (#139)
|
2019-12-30 16:11:34 -08:00 |
IXSocketMbedTLS.h
|
(mbedtls) correct support for using own certificate and private key
|
2019-12-20 15:13:26 -08:00 |
IXSocketOpenSSL.cpp
|
Allow custom OpenSSL lib, only include openssl/x509v3.h when used. (#143)
|
2020-01-08 13:57:57 -08:00 |
IXSocketOpenSSL.h
|
Implement SSL server with OpenSSL backend / still flaky
|
2019-10-01 15:43:37 -07:00 |
IXSocketSChannel.cpp
|
[#113] Mention StreamSSL as an example windows schannel implementation
|
2019-12-03 09:22:27 -08:00 |
IXSocketSChannel.h
|
|
|
IXSocketServer.cpp
|
clang-format
|
2019-12-30 08:46:18 -08:00 |
IXSocketServer.h
|
SocketServer::handleConnection takes an std::shared_ptr<Socket> instead of a file descriptor
|
2019-09-30 21:48:55 -07: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
|
|
|
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
|
|
|
IXUtf8Validator.h
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXWebSocket.cpp
|
Add client support for websocket subprotocol. Look for the new addSubProtocol method for details
|
2019-10-13 13:37:34 -07:00 |
IXWebSocket.h
|
Add client support for websocket subprotocol. Look for the new addSubProtocol method for details
|
2019-10-13 13:37:34 -07:00 |
IXWebSocketCloseConstants.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXWebSocketCloseConstants.h
|
|
|
IXWebSocketCloseInfo.h
|
|
|
IXWebSocketErrorInfo.h
|
|
|
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
|
|
|
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
|
|
|
IXWebSocketMessageQueue.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXWebSocketMessageQueue.h
|
|
|
IXWebSocketMessageType.h
|
|
|
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
|
|
|
IXWebSocketPerMessageDeflateCodec.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXWebSocketPerMessageDeflateCodec.h
|
|
|
IXWebSocketPerMessageDeflateOptions.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXWebSocketPerMessageDeflateOptions.h
|
|
|
IXWebSocketSendInfo.h
|
|
|
IXWebSocketServer.cpp
|
SocketServer::handleConnection takes an std::shared_ptr<Socket> instead of a file descriptor
|
2019-09-30 21:48:55 -07:00 |
IXWebSocketServer.h
|
SocketServer::handleConnection takes an std::shared_ptr<Socket> instead of a file descriptor
|
2019-09-30 21:48:55 -07: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
|
(apple ssl) unify read and write ssl utility code
|
2020-01-06 15:19:14 -08:00 |
libwshandshake.hpp
|
|
|
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 |