summaryrefslogtreecommitdiff
path: root/compat/mingw.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-20msvc: mark a variable as non-constJeff Hostetler1-1/+4
2019-06-20mingw: replace mingw_startup() hackJohannes Schindelin1-19/+34
2019-05-19Merge branch 'tt/no-ipv6-fallback-for-winxp'Junio C Hamano1-175/+3
2019-05-07mingw: remove obsolete IPv6-related codeTanushree Tumane1-175/+3
2019-04-16trace2: refactor setting process starting timeJeff Hostetler1-0/+2
2019-02-22trace2: create new combined trace facilityJeff Hostetler1-1/+10
2019-02-15mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin1-1/+1
2019-02-06Merge branch 'js/vsts-ci'Junio C Hamano1-1/+1
2019-01-29mingw: be more generous when wrapping up the setitimer() emulationJohannes Schindelin1-1/+1
2019-01-18mingw: special-case arguments to `sh`Johannes Schindelin1-1/+76
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano1-28/+1
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen1-28/+1
2018-11-18Merge branch 'js/mingw-msdn-url'Junio C Hamano1-2/+2
2018-11-16mingw: replace an obsolete link with the superseding oneJohannes Schindelin1-2/+2
2018-11-14mingw: use `CreateHardLink()` directlyJohannes Schindelin1-13/+1
2018-11-13Merge branch 'js/mingw-utf8-env'Junio C Hamano1-112/+168
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano1-1/+57
2018-11-06Merge branch 'js/mingw-ns-filetime'Junio C Hamano1-26/+50
2018-10-31mingw: unset PERL5LIB by defaultJohannes Schindelin1-1/+34
2018-10-31config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin1-0/+18
2018-10-31config: allow for platform-specific core.* config settingsJohannes Schindelin1-0/+5
2018-10-31mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8)Johannes Schindelin1-112/+168
2018-10-30Merge branch 'js/mingw-load-sys-dll'Junio C Hamano1-1/+2
2018-10-30Merge branch 'js/mingw-getcwd'Junio C Hamano1-2/+48
2018-10-26Merge branch 'js/mingw-default-ident'Junio C Hamano1-7/+53
2018-10-24mingw: fix getcwd when the parent directory cannot be queriedAnton Serbulov1-0/+39
2018-10-24mingw: ensure `getcwd()` reports the correct caseJohannes Schindelin1-2/+9
2018-10-24mingw: load system libraries the recommended wayJohannes Schindelin1-1/+2
2018-10-24mingw: implement nanosecond-precision file timesKarsten Blees1-8/+10
2018-10-24mingw: replace MSVCRT's fstat() with a Win32-based implementationKarsten Blees1-10/+21
2018-10-24mingw: factor out code to set stat() dataJohannes Schindelin1-14/+25
2018-10-16mingw: use domain information for default emailJohannes Schindelin1-0/+5
2018-10-16getpwuid(mingw): provide a better default for the user nameJohannes Schindelin1-1/+31
2018-10-16getpwuid(mingw): initialize the structure only onceJohannes Schindelin1-7/+18
2018-09-11mingw: fix mingw_open_append to work with named pipesJeff Hostetler1-3/+33
2018-08-13mingw: enable atomic O_APPENDJohannes Sixt1-2/+39
2018-04-11mingw/msvc: use the new-style RUNTIME_PREFIX helperJohannes Schindelin1-3/+2
2018-03-19mingw: abort on invalid strftime formatsJohannes Schindelin1-0/+11
2017-11-02mingw: optionally redirect stderr/stdout via the same handleJohannes Schindelin1-0/+15
2017-11-02mingw: add experimental feature to redirect standard handlesJohannes Schindelin1-0/+43
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano1-0/+2
2017-06-02mingw_fopen: report ENOENT for invalid file namesJohannes Sixt1-0/+2
2017-05-23mingw: simplify PATH handlingRené Scharfe1-68/+23
2016-08-25Merge branch 'js/no-html-bypass-on-windows'Junio C Hamano1-42/+0
2016-08-19Revert "display HTML in default browser using Windows' shell API"Johannes Schindelin1-42/+0
2016-06-20mingw: let the build succeed with DEVELOPER=1Johannes Schindelin1-3/+3
2016-05-26Merge branch 'js/windows-dotgit' into maintJunio C Hamano1-0/+74
2016-05-11mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin1-0/+74
2016-04-04Windows: shorten code by re-using convert_slashes()Johannes Sixt1-7/+2
2016-03-04Merge branch 'jk/tighten-alloc'Junio C Hamano1-1/+1