summaryrefslogtreecommitdiff
path: root/compat/mingw.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/no-html-bypass-on-windows'Junio C Hamano2016-08-251-42/+0
|\
| * Revert "display HTML in default browser using Windows' shell API"js/no-html-bypass-on-windowsJohannes Schindelin2016-08-191-42/+0
* | mingw: let the build succeed with DEVELOPER=1js/mingw-parameter-less-c-functionsJohannes Schindelin2016-06-201-3/+3
|/
* Merge branch 'js/windows-dotgit' into maintJunio C Hamano2016-05-261-0/+74
|\
| * mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin2016-05-111-0/+74
* | Windows: shorten code by re-using convert_slashes()js/mingw-tests-2.8Johannes Sixt2016-04-041-7/+2
|/
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-03-041-1/+1
|\
| * compat/mingw: brown paper bag fix for 50a6c8eJeff King2016-02-291-1/+1
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-5/+5
|\ \ | |/
| * 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
| |\
* | \ 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