git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for IPv6 on MinGW
@ 2009-11-23 22:54 Martin Storsjö
  2009-11-23 22:55 ` [PATCH 1/2] Refactor winsock initialization into a separate function Martin Storsjö
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Martin Storsjö @ 2009-11-23 22:54 UTC (permalink / raw)
  To: git; +Cc: gitster

[-- Attachment #1: Type: TEXT/PLAIN, Size: 555 bytes --]

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(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-11-24 11:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-23 22:54 [PATCH 0/2] Add support for IPv6 on MinGW Martin Storsjö
2009-11-23 22:55 ` [PATCH 1/2] Refactor winsock initialization into a separate function Martin Storsjö
2009-11-24  7:36   ` Johannes Sixt
2009-11-23 22:55 ` [PATCH 2/2] Enable support for IPv6 on MinGW Martin Storsjö
2009-11-24  7:41   ` Johannes Sixt
2009-11-24  0:58 ` [PATCH 0/2] Add " Junio C Hamano
2009-11-24 11:41   ` Martin Storsjö

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).