Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-22 | all: use REUSE with LGPL-3.0-or-later and BSD-3-Clause | Anna (navi) Figueiredo Gomes | |
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | |||
2022-09-03 | Use a windows specific keepalive function. (#1104) | Michael Grunder | |
Use a windows specific keepalive function. While it is possible to toggle `TCP_KEEPALIVE` in windows via setsockopt, you have to use `WSAIoctl` to set the interval. Since `WSAIoctl` can actually do all of this in one call (toggle the option, and set the corresponding interval), just use that in Windows and avoid the call to `setsockopt` alltogether. Fixes: #1100 | |||
2022-06-26 | Support failed async connects on windows. | Kristján Valur Jónsson | |
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. |