summaryrefslogtreecommitdiff
path: root/compat/mingw.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-06mingw: use MSYS2 quoting even when spawning shell scriptsLibravatar Johannes Schindelin1-1/+2
2019-12-06mingw: detect when MSYS2's sh is to be spawned more robustlyLibravatar Johannes Schindelin1-1/+14
2019-12-06Sync with 2.20.2Libravatar Johannes Schindelin1-4/+72
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin1-4/+96
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin1-4/+96
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin1-4/+96
2019-12-06Sync with 2.16.6Libravatar Johannes Schindelin1-4/+96
2019-12-06Sync with 2.14.6Libravatar Johannes Schindelin1-4/+96
2019-12-05Merge branch 'win32-accommodate-funny-drive-names'Libravatar Johannes Schindelin1-0/+34
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Libravatar Johannes Schindelin1-1/+56
2019-12-05mingw: handle `subst`-ed "DOS drives"Libravatar Johannes Schindelin1-0/+24
2019-12-05mingw: refuse to access paths with trailing spaces or periodsLibravatar Johannes Schindelin1-1/+56
2019-12-05mingw: refuse to access paths with illegal charactersLibravatar Johannes Schindelin1-0/+10
2019-12-05mingw: fix quoting of argumentsLibravatar Johannes Schindelin1-3/+6
2019-02-15mingw: safe-guard a bit more against getenv() problemsLibravatar Johannes Schindelin1-1/+1
2019-02-06Merge branch 'js/vsts-ci'Libravatar Junio C Hamano1-1/+1
2019-01-29mingw: be more generous when wrapping up the setitimer() emulationLibravatar Johannes Schindelin1-1/+1
2019-01-18mingw: special-case arguments to `sh`Libravatar Johannes Schindelin1-1/+76
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Libravatar Junio C Hamano1-28/+1
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Libravatar Torsten Bögershausen1-28/+1
2018-11-18Merge branch 'js/mingw-msdn-url'Libravatar Junio C Hamano1-2/+2
2018-11-16mingw: replace an obsolete link with the superseding oneLibravatar Johannes Schindelin1-2/+2
2018-11-14mingw: use `CreateHardLink()` directlyLibravatar Johannes Schindelin1-13/+1
2018-11-13Merge branch 'js/mingw-utf8-env'Libravatar Junio C Hamano1-112/+168
2018-11-13Merge branch 'js/mingw-perl5lib'Libravatar Junio C Hamano1-1/+57
2018-11-06Merge branch 'js/mingw-ns-filetime'Libravatar Junio C Hamano1-26/+50
2018-10-31mingw: unset PERL5LIB by defaultLibravatar Johannes Schindelin1-1/+34
2018-10-31config: move Windows-specific config settings into compat/mingw.cLibravatar Johannes Schindelin1-0/+18
2018-10-31config: allow for platform-specific core.* config settingsLibravatar Johannes Schindelin1-0/+5
2018-10-31mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8)Libravatar Johannes Schindelin1-112/+168
2018-10-30Merge branch 'js/mingw-load-sys-dll'Libravatar Junio C Hamano1-1/+2
2018-10-30Merge branch 'js/mingw-getcwd'Libravatar Junio C Hamano1-2/+48
2018-10-26Merge branch 'js/mingw-default-ident'Libravatar Junio C Hamano1-7/+53
2018-10-24mingw: fix getcwd when the parent directory cannot be queriedLibravatar Anton Serbulov1-0/+39
2018-10-24mingw: ensure `getcwd()` reports the correct caseLibravatar Johannes Schindelin1-2/+9
2018-10-24mingw: load system libraries the recommended wayLibravatar Johannes Schindelin1-1/+2
2018-10-24mingw: implement nanosecond-precision file timesLibravatar Karsten Blees1-8/+10
2018-10-24mingw: replace MSVCRT's fstat() with a Win32-based implementationLibravatar Karsten Blees1-10/+21
2018-10-24mingw: factor out code to set stat() dataLibravatar Johannes Schindelin1-14/+25
2018-10-16mingw: use domain information for default emailLibravatar Johannes Schindelin1-0/+5
2018-10-16getpwuid(mingw): provide a better default for the user nameLibravatar Johannes Schindelin1-1/+31
2018-10-16getpwuid(mingw): initialize the structure only onceLibravatar Johannes Schindelin1-7/+18
2018-09-11mingw: fix mingw_open_append to work with named pipesLibravatar Jeff Hostetler1-3/+33
2018-08-13mingw: enable atomic O_APPENDLibravatar Johannes Sixt1-2/+39
2018-04-11mingw/msvc: use the new-style RUNTIME_PREFIX helperLibravatar Johannes Schindelin1-3/+2
2018-03-19mingw: abort on invalid strftime formatsLibravatar Johannes Schindelin1-0/+11
2017-11-02mingw: optionally redirect stderr/stdout via the same handleLibravatar Johannes Schindelin1-0/+15
2017-11-02mingw: add experimental feature to redirect standard handlesLibravatar Johannes Schindelin1-0/+43
2017-06-13Merge branch 'nd/fopen-errors'Libravatar Junio C Hamano1-0/+2
2017-06-02mingw_fopen: report ENOENT for invalid file namesLibravatar Johannes Sixt1-0/+2