- 20 Jul, 2020 1 commit
-
-
Michael Grunder authored
See #848
-
- 07 Jun, 2020 1 commit
-
-
Michael Grunder authored
Fix overflow bug in `sdsrange`
-
- 09 Aug, 2019 1 commit
-
-
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.
-
- 13 Apr, 2019 1 commit
-
-
jinjiazhang authored
-
- 01 Apr, 2019 1 commit
-
-
m authored
With this change, Hiredis builds with MinGW and runs on Windows.
-