Hi, This is a short patch series that adds support for IPv6 on MinGW. These patches have been in use in msysgit for a few months (but the code was accidentally removed recently in a merge). For consistency, it would be good to add them upstream, too. Martin Storsjö (2): Refactor winsock initialization into a separate function Enable support for IPv6 on MinGW Makefile | 1 - compat/mingw.c | 184 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- compat/mingw.h | 13 ++++ 3 files changed, 193 insertions(+), 5 deletions(-)