summaryrefslogtreecommitdiff
path: root/compat/mingw.c
Commit message (Expand)AuthorAgeFilesLines
* compat/mingw: brown paper bag fix for 50a6c8eJeff King2016-02-291-1/+1
* use st_add and st_mult for allocation size computationJeff King2016-02-221-2/+2
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-3/+3
* Merge branch 'js/dirname-basename' into maintJunio C Hamano2016-02-051-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
* | 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
|/
* Merge branch 'ef/mingw-rmdir'Junio C Hamano2012-12-111-1/+3
|\
| * mingw_rmdir: do not prompt for retry when non-emptyErik Faye-Lund2012-12-101-1/+3
* | mingw: get rid of getpass implementationErik Faye-Lund2012-12-041-15/+0