Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-20 | Move include to sockcompat.h to maintain style (#850) | Michael Grunder | |
See #848 | |||
2020-07-20 | fix windows compiling with mingw (#848) | Malizia R | |
2020-04-02 | Const correctness | michael-grunder | |
Fixes #778 | |||
2019-05-13 | remove useless type casting | Minun Dragonation | |
2019-05-05 | fix bugs on socket timeout tv usec calculation | Minun Dragonation | |
2019-05-05 | fix bugs for optlen output on size not big enough for timeout events | Minun Dragonation | |
2019-05-05 | fix bugs on ref address incorrect on sockcompact with getsockopt | Minun Dragonation | |
2019-05-05 | fix bugs of setsockopt diff in win compact implementation | Minun Dragonation | |
2019-04-01 | Port network layer to Winsock | m | |
With this change, Hiredis builds with MinGW and runs on Windows. |