git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/RFC 0/3] port upload-archive to windows
@ 2011-07-07 11:43 Erik Faye-Lund
  2011-07-07 11:43 ` [PATCH/RFC 1/3] compat/win32/sys/poll.c: upgrade from upstream Erik Faye-Lund
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Erik Faye-Lund @ 2011-07-07 11:43 UTC (permalink / raw)
  To: git

Upload-archive, while compiled and installed on Windows, never
worked due to it's dependence on fork. This is a patch-series to
remedy that.

While doing this, I found a bug in gnulib's poll-emulation where
it could return 0 even when timeout was -1. This is neither
something POSIX allows, nor something our code is expecting.

So I've submitted an upstream patch for gnulib and upgraded our
copy.

Erik Faye-Lund (3):
  compat/win32/sys/poll.c: upgrade from upstream
  mingw: fix compilation of poll-emulation
  upload-archive: use start_command instead of fork

 builtin/upload-archive.c |   62 ++++++++++++----------------------------------
 compat/mingw.h           |    2 -
 compat/win32/sys/poll.c  |   17 +++++++++---
 3 files changed, 28 insertions(+), 53 deletions(-)

-- 
1.7.6.135.ge14e3f

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

end of thread, other threads:[~2011-07-07 22:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-07 11:43 [PATCH/RFC 0/3] port upload-archive to windows Erik Faye-Lund
2011-07-07 11:43 ` [PATCH/RFC 1/3] compat/win32/sys/poll.c: upgrade from upstream Erik Faye-Lund
2011-07-07 11:43 ` [PATCH/RFC 2/3] mingw: fix compilation of poll-emulation Erik Faye-Lund
2011-07-07 11:43 ` [PATCH/RFC 3/3] upload-archive: use start_command instead of fork Erik Faye-Lund
2011-07-07 18:21   ` Johannes Sixt
2011-07-07 18:39     ` Erik Faye-Lund
2011-07-07 19:15   ` Jeff King
2011-07-07 22:25     ` Erik Faye-Lund
2011-07-07 22:27       ` Jeff King
2011-07-07 22:37         ` Erik Faye-Lund
2011-07-07 22:44           ` Jeff King

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