- 16 Sep, 2019 1 commit
-
-
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
-
- 03 Jul, 2019 1 commit
-
-
Quentin Young authored
-
- 30 May, 2019 1 commit
-
-
qi.yang authored
-
- 14 May, 2019 1 commit
-
-
Eivind Uggedal authored
This makes the tests pass on musl[1] based distros like Alpine Linux. [1]: https://www.musl-libc.org/
-
- 13 May, 2019 1 commit
-
-
Minun Dragonation authored
-