summaryrefslogtreecommitdiff
path: root/compat/mingw.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-07compat/mingw.h: drop extern from function declarationLibravatar Denton Liu1-1/+1
2020-02-17Merge branch 'js/mingw-open-in-gdb'Libravatar Junio C Hamano1-0/+10
2020-02-14mingw: add a helper function to attach GDB to the current processLibravatar Johannes Schindelin1-0/+10
2020-01-02Merge branch 'js/mingw-reserved-filenames'Libravatar Junio C Hamano1-2/+9
2019-12-21mingw: refuse paths containing reserved namesLibravatar Johannes Schindelin1-2/+9
2019-12-09Sync with Git 2.24.1Libravatar Junio C Hamano1-0/+14
2019-12-06Sync with 2.23.1Libravatar Johannes Schindelin1-0/+14
2019-12-06Sync with 2.22.2Libravatar Johannes Schindelin1-0/+14
2019-12-06Sync with 2.21.1Libravatar Johannes Schindelin1-0/+14
2019-12-06Sync with 2.20.2Libravatar Johannes Schindelin1-0/+14
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin1-2/+16
2019-12-06Sync with 2.16.6Libravatar Johannes Schindelin1-2/+16
2019-12-05mingw: handle `subst`-ed "DOS drives"Libravatar Johannes Schindelin1-2/+2
2019-12-05mingw: refuse to access paths with illegal charactersLibravatar Johannes Schindelin1-2/+5
2019-12-05mingw: refuse to access paths with trailing spaces or periodsLibravatar Johannes Schindelin1-0/+11
2019-11-10Fix spelling errors in code commentsLibravatar Elijah Newren1-1/+1
2019-09-05compat/*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-3/+3
2019-06-20msvc: do not re-declare the timespec structLibravatar Jeff Hostetler1-0/+2
2019-06-20mingw: replace mingw_startup() hackLibravatar Johannes Schindelin1-11/+11
2019-05-07mingw: remove obsolete IPv6-related codeLibravatar Tanushree Tumane1-8/+0
2019-02-22trace2: create new combined trace facilityLibravatar Jeff Hostetler1-2/+1
2019-02-13Merge branch 'js/mingw-host-cpu'Libravatar Junio C Hamano1-19/+0
2019-02-13mingw: use a more canonical method to fix the CPU reportingLibravatar Johannes Schindelin1-19/+0
2019-02-08Merge branch 'js/mingw-host-cpu'Libravatar Junio C Hamano1-0/+19
2019-02-07mingw: fix CPU reporting in `git version --build-options`Libravatar Johannes Schindelin1-0/+19
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Libravatar Junio C Hamano1-20/+0
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Libravatar Torsten Bögershausen1-20/+0
2018-11-13Merge branch 'js/mingw-utf8-env'Libravatar Junio C Hamano1-4/+28
2018-11-13Merge branch 'js/mingw-perl5lib'Libravatar Junio C Hamano1-0/+3
2018-11-13Merge branch 'js/mingw-isatty-and-dup2'Libravatar Junio C Hamano1-0/+3
2018-11-06Merge branch 'js/mingw-ns-filetime'Libravatar Junio C Hamano1-10/+26
2018-10-31mingw: fix isatty() after dup2()Libravatar Johannes Schindelin1-0/+3
2018-10-31config: allow for platform-specific core.* config settingsLibravatar Johannes Schindelin1-0/+3
2018-10-31mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8)Libravatar Johannes Schindelin1-4/+28
2018-10-24mingw: implement nanosecond-precision file timesLibravatar Karsten Blees1-10/+26
2018-10-16mingw: use domain information for default emailLibravatar Johannes Schindelin1-0/+2
2018-03-19mingw: abort on invalid strftime formatsLibravatar Johannes Schindelin1-0/+3
2017-06-02Merge branch 'js/bs-is-a-dir-sep-on-windows'Libravatar Junio C Hamano1-1/+5
2017-05-23mingw.h: permit arguments with side effects for is_dir_sepLibravatar Johannes Sixt1-1/+5
2016-12-11mingw: intercept isatty() to handle /dev/null as Git expects itLibravatar Johannes Schindelin1-0/+3
2016-09-08Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' into maintLibravatar Junio C Hamano1-0/+4
2016-09-08Merge branch 'js/no-html-bypass-on-windows' into maintLibravatar Junio C Hamano1-3/+0
2016-09-08Merge branch 'jk/common-main' into maintLibravatar Junio C Hamano1-1/+1
2016-08-23mingw: ensure temporary file handles are not inherited by child processesLibravatar Ben Wijen1-0/+4
2016-08-19Revert "display HTML in default browser using Windows' shell API"Libravatar Johannes Schindelin1-3/+0
2016-08-08Merge branch 'ew/daemon-socket-keepalive' into maintLibravatar Junio C Hamano1-0/+3
2016-07-22Windows: add missing definition of ENOTSOCKLibravatar Johannes Sixt1-0/+3
2016-07-06mingw: declare main()'s argv as constLibravatar Johannes Schindelin1-1/+1
2016-06-20mingw: let the build succeed with DEVELOPER=1Libravatar Johannes Schindelin1-2/+2
2016-05-26Merge branch 'js/windows-dotgit' into maintLibravatar Junio C Hamano1-3/+0