summaryrefslogtreecommitdiff
path: root/compat/mingw.h
Commit message (Expand)AuthorAgeFilesLines
* 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 processesbw/mingw-avoid-inheriting-fd-to-lockfileBen 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"js/no-html-bypass-on-windowsJohannes Schindelin2016-08-191-3/+0
* | | Merge branch 'jk/common-main' into maintJunio C Hamano2016-09-081-1/+1
|\ \ \ | |_|/ |/| |
| * | mingw: declare main()'s argv as constjk/common-main-2.8Johannes Schindelin2016-07-061-1/+1
| |/
* | Merge branch 'ew/daemon-socket-keepalive' into maintJunio C Hamano2016-08-081-0/+3
|\ \
| * | Windows: add missing definition of ENOTSOCKew/daemon-socket-keepaliveJohannes Sixt2016-07-221-0/+3
* | | mingw: let the build succeed with DEVELOPER=1js/mingw-parameter-less-c-functionsJohannes Schindelin2016-06-201-2/+2
| |/ |/|
* | Merge branch 'js/windows-dotgit' into maintJunio C Hamano2016-05-261-3/+0
|\ \
| * | mingw: remove unnecessary definitionjs/windows-dotgitJohannes 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 definitionsss/msvcSven 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()js/dirname-basenameJohannes 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 EPIPEjs/emu-write-epipe-on-windowsJohannes 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 operationspr/use-default-sigpipe-settingJohannes 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
* mingw: avoid const warningsk/mingw-mainStepan Kasal2014-06-101-1/+1
* Win32: move main macro to a functionKarsten Blees2014-06-101-10/+4
* Windows: allow using UNC path for git repositorysk/windows-unc-pathCezary Zawadka2014-06-101-0/+2
* mingw: remove mingw_writeef/mingw-writeErik Faye-Lund2014-01-171-3/+0
* Merge branch 'kb/msvc-compile'Jonathan Nieder2013-09-241-4/+26
|\
| * MinGW: Fix stat definitions to work with MinGW runtime version 4.0Sebastian Schuberth2013-09-111-0/+9
| * MSVC: fix stat definition hellKarsten Blees2013-09-111-4/+11
| * MSVC: fix compile errors due to macro redefinitionsKarsten Blees2013-09-111-0/+6
* | compat/mingw.h: define PRId64jk/config-int-range-checkJohannes Sixt2013-09-191-0/+1
|/
* sparse: Fix mingw_main() argument number/type errorsRamsay Jones2013-04-281-2/+2
* compat/mingw.c: Fix some sparse warningsRamsay Jones2013-04-281-0/+7
* mingw: get rid of getpass implementationErik Faye-Lund2012-12-041-2/+0