| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'js/emu-write-epipe-on-windows' | Junio C Hamano | 2015-12-22 | 1 | -0/+17 |
|\ |
|
| * | mingw: emulate write(2) that fails with a EPIPEjs/emu-write-epipe-on-windows | Johannes Schindelin | 2015-12-21 | 1 | -0/+17 |
* | | compat/mingw.c: remove printf format warning | Johannes Sixt | 2015-10-23 | 1 | -1/+1 |
* | | convert trivial sprintf / strcpy calls to xsnprintf | Jeff King | 2015-09-25 | 1 | -3/+5 |
|/ |
|
* | Mingw: verify both ends of the pipe () call | Jose F. Morales | 2015-08-28 | 1 | -1/+1 |
* | mingw32: add uname() | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -0/+11 |
* | Windows: correct detection of EISDIR in mingw_open()js/windows-open-eisdir-error | Johannes Sixt | 2014-11-17 | 1 | -1/+1 |
* | Merge branch 'sk/mingw-uni-fix-more' | Junio C Hamano | 2014-07-30 | 1 | -127/+164 |
|\ |
|
| * | Win32: enable color output in Windows cmd.exesk/mingw-uni-fix-more | Karsten Blees | 2014-07-21 | 1 | -0/+4 |
| * | Win32: patch Windows environment on startup | Karsten Blees | 2014-07-21 | 1 | -13/+12 |
| * | Win32: keep the environment sorted | Karsten Blees | 2014-07-21 | 1 | -39/+65 |
| * | Win32: use low-level memory allocation during initialization | Karsten Blees | 2014-07-21 | 1 | -15/+28 |
| * | Win32: reduce environment array reallocations | Karsten Blees | 2014-07-21 | 1 | -27/+35 |
| * | Win32: don't copy the environment twice when spawning child processes | Karsten Blees | 2014-07-21 | 1 | -50/+26 |
| * | Win32: factor out environment block creation | Karsten Blees | 2014-07-21 | 1 | -23/+32 |
| * | Win32: unify environment function names | Karsten Blees | 2014-07-21 | 1 | -7/+7 |
| * | Win32: unify environment case-sensitivity | Karsten Blees | 2014-07-21 | 1 | -2/+1 |
| * | Win32: fix environment memory leaks | Karsten Blees | 2014-07-21 | 1 | -4/+6 |
| * | Win32: Unicode environment (incoming) | Karsten Blees | 2014-07-21 | 1 | -0/+15 |
| * | Win32: Unicode environment (outgoing) | Karsten Blees | 2014-07-21 | 1 | -11/+14 |
| * | Revert "Windows: teach getenv to do a case-sensitive search" | Karsten Blees | 2014-07-17 | 1 | -20/+3 |
* | | Merge branch 'maint' | Junio C Hamano | 2014-07-21 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | use xcalloc() to allocate zero-initialized memory | René Scharfe | 2014-07-21 | 1 | -2/+1 |
* | | Win32: Unicode file name support (except dirent) | Karsten Blees | 2014-07-15 | 1 | -52/+146 |
* | | Win32: Unicode arguments (incoming)sk/mingw-unicode-spawn-args | Karsten Blees | 2014-06-16 | 1 | -2/+40 |
* | | Win32: Unicode arguments (outgoing) | Karsten Blees | 2014-06-16 | 1 | -4/+14 |
* | | MinGW: disable CRT command line globbing | Karsten Blees | 2014-06-16 | 1 | -0/+6 |
* | | Win32: fix potential multi-threading issue | Karsten Blees | 2014-06-16 | 1 | -1/+1 |
* | | Win32: simplify internal mingw_spawn* APIs | Karsten Blees | 2014-06-16 | 1 | -15/+8 |
* | | Win32: let mingw_execve() return an int | Johannes Schindelin | 2014-06-16 | 1 | -2/+3 |
* | | Win32: Thread-safe windows console output | Karsten Blees | 2014-06-10 | 1 | -3/+6 |
* | | Win32: add Unicode conversion functions | Karsten Blees | 2014-06-10 | 1 | -0/+85 |
* | | Win32: move main macro to a function | Karsten Blees | 2014-06-10 | 1 | -0/+15 |
* | | Windows: allow using UNC path for git repositorysk/windows-unc-path | Cezary Zawadka | 2014-06-10 | 1 | -0/+24 |
|/ |
|
* | mingw: remove mingw_writeef/mingw-write | Erik Faye-Lund | 2014-01-17 | 1 | -17/+0 |
* | MinGW: Fix stat definitions to work with MinGW runtime version 4.0 | Sebastian Schuberth | 2013-09-11 | 1 | -1/+0 |
* | Merge branch 'nd/gc-lock-against-each-other' | Junio C Hamano | 2013-09-04 | 1 | -0/+6 |
|\ |
|
| * | gc: reject if another gc is running, unless --force is given | Nguyễn Thái Ngọc Duy | 2013-08-09 | 1 | -0/+6 |
* | | Sync with 1.8.3.1 | Junio C Hamano | 2013-06-10 | 1 | -1/+3 |
|\ \ |
|
| * | | mingw: make mingw_signal return the correct handler | Erik Faye-Lund | 2013-06-10 | 1 | -1/+3 |
| |/ |
|
* | | compat/mingw.c: Fix some sparse warnings | Ramsay Jones | 2013-04-28 | 1 | -3/+3 |
|/ |
|
* | 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 |