summaryrefslogtreecommitdiffstats
path: root/compat/mingw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-02Merge branch 'rs/micro-cleanups'Junio C Hamano1-1/+1
2020-02-24use strpbrk(3) to search for characters from a given setRené Scharfe1-1/+1
2020-02-17Merge branch 'js/mingw-open-in-gdb'Junio C Hamano1-0/+13
2020-02-14mingw: add a helper function to attach GDB to the current processJohannes Schindelin1-0/+13
2020-01-02Merge branch 'js/mingw-reserved-filenames'Junio C Hamano1-20/+102
2019-12-21mingw: refuse paths containing reserved namesJohannes Schindelin1-14/+90
2019-12-21mingw: short-circuit the conversion of `/dev/null` to UTF-16Johannes Schindelin1-10/+16
2019-12-16Merge branch 'dd/time-reentrancy'Junio C Hamano1-6/+6
2019-12-10Merge branch 'js/mingw-inherit-only-std-handles'Junio C Hamano1-11/+134
2019-12-09Sync with Git 2.24.1Junio C Hamano1-9/+92
2019-12-06Sync with 2.23.1Johannes Schindelin1-9/+92
2019-12-06Sync with 2.22.2Johannes Schindelin1-9/+92
2019-12-06Sync with 2.21.1Johannes Schindelin1-9/+92
2019-12-06mingw: sh arguments need quoting in more circumstancesJohannes Schindelin1-2/+3
2019-12-06mingw: fix quoting of empty arguments for `sh`Johannes Schindelin1-1/+1
2019-12-06mingw: use MSYS2 quoting even when spawning shell scriptsJohannes Schindelin1-1/+2
2019-12-06mingw: detect when MSYS2's sh is to be spawned more robustlyJohannes Schindelin1-1/+14
2019-12-06Sync with 2.20.2Johannes Schindelin1-4/+72
2019-12-06Sync with 2.19.3Johannes Schindelin1-4/+96
2019-12-06Sync with 2.18.2Johannes Schindelin1-4/+96
2019-12-06Sync with 2.17.3Johannes Schindelin1-4/+96
2019-12-06Sync with 2.16.6Johannes Schindelin1-4/+96
2019-12-06Sync with 2.14.6Johannes Schindelin1-4/+96
2019-12-05Merge branch 'win32-accommodate-funny-drive-names'Johannes Schindelin1-0/+34
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin1-1/+56
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin1-0/+24
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin1-1/+56
2019-12-05mingw: refuse to access paths with illegal charactersJohannes Schindelin1-0/+10
2019-12-05mingw: fix quoting of argumentsJohannes Schindelin1-3/+6
2019-12-02mingw: forbid translating ERROR_SUCCESS to an errno valueJohannes Schindelin1-0/+1
2019-12-01mingw: use {gm,local}time_s as backend for {gm,local}time_rDoan Tran Cong Danh1-6/+6
2019-12-01Merge branch 'rs/use-copy-array-in-mingw-shell-command-preparation'Junio C Hamano1-1/+1
2019-11-30mingw: do set `errno` correctly when trying to restrict handle inheritanceJohannes Schindelin1-1/+5
2019-11-23mingw: restrict file handle inheritance only on Windows 7 and laterJohannes Schindelin1-1/+21
2019-11-23mingw: spawned processes need to inherit only standard handlesJohannes Schindelin1-11/+109
2019-11-13mingw: use COPY_ARRAY for copying arrayRené Scharfe1-1/+1
2019-10-30Merge branch 'js/mingw-needs-hiding-fix'Junio C Hamano1-0/+2
2019-10-28mingw: avoid a buffer overrun in `needs_hiding()`Johannes Schindelin1-0/+2
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano1-0/+2
2019-10-09Merge branch 'js/diff-rename-force-stable-sort'Junio C Hamano1-8/+3
2019-10-06msvc: work around a bug in GetEnvironmentVariable()Johannes Schindelin1-0/+2
2019-10-02Move git_sort(), a stable sort, into into libgit.aJohannes Schindelin1-8/+3
2019-09-30Merge branch 'ar/mingw-run-external-with-non-ascii-path'Junio C Hamano1-4/+11
2019-09-05mingw: apply array.cocci ruleDenton Liu1-2/+2
2019-08-26mingw: fix launching of externals from Unicode pathsAdam Roben1-4/+11
2019-07-25Merge branch 'js/mingw-spawn-with-spaces-in-path'Junio C Hamano1-3/+5
2019-07-19Merge branch 'kb/mingw-set-home'Junio C Hamano1-0/+24
2019-07-16mingw: support spawning programs containing spaces in their namesJohannes Schindelin1-3/+5
2019-07-11Merge branch 'js/mingw-use-utf8'Junio C Hamano1-3/+9
2019-07-08mingw: initialize HOME on startupKarsten Blees1-0/+24