summaryrefslogtreecommitdiffstats
path: root/compat/mingw.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/mingw-utf8-env'Junio C Hamano2018-11-131-4/+28
|\
| * mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8)Johannes Schindelin2018-10-311-4/+28
* | Merge branch 'js/mingw-perl5lib'Junio C Hamano2018-11-131-0/+3
|\ \
| * | config: allow for platform-specific core.* config settingsJohannes Schindelin2018-10-311-0/+3
* | | Merge branch 'js/mingw-isatty-and-dup2'Junio C Hamano2018-11-131-0/+3
|\ \ \
| * | | mingw: fix isatty() after dup2()Johannes Schindelin2018-10-311-0/+3
| |/ /
* | | Merge branch 'js/mingw-ns-filetime'Junio C Hamano2018-11-061-10/+26
|\ \ \ | |/ / |/| |
| * | mingw: implement nanosecond-precision file timesKarsten Blees2018-10-241-10/+26
| |/
* / mingw: use domain information for default emailJohannes Schindelin2018-10-161-0/+2
|/
* mingw: abort on invalid strftime formatsJohannes Schindelin2018-03-191-0/+3
* Merge branch 'js/bs-is-a-dir-sep-on-windows'Junio C Hamano2017-06-021-1/+5
|\
| * mingw.h: permit arguments with side effects for is_dir_sepJohannes Sixt2017-05-231-1/+5
* | mingw: intercept isatty() to handle /dev/null as Git expects itJohannes Schindelin2016-12-111-0/+3
|/
* Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' into maintJunio C Hamano2016-09-081-0/+4
|\
| * mingw: ensure temporary file handles are not inherited by child processesBen Wijen2016-08-231-0/+4
* | Merge branch 'js/no-html-bypass-on-windows' into maintJunio C Hamano2016-09-081-3/+0
|\ \
| * | Revert "display HTML in default browser using Windows' shell API"Johannes Schindelin2016-08-191-3/+0
* | | Merge branch 'jk/common-main' into maintJunio C Hamano2016-09-081-1/+1
|\ \ \ | |_|/ |/| |
| * | mingw: declare main()'s argv as constJohannes Schindelin2016-07-061-1/+1
| |/
* | Merge branch 'ew/daemon-socket-keepalive' into maintJunio C Hamano2016-08-081-0/+3
|\ \
| * | Windows: add missing definition of ENOTSOCKJohannes Sixt2016-07-221-0/+3
* | | mingw: let the build succeed with DEVELOPER=1Johannes Schindelin2016-06-201-2/+2
| |/ |/|
* | Merge branch 'js/windows-dotgit' into maintJunio C Hamano2016-05-261-3/+0
|\ \
| * | mingw: remove unnecessary definitionJohannes Schindelin2016-05-111-3/+0
| |/
* | Merge branch 'jk/push-client-deadlock-fix' into HEADJunio C Hamano2016-05-181-0/+1
|\ \
| * | Windows: add pthread_sigmask() that does nothingJohannes Sixt2016-05-021-0/+1
| * | Merge branch 'js/dirname-basename' into maintJunio C Hamano2016-02-051-1/+4
| |\ \
* | | | MSVC: use shipped headers instead of fallback definitionsSven Strickroth2016-03-301-1/+1
| |_|/ |/| |
* | | config --show-origin: report paths with forward slashesJohannes Schindelin2016-03-231-0/+6
* | | Merge branch 'js/dirname-basename'Junio C Hamano2016-02-031-1/+4
|\ \ \ | | |/ | |/|
| * | mingw: avoid linking to the C library's isalpha()Johannes Sixt2016-01-251-6/+1
| * | Refactor skipping DOS drive prefixesJohannes Schindelin2016-01-121-1/+9
* | | mingw: avoid redefining S_* constantsJohannes Schindelin2016-01-151-0/+4
* | | compat/mingw: support MSys2-based MinGW buildJohannes Schindelin2016-01-141-1/+23
| |/ |/|
* | mingw: emulate write(2) that fails with a EPIPEJohannes Schindelin2015-12-211-0/+3
|/
* Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-261-0/+9
|\
| * mingw32: add uname()Nguyễn Thái Ngọc Duy2015-03-121-0/+9
* | compat/mingw: stubs for getpgid() and tcgetpgrp()Johannes Sixt2015-04-151-2/+6
|/
* mingw.h: add dummy functions for sigset_t operationsJohannes Sixt2014-09-221-1/+6
* Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano2014-07-301-6/+5
|\
| * Win32: don't copy the environment twice when spawning child processesKarsten Blees2014-07-211-6/+2
| * Win32: fix environment memory leaksKarsten Blees2014-07-211-0/+1
| * Win32: Unicode environment (incoming)Karsten Blees2014-07-211-0/+2
* | Merge branch 'sk/mingw-uni-fix'Junio C Hamano2014-07-211-4/+14
|\|
| * Win32: Unicode file name support (except dirent)Karsten Blees2014-07-151-4/+14
* | MinGW: fix compile error due to missing ELOOPKarsten Blees2014-07-161-0/+3
|/
* Win32: fix broken pipe detectionKarsten Blees2014-06-101-2/+0
* Win32: Thread-safe windows console outputKarsten Blees2014-06-101-8/+4
* Win32: add Unicode conversion functionsKarsten Blees2014-06-101-0/+104
* Win32: support Unicode console outputKarsten Blees2014-06-101-0/+2