.. |
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 |
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
|
(openssl tls) when OpenSSL is older than 1.1, register the crypto locking callback to be thread safe. Should fix lots of CI failures
|
2020-05-06 16:26:30 -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
|
uwp fixes
|
2020-05-01 11:27:59 -07: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
|
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) fix deadlock when following redirects
|
2020-06-19 00:11:06 -07:00 |
IXHttpClient.h
|
(http client) fix deadlock when following redirects
|
2020-06-19 00:11:06 -07:00 |
IXHttpServer.cpp
|
httpd gzip compression / set a response header and search for gzip in the request header in case deflate is added to gzip in there
|
2020-06-01 17:11:42 -07:00 |
IXHttpServer.h
|
unique_ptr for sockets
|
2020-03-24 12:48:55 -07:00 |
IXNetSystem.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXNetSystem.h
|
(openssl tls) when OpenSSL is older than 1.1, register the crypto locking callback to be thread safe. Should fix lots of CI failures
|
2020-05-06 16:26:30 -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 |
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
|
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
|
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
|
clang format, based on cpprest
|
2019-05-30 08:46:50 -07:00 |
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
|
(windows + tls) mbedtls is the default windows tls backend + add ability to load system certificates with mbdetls on windows
|
2020-05-17 20:36:46 -07:00 |
IXSocketMbedTLS.h
|
(windows + tls) mbedtls is the default windows tls backend + add ability to load system certificates with mbdetls on windows
|
2020-05-17 20:36:46 -07:00 |
IXSocketOpenSSL.cpp
|
(openssl tls) (openssl < 1.1) logic inversion - crypto locking callback are not registered properly
|
2020-05-08 09:54:42 -07:00 |
IXSocketOpenSSL.h
|
(cobra bots) add a --heartbeat_timeout option to specify when the bot should terminate because no events are received
|
2020-05-06 22:01:48 -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
|
another windows build error in IXUdpSocket ...
|
2020-05-05 08:29:39 -07:00 |
IXUdpSocket.h
|
(openssl tls) when OpenSSL is older than 1.1, register the crypto locking callback to be thread safe. Should fix lots of CI failures
|
2020-05-06 16:26:30 -07:00 |
IXUrlParser.cpp
|
Re-enable support for clang 5 and earlier (#206)
|
2020-05-20 10:56:24 -07:00 |
IXUrlParser.h
|
clang format, based on cpprest
|
2019-05-30 08:46:50 -07:00 |
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
|
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
|
project builds / gross hack to disable compression code path / ws connect -x works but test fails
|
2020-07-07 19:25:18 -07:00 |
IXWebSocket.h
|
project builds / gross hack to disable compression code path / ws connect -x works but test fails
|
2020-07-07 19:25:18 -07: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
|
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
|
Add explicite WebSocket::sendBinary
|
2019-06-09 10:10:33 -07:00 |
IXWebSocketOpenInfo.h
|
clang-format
|
2020-04-16 11:58:06 -07:00 |
IXWebSocketPerMessageDeflate.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
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
|
WebSocketPerMessageDeflateCompressor can work with vector or std::string
|
2020-07-07 18:17:44 -07:00 |
IXWebSocketPerMessageDeflateCodec.h
|
project builds / gross hack to disable compression code path / ws connect -x works but test fails
|
2020-07-07 19:25:18 -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
|
unique_ptr for sockets
|
2020-03-24 12:48:55 -07:00 |
IXWebSocketServer.h
|
(websocket) WebSocketServer is not a final class, so that users can extend it (fix #215)
|
2020-06-15 18:29:42 -07:00 |
IXWebSocketTransport.cpp
|
project builds / gross hack to disable compression code path / ws connect -x works but test fails
|
2020-07-07 19:25:18 -07:00 |
IXWebSocketTransport.h
|
project builds / gross hack to disable compression code path / ws connect -x works but test fails
|
2020-07-07 19:25:18 -07:00 |
IXWebSocketVersion.h
|
(cmake) change the way zlib and openssl are searched
|
2020-07-07 10:58:20 -07:00 |