summaryrefslogtreecommitdiff
path: root/compat/mingw.h
AgeCommit message (Expand)Author
2016-03-30MSVC: use shipped headers instead of fallback definitionsSven Strickroth
2016-03-23config --show-origin: report paths with forward slashesJohannes Schindelin
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
2013-09-19compat/mingw.h: define PRId64Johannes Sixt
2013-09-11MinGW: Fix stat definitions to work with MinGW runtime version 4.0Sebastian Schuberth
2013-09-11MSVC: fix stat definition hellKarsten Blees
2013-09-11MSVC: fix compile errors due to macro redefinitionsKarsten Blees
2013-04-28sparse: Fix mingw_main() argument number/type errorsRamsay Jones
2013-04-28compat/mingw.c: Fix some sparse warningsRamsay Jones
2012-12-04mingw: get rid of getpass implementationErik Faye-Lund
2012-12-04mingw: make fgetc raise SIGINT if apropriateErik Faye-Lund
2012-10-17maybe_flush_or_die: move a too-loose Windows specific errorJohannes Sixt
2012-04-23Merge branch 'rj/mingw-isguid'Junio C Hamano
2012-04-18compat/mingw.h: Set S_ISUID to prevent a fast-import test failureRamsay Jones
2012-04-05compat/mingw.[ch]: Change return type of exec functions to intRamsay Jones
2011-12-09Merge branch 'maint-1.7.7' into maintJunio C Hamano
2011-12-09mingw: give waitpid the correct signatureErik Faye-Lund
2011-11-15Revert "upload-archive: use start_command instead of fork"Junio C Hamano
2011-10-31upload-archive: use start_command instead of forkErik Faye-Lund
2011-10-16mingw: ensure sockets are initialized before calling gethostnamePat Thoyts
2011-06-30Merge branch 'ef/maint-win-verify-path'Junio C Hamano
2011-05-27real_path: do not assume '/' is the path seperatorTheo Niessink
2011-05-23Merge branch 'js/mingw-shutdown'Junio C Hamano
2011-05-18Windows: add a wrapper for the shutdown() system callJohannes Sixt
2011-03-15Merge branch 'sp/maint-fd-limit'Junio C Hamano