summaryrefslogtreecommitdiff
path: root/compat/mingw.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/mingw-tests'Junio C Hamano2016-02-171-14/+77
|\
| * mingw: let lstat() fail with errno == ENOTDIR when appropriateJohannes Schindelin2016-01-261-0/+39
| * mingw: try to delete target directory before renaming마누엘2016-01-261-1/+6
| * mingw: prepare the TMPDIR environment variable for shell scriptsJohannes Schindelin2016-01-261-4/+19
| * mingw: factor out Windows specific environment setupKarsten Blees2016-01-261-13/+17
* | Merge branch 'js/dirname-basename'Junio C Hamano2016-02-031-9/+12
|\ \ | |/ |/|
| * mingw: avoid linking to the C library's isalpha()js/dirname-basenameJohannes Sixt2016-01-251-0/+7
| * Refactor skipping DOS drive prefixesJohannes Schindelin2016-01-121-9/+5
* | mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin2016-01-151-3/+6
* | Merge branch 'js/emu-write-epipe-on-windows'Junio C Hamano2015-12-221-0/+17
|\ \
| * | mingw: emulate write(2) that fails with a EPIPEjs/emu-write-epipe-on-windowsJohannes Schindelin2015-12-211-0/+17
| |/
* | compat/mingw.c: remove printf format warningJohannes Sixt2015-10-231-1/+1
* | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-251-3/+5
|/
* Mingw: verify both ends of the pipe () callJose F. Morales2015-08-281-1/+1
* mingw32: add uname()Nguyễn Thái Ngọc Duy2015-03-121-0/+11
* Windows: correct detection of EISDIR in mingw_open()js/windows-open-eisdir-errorJohannes Sixt2014-11-171-1/+1
* Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano2014-07-301-127/+164
|\
| * Win32: enable color output in Windows cmd.exesk/mingw-uni-fix-moreKarsten Blees2014-07-211-0/+4
| * Win32: patch Windows environment on startupKarsten Blees2014-07-211-13/+12
| * Win32: keep the environment sortedKarsten Blees2014-07-211-39/+65
| * Win32: use low-level memory allocation during initializationKarsten Blees2014-07-211-15/+28
| * Win32: reduce environment array reallocationsKarsten Blees2014-07-211-27/+35
| * Win32: don't copy the environment twice when spawning child processesKarsten Blees2014-07-211-50/+26
| * Win32: factor out environment block creationKarsten Blees2014-07-211-23/+32
| * Win32: unify environment function namesKarsten Blees2014-07-211-7/+7
| * Win32: unify environment case-sensitivityKarsten Blees2014-07-211-2/+1
| * Win32: fix environment memory leaksKarsten Blees2014-07-211-4/+6
| * Win32: Unicode environment (incoming)Karsten Blees2014-07-211-0/+15
| * Win32: Unicode environment (outgoing)Karsten Blees2014-07-211-11/+14
| * Revert "Windows: teach getenv to do a case-sensitive search"Karsten Blees2014-07-171-20/+3
* | Merge branch 'maint'Junio C Hamano2014-07-211-2/+1
|\ \ | |/ |/|
| * use xcalloc() to allocate zero-initialized memoryRené Scharfe2014-07-211-2/+1
* | Win32: Unicode file name support (except dirent)Karsten Blees2014-07-151-52/+146
* | Win32: Unicode arguments (incoming)sk/mingw-unicode-spawn-argsKarsten Blees2014-06-161-2/+40
* | Win32: Unicode arguments (outgoing)Karsten Blees2014-06-161-4/+14
* | MinGW: disable CRT command line globbingKarsten Blees2014-06-161-0/+6
* | Win32: fix potential multi-threading issueKarsten Blees2014-06-161-1/+1
* | Win32: simplify internal mingw_spawn* APIsKarsten Blees2014-06-161-15/+8
* | Win32: let mingw_execve() return an intJohannes Schindelin2014-06-161-2/+3
* | Win32: Thread-safe windows console outputKarsten Blees2014-06-101-3/+6
* | Win32: add Unicode conversion functionsKarsten Blees2014-06-101-0/+85
* | Win32: move main macro to a functionKarsten Blees2014-06-101-0/+15
* | Windows: allow using UNC path for git repositorysk/windows-unc-pathCezary Zawadka2014-06-101-0/+24
|/
* mingw: remove mingw_writeef/mingw-writeErik Faye-Lund2014-01-171-17/+0
* MinGW: Fix stat definitions to work with MinGW runtime version 4.0Sebastian Schuberth2013-09-111-1/+0
* Merge branch 'nd/gc-lock-against-each-other'Junio C Hamano2013-09-041-0/+6
|\
| * gc: reject if another gc is running, unless --force is givenNguyễn Thái Ngọc Duy2013-08-091-0/+6
* | Sync with 1.8.3.1Junio C Hamano2013-06-101-1/+3
|\ \
| * | mingw: make mingw_signal return the correct handlerErik Faye-Lund2013-06-101-1/+3
| |/
* | compat/mingw.c: Fix some sparse warningsRamsay Jones2013-04-281-3/+3
|/