- 09 Aug, 2019 6 commits
-
-
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
-
- 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
-
- 05 May, 2019 4 commits
-
-
Minun Dragonation authored
-
Minun Dragonation authored
-
Minun Dragonation authored
-
Minun Dragonation authored
-
- 13 Apr, 2019 2 commits
-
-
Mark Nunberg authored
Fix Compile Error On Windows (Visual Studio)
-
jinjiazhang authored
-
- 11 Apr, 2019 1 commit
-
-
Mark Nunberg authored
-
- 10 Apr, 2019 2 commits
-
-
Mark Nunberg authored
-
Mark Nunberg authored
-
- 02 Apr, 2019 1 commit
-
-
Mark Nunberg authored
Add MinGW support
-
- 01 Apr, 2019 6 commits
-
-
m authored
Rely more on transitive dependencies, as provided by TARGET_LINK_LIBRARIES. Avoid using ADD_DEFINITIONS and INCLUDE_DIRECTORIES. This avoids leakage/pollution of defines and includes.
-
m authored
With this change, Hiredis builds with MinGW and runs on Windows.
-
m authored
The recv/send calls are more portable than read/write, since unlike the latter, the former work with Windows sockets. We also check for EWOULDBLOCK instead of EAGAIN. On most Unices, EAGAIN and EWOULDBLBOCK are the same thing. However, on Windows they are different, and send/recv are expected to give EWOULDBLOCK for non-blocking sockets.
-
m authored
The redisFD type should be equal to the system native socket file desciptor type (for POSIX, this is a plain int). We also introduce the REDIS_INVALID_FD value, which maps to -1 on POSIX systems.
-
m authored
This makes hiredis.c free from system calls related to socket I/O. This is also makes the treatment of raw socket connections more similar to the SSL backend.
-
Mark Nunberg authored
Fix NXDOMAIN test case
-
- 31 Mar, 2019 1 commit
-
-
michael-grunder authored
As it turns out 'idontexist.com' actually does exist.
-
- 11 Mar, 2019 1 commit
-
-
Mark Nunberg authored
This ensures that a disconnect occurs. This commit also ensures that disconnects will clean the socket even if the user is in no-auto-free mode
-
- 21 Feb, 2019 5 commits
-
-
Mark Nunberg authored
SSL Support
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Mark Nunberg authored
-
- 20 Feb, 2019 5 commits
-
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Mark Nunberg authored
-
valentino authored
-
valentino authored
-