summaryrefslogtreecommitdiff
path: root/compat/mingw.h
AgeCommit message (Expand)Author
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin
2019-12-05mingw: refuse to access paths with illegal charactersJohannes Schindelin
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin
2018-03-19mingw: abort on invalid strftime formatsJohannes Schindelin
2017-06-02Merge branch 'js/bs-is-a-dir-sep-on-windows'Junio C Hamano
2017-05-23mingw.h: permit arguments with side effects for is_dir_sepJohannes Sixt
2016-12-12mingw: intercept isatty() to handle /dev/null as Git expects itJohannes Schindelin
2016-09-09Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' into maintJunio C Hamano
2016-09-09Merge branch 'js/no-html-bypass-on-windows' into maintJunio C Hamano
2016-09-09Merge branch 'jk/common-main' into maintJunio C Hamano
2016-08-23mingw: ensure temporary file handles are not inherited by child processesBen Wijen
2016-08-19Revert "display HTML in default browser using Windows' shell API"Johannes Schindelin
2016-08-08Merge branch 'ew/daemon-socket-keepalive' into maintJunio C Hamano
2016-07-22Windows: add missing definition of ENOTSOCKJohannes Sixt
2016-07-06mingw: declare main()'s argv as constJohannes 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-18Merge branch 'jk/push-client-deadlock-fix' into HEADJunio C Hamano
2016-05-11mingw: remove unnecessary definitionJohannes Schindelin
2016-05-02Windows: add pthread_sigmask() that does nothingJohannes Sixt
2016-03-30MSVC: use shipped headers instead of fallback definitionsSven Strickroth
2016-03-23config --show-origin: report paths with forward slashesJohannes Schindelin
2016-02-05Merge branch 'js/dirname-basename' into maintJunio C Hamano
2016-02-03Merge branch 'js/dirname-basename'Junio C Hamano
2016-01-25mingw: avoid linking to the C library's isalpha()Johannes Sixt
2016-01-15mingw: avoid redefining S_* constantsJohannes Schindelin
2016-01-14compat/mingw: support MSys2-based MinGW buildJohannes Schindelin
2016-01-12Refactor skipping DOS drive prefixesJohannes Schindelin
2015-12-21mingw: emulate write(2) that fails with a EPIPEJohannes Schindelin
2015-05-26Merge branch 'nd/untracked-cache'Junio C Hamano
2015-04-15compat/mingw: stubs for getpgid() and tcgetpgrp()Johannes Sixt
2015-03-12mingw32: add uname()Nguyễn Thái Ngọc Duy
2014-09-22mingw.h: add dummy functions for sigset_t operationsJohannes Sixt
2014-07-30Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano
2014-07-21Merge branch 'sk/mingw-uni-fix'Junio C Hamano
2014-07-21Win32: don't copy the environment twice when spawning child processesKarsten Blees
2014-07-21Win32: fix environment memory leaksKarsten Blees
2014-07-21Win32: Unicode environment (incoming)Karsten Blees
2014-07-16MinGW: fix compile error due to missing ELOOPKarsten Blees
2014-07-15Win32: Unicode file name support (except dirent)Karsten Blees
2014-06-10Win32: fix broken pipe detectionKarsten Blees
2014-06-10Win32: Thread-safe windows console outputKarsten Blees
2014-06-10Win32: add Unicode conversion functionsKarsten Blees
2014-06-10Win32: support Unicode console outputKarsten Blees
2014-06-10mingw: avoid const warningStepan Kasal
2014-06-10Win32: move main macro to a functionKarsten Blees
2014-06-10Windows: allow using UNC path for git repositoryCezary Zawadka
2014-01-17mingw: remove mingw_writeErik Faye-Lund
2013-09-25Merge branch 'kb/msvc-compile'Jonathan Nieder