.. |
apple
|
|
|
freebsd
|
|
|
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
|
|
|
IXDNSLookup.h
|
|
|
IXExponentialBackoff.cpp
|
|
|
IXExponentialBackoff.h
|
|
|
IXHttp.cpp
|
formatting
|
2020-03-24 20:37:55 -07:00 |
IXHttp.h
|
unique_ptr for sockets
|
2020-03-24 12:48:55 -07:00 |
IXHttpClient.cpp
|
(http client + sentry minidump upload) Multipart stream closing boundary is invalid + mark some options as mandatory in the command line toolsj
|
2020-02-13 12:25:18 -08: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
|
|
|
IXProgressCallback.h
|
|
|
IXSelectInterrupt.cpp
|
|
|
IXSelectInterrupt.h
|
|
|
IXSelectInterruptEventFd.cpp
|
|
|
IXSelectInterruptEventFd.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
|
(socket) selectInterrupt member is an unique_ptr instead of being a shared_ptr
|
2020-03-24 10:00:41 -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
|
(websocket+tls) fix hang in tls handshake which could lead to ANR, discovered through unittesting.
|
2020-03-20 16:57:27 -07:00 |
IXSocketAppleSSL.h
|
indent files
|
2020-03-20 17:00:18 -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
|
(websocket+tls) fix hang in tls handshake which could lead to ANR, discovered through unittesting.
|
2020-03-20 16:57:27 -07:00 |
IXSocketMbedTLS.h
|
simplify socket interface
|
2020-01-12 22:30:16 -08:00 |
IXSocketOpenSSL.cpp
|
(windows) when using OpenSSL, the system store is used to populate the cacert. No need to ship a cacert.pem file with your app.
|
2020-04-04 18:33:01 -07:00 |
IXSocketOpenSSL.h
|
(websocket+tls) fix hang in tls handshake which could lead to ANR, discovered through unittesting.
|
2020-03-20 16:57:27 -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
|
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 |
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
|
|
|
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
|
|
|
IXWebSocketErrorInfo.h
|
|
|
IXWebSocketHandshake.cpp
|
unique_ptr for sockets
|
2020-03-24 12:48:55 -07:00 |
IXWebSocketHandshake.h
|
unique_ptr for sockets
|
2020-03-24 12:48:55 -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
|
|
|
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
|
|
|
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
|
cobra subscriber in fluentd mode insert a created_at timestamp entry
|
2020-04-14 15:30:30 -07:00 |
IXWebSocketTransport.h
|
(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 |
IXWebSocketVersion.h
|
cobra subscriber in fluentd mode insert a created_at timestamp entry
|
2020-04-14 15:30:30 -07:00 |
libwshandshake.hpp
|
|
|
LUrlParser.cpp
|
|
|
LUrlParser.h
|
|
|