author | Martin Storsjö <martin@martin.st> | |
Mon, 23 Nov 2009 22:55:50 +0000 (00:55 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 24 Nov 2009 08:58:17 +0000 (00:58 -0800) | ||
commit | fe3b2b7b827c75c21d61933e073050b6840f6dbc | |
tree | ba6cf588d0733dfdfc518a769ce368767c252af9 | tree | snapshot |
parent | b7cc9f82594a2d5fe12867c515d86d91ecedad8f | commit | diff |
Enable support for IPv6 on MinGW
The IPv6 support functions are loaded dynamically, to maintain backwards
compatibility with versions of Windows prior to XP, and fallback wrappers
are provided, implemented in terms of gethostbyname and gethostbyaddr.
Signed-off-by: Martin Storsjo <martin@martin.st>
Acked-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The IPv6 support functions are loaded dynamically, to maintain backwards
compatibility with versions of Windows prior to XP, and fallback wrappers
are provided, implemented in terms of gethostbyname and gethostbyaddr.
Signed-off-by: Martin Storsjo <martin@martin.st>
Acked-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history | |
compat/mingw.c | diff | blob | history | |
compat/mingw.h | diff | blob | history |