summaryrefslogtreecommitdiff
path: root/compat/mingw.c
AgeCommit message (Expand)Author
2019-02-22trace2: create new combined trace facilityJeff Hostetler
2019-02-15mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin
2019-02-07Merge branch 'js/vsts-ci'Junio C Hamano
2019-01-29mingw: be more generous when wrapping up the setitimer() emulationJohannes Schindelin
2019-01-18mingw: special-case arguments to `sh`Johannes Schindelin
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen
2018-11-18Merge branch 'js/mingw-msdn-url'Junio C Hamano
2018-11-16mingw: replace an obsolete link with the superseding oneJohannes Schindelin
2018-11-14mingw: use `CreateHardLink()` directlyJohannes Schindelin
2018-11-13Merge branch 'js/mingw-utf8-env'Junio C Hamano
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano
2018-11-06Merge branch 'js/mingw-ns-filetime'Junio C Hamano
2018-10-31mingw: unset PERL5LIB by defaultJohannes Schindelin
2018-10-31config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin
2018-10-31config: allow for platform-specific core.* config settingsJohannes Schindelin
2018-10-31mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8)Johannes Schindelin
2018-10-30Merge branch 'js/mingw-load-sys-dll'Junio C Hamano
2018-10-30Merge branch 'js/mingw-getcwd'Junio C Hamano
2018-10-26Merge branch 'js/mingw-default-ident'Junio C Hamano
2018-10-24mingw: fix getcwd when the parent directory cannot be queriedAnton Serbulov
2018-10-24mingw: ensure `getcwd()` reports the correct caseJohannes Schindelin
2018-10-24mingw: load system libraries the recommended wayJohannes Schindelin
2018-10-24mingw: implement nanosecond-precision file timesKarsten Blees
2018-10-24mingw: replace MSVCRT's fstat() with a Win32-based implementationKarsten Blees
2018-10-24mingw: factor out code to set stat() dataJohannes Schindelin
2018-10-16mingw: use domain information for default emailJohannes Schindelin
2018-10-16getpwuid(mingw): provide a better default for the user nameJohannes Schindelin
2018-10-16getpwuid(mingw): initialize the structure only onceJohannes Schindelin
2018-09-11mingw: fix mingw_open_append to work with named pipesJeff Hostetler
2018-08-13mingw: enable atomic O_APPENDJohannes Sixt
2018-04-11mingw/msvc: use the new-style RUNTIME_PREFIX helperJohannes Schindelin
2018-03-19mingw: abort on invalid strftime formatsJohannes Schindelin
2017-11-02mingw: optionally redirect stderr/stdout via the same handleJohannes Schindelin
2017-11-02mingw: add experimental feature to redirect standard handlesJohannes Schindelin
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-02mingw_fopen: report ENOENT for invalid file namesJohannes Sixt
2017-05-23mingw: simplify PATH handlingRené Scharfe
2016-08-25Merge branch 'js/no-html-bypass-on-windows'Junio C Hamano
2016-08-19Revert "display HTML in default browser using Windows' shell API"Johannes Schindelin
2016-06-20mingw: let the build succeed with DEVELOPER=1Johannes Schindelin
2016-05-26Merge branch 'js/windows-dotgit' into maintJunio C Hamano
2016-05-11mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin
2016-04-05Windows: shorten code by re-using convert_slashes()Johannes Sixt
2016-03-04Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-29compat/mingw: brown paper bag fix for 50a6c8eJeff King
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-22use st_add and st_mult for allocation size computationJeff King
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2016-02-17Merge branch 'js/mingw-tests'Junio C Hamano