- 16 Sep, 2019 5 commits
-
-
Mark Nunberg authored
SSL Tests
-
Yossi Gottlieb authored
This repeats all existing tests in SSL mode, but does not yet provide SSL-specific tests.
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
We should not attempt to keep the context and re-establish the TLS connection for several reasons: 1. Maintain symmetry between redisConnect() and redisReconnect(), so in both cases an extra step is required to initiate SSL. 2. The caller may also wish to reconfigure the SSL session and needs a chance to do that. 3. It is not a practical thing to do on an async non-blocking connection context.
-
Mark Nunberg authored
SSL Reorganization
-
- 01 Sep, 2019 3 commits
-
-
Yossi Gottlieb authored
Also rename the SSL option from `HIREDIS_SSL` to `ENABLE_SSL` to conform with CMake convnetions.
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
- 29 Aug, 2019 4 commits
-
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Mark Nunberg authored
Fix MSVC build.
-
- 28 Aug, 2019 1 commit
-
-
Yossi Gottlieb authored
-
- 27 Aug, 2019 3 commits
-
-
Mark Nunberg authored
SSL: Properly report SSL_connect() errors.
-
Mark Nunberg authored
Port RESP3 support from Redis.
-
Mark Nunberg authored
Silent SSL trace to stdout by default.
-
- 25 Aug, 2019 1 commit
-
-
Yossi Gottlieb authored
-
- 22 Aug, 2019 1 commit
-
-
Yossi Gottlieb authored
-
- 13 Aug, 2019 2 commits
-
-
Mark Nunberg authored
fix timeout code in windows
-
Yossi Gottlieb authored
-
- 12 Aug, 2019 2 commits
-
-
Sangmoon Yi authored
-
Sangmoon Yi authored
-
- 09 Aug, 2019 14 commits
-
-
Mark Nunberg authored
Windows: MinGW fixes and Windows Travis builders
-
Marcus Geelnard authored
-
Marcus Geelnard authored
-
Marcus Geelnard authored
-
Marcus Geelnard authored
Use _MSC_VER (instead of _WIN32) for things that are specific for Visual Studio. Also remove #include <winsock2.h> from hiredis.h, as it leaks too many symbols and defines into the global namespace, which is undesirable for a public interface header. Anyone who uses the the affected parts of the hiredis API needs to include the appropriate headers anyway in order to declare struct timeval variables.
-
Mark Nunberg authored
Update createArray to take size_t
-
Mark Nunberg authored
-
Mark Nunberg authored
Update README.md
-
Mark Nunberg authored
The setsockopt and getsockopt API diffs from BSD socket and WSA one
-
Mark Nunberg authored
test: fix errstr matching for musl libc
-
Mark Nunberg authored
redisReaderGetReply leak memory
-
Mark Nunberg authored
Remove unnecessary null check before free
-
Mark Nunberg authored
Add install adapters header files
-
Mark Nunberg authored
Removed whitespace before newline
-
- 04 Aug, 2019 2 commits
-
-
Yossi Gottlieb authored
This corresponds to commits d5c54f0b..bea09a7f in the redis repository.
-
Yossi Gottlieb authored
-
- 22 Jul, 2019 1 commit
-
-
Odin Hultgren Van Der Horst authored
- Removed whitespace before newline - Removed win style newline
-
- 17 Jul, 2019 1 commit
-
-
kevin1018 authored
-