Age | Commit message (Expand) | Author | Files | Lines |
2014-07-15 | Win32: Unicode file name support (except dirent) | Karsten Blees | 1 | -52/+146 |
2014-06-16 | Win32: Unicode arguments (incoming) | Karsten Blees | 1 | -2/+40 |
2014-06-16 | Win32: Unicode arguments (outgoing) | Karsten Blees | 1 | -4/+14 |
2014-06-16 | MinGW: disable CRT command line globbing | Karsten Blees | 1 | -0/+6 |
2014-06-16 | Win32: fix potential multi-threading issue | Karsten Blees | 1 | -1/+1 |
2014-06-16 | Win32: simplify internal mingw_spawn* APIs | Karsten Blees | 1 | -15/+8 |
2014-06-16 | Win32: let mingw_execve() return an int | Johannes Schindelin | 1 | -2/+3 |
2014-06-10 | Win32: Thread-safe windows console output | Karsten Blees | 1 | -3/+6 |
2014-06-10 | Win32: add Unicode conversion functions | Karsten Blees | 1 | -0/+85 |
2014-06-10 | Win32: move main macro to a function | Karsten Blees | 1 | -0/+15 |
2014-06-10 | Windows: allow using UNC path for git repository | Cezary Zawadka | 1 | -0/+24 |
2014-01-17 | mingw: remove mingw_write | Erik Faye-Lund | 1 | -17/+0 |
2013-09-11 | MinGW: Fix stat definitions to work with MinGW runtime version 4.0 | Sebastian Schuberth | 1 | -1/+0 |
2013-09-04 | Merge branch 'nd/gc-lock-against-each-other' | Junio C Hamano | 1 | -0/+6 |
2013-08-09 | gc: reject if another gc is running, unless --force is given | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2013-06-10 | Sync with 1.8.3.1 | Junio C Hamano | 1 | -1/+3 |
2013-06-10 | mingw: make mingw_signal return the correct handler | Erik Faye-Lund | 1 | -1/+3 |
2013-04-28 | compat/mingw.c: Fix some sparse warnings | Ramsay Jones | 1 | -3/+3 |
2012-12-11 | Merge branch 'ef/mingw-rmdir' | Junio C Hamano | 1 | -1/+3 |
2012-12-10 | mingw_rmdir: do not prompt for retry when non-empty | Erik Faye-Lund | 1 | -1/+3 |
2012-12-04 | mingw: get rid of getpass implementation | Erik Faye-Lund | 1 | -15/+0 |
2012-12-04 | mingw: make fgetc raise SIGINT if apropriate | Erik Faye-Lund | 1 | -10/+66 |
2012-12-04 | mingw: correct exit-code for SIGALRM's SIG_DFL | Erik Faye-Lund | 1 | -2/+5 |
2012-10-17 | maybe_flush_or_die: move a too-loose Windows specific error | Johannes Sixt | 1 | -0/+22 |
2012-04-05 | compat/mingw.[ch]: Change return type of exec functions to int | Ramsay Jones | 1 | -2/+4 |
2011-12-09 | Merge branch 'maint-1.7.7' into maint | Junio C Hamano | 1 | -1/+1 |
2011-12-09 | mingw: give waitpid the correct signature | Erik Faye-Lund | 1 | -1/+1 |
2011-10-18 | Merge branch 'pt/mingw-misc-fixes' | Junio C Hamano | 1 | -0/+7 |
2011-10-15 | mingw: ensure sockets are initialized before calling gethostname | Pat Thoyts | 1 | -0/+7 |
2011-10-06 | cleanup: use internal memory allocation wrapper functions everywhere | Brandon Casey | 1 | -1/+1 |
2011-06-29 | Merge branch 'js/i18n-windows' | Junio C Hamano | 1 | -15/+32 |
2011-06-06 | Windows: teach getenv to do a case-sensitive search | Johannes Sixt | 1 | -3/+20 |
2011-06-06 | mingw.c: move definition of mingw_getenv down | Johannes Sixt | 1 | -15/+15 |
2011-05-23 | Merge branch 'js/mingw-shutdown' | Junio C Hamano | 1 | -0/+7 |
2011-05-18 | Windows: add a wrapper for the shutdown() system call | Johannes Sixt | 1 | -0/+7 |
2011-04-13 | remove doubled words, e.g., s/to to/to/, and fix related typos | Jim Meyering | 1 | -1/+1 |
2011-02-07 | mingw_rmdir: set errno=ENOTEMPTY when appropriate | Johannes Schindelin | 1 | -0/+28 |
2011-02-07 | mingw: add fallback for rmdir in case directory is in use | Heiko Voigt | 1 | -0/+25 |
2011-02-07 | mingw: make failures to unlink or move raise a question | Heiko Voigt | 1 | -0/+78 |
2011-02-07 | mingw: work around irregular failures of unlink on windows | Heiko Voigt | 1 | -2/+29 |
2011-02-07 | mingw: move unlink wrapper to mingw.c | Heiko Voigt | 1 | -0/+8 |
2010-12-12 | Merge branch 'ef/win32-dirent' | Junio C Hamano | 1 | -60/+0 |
2010-11-24 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+3 |
2010-11-23 | mingw: do not set errno to 0 on success | Erik Faye-Lund | 1 | -1/+3 |
2010-11-23 | win32: use our own dirent.h | Erik Faye-Lund | 1 | -60/+0 |
2010-11-23 | win32: dirent: handle errors | Erik Faye-Lund | 1 | -1/+1 |
2010-11-04 | mingw: use poll-emulation from gnulib | Erik Faye-Lund | 1 | -65/+0 |
2010-11-04 | Improve the mingw getaddrinfo stub to handle more use cases | Martin Storsjö | 1 | -7/+21 |
2010-11-04 | mingw: add kill emulation | Erik Faye-Lund | 1 | -0/+19 |
2010-11-04 | mingw: support waitpid with pid > 0 and WNOHANG | Erik Faye-Lund | 1 | -0/+8 |