Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-20 | Move include to sockcompat.h to maintain style (#850) | Michael Grunder | |
See #848 | |||
2020-06-07 | sdsrange overflow fix (#830) | Michael Grunder | |
Fix overflow bug in `sdsrange` | |||
2019-08-09 | MinGW fix: Use _MSC_VER instead of _WIN32 where appropriate | Marcus Geelnard | |
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. | |||
2019-04-13 | Fix Compile Error On Windows (Visual Studio) | jinjiazhang | |
2019-04-01 | Port network layer to Winsock | m | |
With this change, Hiredis builds with MinGW and runs on Windows. |