Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/maint-cygwin-trust-executable-bit-default' | Junio C Hamano | 2011-07-13 | 1 | -1/+1 |
|\ | |||||
| * | cygwin: trust executable bit by default | Junio C Hamano | 2011-06-20 | 1 | -1/+1 |
* | | Merge branch 'rj/config-cygwin' | Junio C Hamano | 2011-07-13 | 1 | -2/+1 |
|\ \ | |||||
| * | | t1301-*.sh: Fix the 'forced modes' test on cygwin | Ramsay Jones | 2011-06-16 | 1 | -2/+1 |
* | | | Merge branch 'ef/maint-win-verify-path' | Junio C Hamano | 2011-06-29 | 1 | -0/+9 |
|\ \ \ | |||||
| * | | | real_path: do not assume '/' is the path seperator | Theo Niessink | 2011-05-27 | 1 | -0/+9 |
* | | | | Merge branch 'js/i18n-windows' | Junio C Hamano | 2011-06-29 | 1 | -15/+32 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Windows: teach getenv to do a case-sensitive search | Johannes Sixt | 2011-06-06 | 1 | -3/+20 |
| * | | | mingw.c: move definition of mingw_getenv down | Johannes Sixt | 2011-06-06 | 1 | -15/+15 |
| | |/ | |/| | |||||
* | | | compat/fnmatch/fnmatch.c: give a fall-back definition for NULL | Junio C Hamano | 2011-05-26 | 1 | -0/+4 |
* | | | Merge branch 'js/mingw-shutdown' | Junio C Hamano | 2011-05-23 | 2 | -0/+10 |
|\ \ \ | |/ / |/| | | |||||
| * | | Windows: add a wrapper for the shutdown() system call | Johannes Sixt | 2011-05-18 | 2 | -0/+10 |
| |/ | |||||
| * | Merge branch 'sp/maint-fd-limit' into maint | Junio C Hamano | 2011-03-20 | 1 | -0/+16 |
| |\ | |||||
* | | | remove doubled words, e.g., s/to to/to/, and fix related typos | Jim Meyering | 2011-04-13 | 2 | -7/+5 |
* | | | Merge branch 'maint' | Junio C Hamano | 2011-03-16 | 1 | -8/+10 |
|\ \ \ | |/ / | |||||
| * | | compat: make gcc bswap an inline function | Jonathan Nieder | 2011-03-16 | 1 | -8/+10 |
* | | | Merge branch 'jk/strbuf-vaddf' | Junio C Hamano | 2011-03-15 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | compat: provide a fallback va_copy definition | Jeff King | 2011-02-26 | 1 | -1/+0 |
| |/ / | |||||
* | | | Merge branch 'sp/maint-fd-limit' | Junio C Hamano | 2011-03-15 | 1 | -0/+16 |
|\ \ \ | | |/ | |/| | |||||
| * | | mingw: add minimum getrlimit() compatibility stub | Erik Faye-Lund | 2011-03-02 | 1 | -0/+16 |
| |/ | |||||
* | | Merge branch 'hv/mingw-fs-funnies' | Junio C Hamano | 2011-02-27 | 2 | -9/+173 |
|\ \ | |/ |/| | |||||
| * | mingw_rmdir: set errno=ENOTEMPTY when appropriate | Johannes Schindelin | 2011-02-07 | 1 | -0/+28 |
| * | mingw: add fallback for rmdir in case directory is in use | Heiko Voigt | 2011-02-07 | 2 | -0/+28 |
| * | mingw: make failures to unlink or move raise a question | Heiko Voigt | 2011-02-07 | 1 | -0/+78 |
| * | mingw: work around irregular failures of unlink on windows | Heiko Voigt | 2011-02-07 | 1 | -2/+29 |
| * | mingw: move unlink wrapper to mingw.c | Heiko Voigt | 2011-02-07 | 2 | -8/+11 |
* | | Merge branch 'rj/msvc-fix' | Junio C Hamano | 2010-12-16 | 3 | -6/+7 |
|\ \ | |/ |/| | |||||
| * | msvc: Fix macro redefinition warnings | Ramsay Jones | 2010-12-09 | 1 | -6/+0 |
| * | msvc: Fix build by adding missing INTMAX_MAX define | Ramsay Jones | 2010-12-09 | 1 | -0/+4 |
| * | msvc: Fix compilation errors in compat/win32/sys/poll.c | Ramsay Jones | 2010-12-09 | 1 | -0/+3 |
* | | Merge branch 'ef/win32-dirent' | Junio C Hamano | 2010-12-12 | 6 | -246/+132 |
|\ \ | |||||
| * | | win32: use our own dirent.h | Erik Faye-Lund | 2010-11-23 | 6 | -269/+132 |
| * | | msvc: opendir: handle paths ending with a slash | Erik Faye-Lund | 2010-11-23 | 1 | -0/+2 |
| * | | win32: dirent: handle errors | Erik Faye-Lund | 2010-11-23 | 2 | -2/+28 |
| * | | msvc: opendir: do not start the search | Erik Faye-Lund | 2010-11-23 | 1 | -7/+3 |
| * | | msvc: opendir: allocate enough memory | Erik Faye-Lund | 2010-11-23 | 1 | -5/+4 |
| * | | msvc: opendir: fix malloc-failure | Erik Faye-Lund | 2010-11-23 | 1 | -4/+4 |
| |/ | |||||
* | | Merge branch 'il/remote-fd-ext' | Junio C Hamano | 2010-12-08 | 1 | -0/+3 |
|\ \ | |||||
| * | | Add bidirectional_transfer_loop() | Ilari Liusvaara | 2010-10-13 | 1 | -0/+5 |
* | | | Merge branch 'maint' | Junio C Hamano | 2010-11-24 | 1 | -1/+3 |
|\ \ \ | |_|/ |/| | | |||||
| * | | mingw: do not set errno to 0 on success | Erik Faye-Lund | 2010-11-23 | 1 | -1/+3 |
| |/ | |||||
* | | mingw: use poll-emulation from gnulib | Erik Faye-Lund | 2010-11-04 | 3 | -78/+1 |
* | | mingw: import poll-emulation from gnulib | Erik Faye-Lund | 2010-11-04 | 2 | -0/+650 |
* | | Improve the mingw getaddrinfo stub to handle more use cases | Martin Storsjö | 2010-11-04 | 1 | -7/+21 |
* | | mingw: add kill emulation | Erik Faye-Lund | 2010-11-04 | 2 | -0/+22 |
* | | mingw: support waitpid with pid > 0 and WNOHANG | Erik Faye-Lund | 2010-11-04 | 2 | -0/+9 |
* | | mingw: use real pid | Erik Faye-Lund | 2010-11-04 | 2 | -8/+75 |
* | | inet_ntop: fix a couple of old-style decls | Erik Faye-Lund | 2010-11-04 | 1 | -13/+3 |
* | | compat: add inet_pton and inet_ntop prototypes | Mike Pape | 2010-11-04 | 2 | -6/+8 |
* | | mingw: implement syslog | Mike Pape | 2010-11-04 | 2 | -0/+92 |