| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ef/mingw-rmdir' | Junio C Hamano | 2012-12-11 | 1 | -1/+3 |
|\ |
|
| * | mingw_rmdir: do not prompt for retry when non-empty | Erik Faye-Lund | 2012-12-10 | 1 | -1/+3 |
* | | mingw: get rid of getpass implementation | Erik Faye-Lund | 2012-12-04 | 1 | -15/+0 |
* | | mingw: make fgetc raise SIGINT if apropriate | Erik Faye-Lund | 2012-12-04 | 1 | -10/+66 |
* | | mingw: correct exit-code for SIGALRM's SIG_DFL | Erik Faye-Lund | 2012-12-04 | 1 | -2/+5 |
|/ |
|
* | maybe_flush_or_die: move a too-loose Windows specific error | Johannes Sixt | 2012-10-17 | 1 | -0/+22 |
* | compat/mingw.[ch]: Change return type of exec functions to int | Ramsay Jones | 2012-04-05 | 1 | -2/+4 |
* | Merge branch 'maint-1.7.7' into maint | Junio C Hamano | 2011-12-09 | 1 | -1/+1 |
|\ |
|
| * | mingw: give waitpid the correct signature | Erik Faye-Lund | 2011-12-09 | 1 | -1/+1 |
* | | Merge branch 'pt/mingw-misc-fixes' | Junio C Hamano | 2011-10-18 | 1 | -0/+7 |
|\ \
| |/
|/| |
|
| * | mingw: ensure sockets are initialized before calling gethostname | Pat Thoyts | 2011-10-15 | 1 | -0/+7 |
* | | cleanup: use internal memory allocation wrapper functions everywhere | Brandon Casey | 2011-10-06 | 1 | -1/+1 |
|/ |
|
* | 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 |
* | | Merge branch 'js/mingw-shutdown' | Junio C Hamano | 2011-05-23 | 1 | -0/+7 |
|\ \
| |/
|/| |
|
| * | Windows: add a wrapper for the shutdown() system call | Johannes Sixt | 2011-05-18 | 1 | -0/+7 |
* | | remove doubled words, e.g., s/to to/to/, and fix related typos | Jim Meyering | 2011-04-13 | 1 | -1/+1 |
* | | 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 | 1 | -0/+25 |
* | | 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 | 1 | -0/+8 |
|/ |
|
* | Merge branch 'ef/win32-dirent' | Junio C Hamano | 2010-12-12 | 1 | -60/+0 |
|\ |
|
| * | win32: use our own dirent.h | Erik Faye-Lund | 2010-11-23 | 1 | -60/+0 |
| * | win32: dirent: handle errors | Erik Faye-Lund | 2010-11-23 | 1 | -1/+1 |
* | | 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 | 1 | -65/+0 |
* | | 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 | 1 | -0/+19 |
* | | mingw: support waitpid with pid > 0 and WNOHANG | Erik Faye-Lund | 2010-11-04 | 1 | -0/+8 |
* | | mingw: use real pid | Erik Faye-Lund | 2010-11-04 | 1 | -1/+72 |
* | | mingw: add network-wrappers for daemon | Mike Pape | 2010-11-04 | 1 | -1/+43 |
* | | Add MinGW-specific execv() override. | Eric Sunshine | 2010-10-03 | 1 | -0/+5 |
* | | mingw: do not crash on open(NULL, ...) | Erik Faye-Lund | 2010-10-03 | 1 | -2/+2 |
* | | MinGW: Report errors when failing to launch the html browser. | Pat Thoyts | 2010-10-01 | 1 | -2/+6 |
* | | MinGW: fix stat() and lstat() implementations for handling symlinks | Pat Thoyts | 2010-10-01 | 1 | -4/+35 |
|/ |
|
* | Merge branch 'sg/rerere-gc-old-still-used' | Junio C Hamano | 2010-08-31 | 1 | -2/+7 |
|\ |
|
| * | mingw_utime(): handle NULL times parameter | SZEDER Gábor | 2010-07-12 | 1 | -2/+7 |
* | | Typos in code comments, an error message, documentation | Ralf Wildenhues | 2010-08-22 | 1 | -1/+1 |
|/ |
|
* | Fix checkout of large files to network shares on Windows XP | René Scharfe | 2010-05-20 | 1 | -0/+17 |
* | Merge branch 'jl/maint-submodule-gitfile-awareness' | Junio C Hamano | 2010-04-11 | 1 | -4/+6 |
|\ |
|
| * | Windows: start_command: Support non-NULL dir in struct child_process | Johannes Sixt | 2010-04-11 | 1 | -4/+6 |
* | | Sync with 1.7.0.4 | Junio C Hamano | 2010-03-31 | 1 | -2/+18 |
|\ \ |
|
| * | | Windows: fix utime() for read-only files | Johannes Sixt | 2010-03-30 | 1 | -2/+18 |
| |/ |
|
* | | Windows: redirect f[re]open("/dev/null") to f[re]open("nul") | Johannes Sixt | 2010-02-25 | 1 | -0/+16 |
|/ |
|
* | Do not use date.c:tm_to_time_t() from compat/mingw.c | Johannes Sixt | 2010-01-16 | 1 | -17/+19 |
* | MSVC: Windows-native implementation for subset of Pthreads API | Andrzej K. Haczewski | 2010-01-16 | 1 | -1/+1 |
* | Windows: avoid the "dup dance" when spawning a child process | Johannes Sixt | 2010-01-16 | 1 | -8/+17 |