.. |
apple
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -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
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXDNSLookup.h
|
clang format
|
2019-08-13 10:59:18 -07:00 |
IXExponentialBackoff.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07: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
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXHttpClient.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXHttpClient.h
|
clang format
|
2019-08-13 10:59:18 -07:00 |
IXHttpServer.cpp
|
mbedtls fixes / the unittest now pass on macOS, and hopefully will on Windows/AppVeyor as well.
|
2019-09-27 14:07:01 -07:00 |
IXHttpServer.h
|
http server unittest + refactoring
|
2019-09-26 09:45:59 -07:00 |
IXNetSystem.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXNetSystem.h
|
move poll wrapper on top of select (only used on Windows) to the ix namespace
|
2019-09-08 11:15:08 -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
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07: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
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXSocket.h
|
refactor select code + add protection against large fds (cf Android 9)
|
2019-06-25 15:41:39 -07:00 |
IXSocketAppleSSL.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXSocketAppleSSL.h
|
compiled fixes on mac and windows
|
2019-09-22 18:43:57 -07:00 |
IXSocketConnect.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXSocketConnect.h
|
clang format, based on cpprest
|
2019-05-30 08:46:50 -07:00 |
IXSocketFactory.cpp
|
Add ability to use OpenSSL on apple platforms.
|
2019-09-29 15:34:58 -07:00 |
IXSocketFactory.h
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXSocketMbedTLS.cpp
|
mbedtls fixes / the unittest now pass on macOS, and hopefully will on Windows/AppVeyor as well.
|
2019-09-27 14:07:01 -07:00 |
IXSocketMbedTLS.h
|
mbedtls fixes / the unittest now pass on macOS, and hopefully will on Windows/AppVeyor as well.
|
2019-09-27 14:07:01 -07:00 |
IXSocketOpenSSL.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXSocketOpenSSL.h
|
WIP: support configurable certificates/keys, and root trust CAs (#114)
|
2019-09-22 18:06:15 -07:00 |
IXSocketSChannel.cpp
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXSocketSChannel.h
|
clang format, based on cpprest
|
2019-05-30 08:46:50 -07:00 |
IXSocketServer.cpp
|
Add simple Redis Server which is only capable of doing publish / subscribe. New ws redis_server sub-command to use it. The server is used in the unittest, so that we can run on CI in environment where redis isn not available like github actions env.
|
2019-09-23 21:04:01 -07:00 |
IXSocketServer.h
|
fix warning + add redis server logging
|
2019-09-23 21:14:20 -07:00 |
IXSocketTLSOptions.cpp
|
SocketTLSOptions: more methods (contributed by Matt DeBoer)
|
2019-09-29 17:35:18 -07:00 |
IXSocketTLSOptions.h
|
SocketTLSOptions: more methods (contributed by Matt DeBoer)
|
2019-09-29 17:35:18 -07: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
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -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
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXWebSocket.h
|
WIP: support configurable certificates/keys, and root trust CAs (#114)
|
2019-09-22 18:06:15 -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
|
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
|
http server unittest + refactoring
|
2019-09-26 09:45:59 -07:00 |
IXWebSocketHandshake.h
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -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 |
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
|
WebSocket callback only take one object, a const ix::WebSocketMessagePtr& msg
|
2019-06-09 11:33:17 -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
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXWebSocketServer.h
|
Feature/httpd (#94)
|
2019-06-23 14:54:21 -07:00 |
IXWebSocketTransport.cpp
|
wrong mutex being used ...
|
2019-09-24 14:10:41 -07:00 |
IXWebSocketTransport.h
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
IXWebSocketVersion.h
|
Add ability to use OpenSSL on apple platforms.
|
2019-09-29 15:34:58 -07: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 |