aboutsummaryrefslogtreecommitdiffstats
path: root/compat/mingw.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-22mingw.h: add dummy functions for sigset_t operationsJohannes Sixt1-1/+6
2014-07-30Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano1-6/+5
2014-07-21Merge branch 'sk/mingw-uni-fix'Junio C Hamano1-4/+14
2014-07-21Win32: don't copy the environment twice when spawning child processesKarsten Blees1-6/+2
2014-07-21Win32: fix environment memory leaksKarsten Blees1-0/+1
2014-07-21Win32: Unicode environment (incoming)Karsten Blees1-0/+2
2014-07-16MinGW: fix compile error due to missing ELOOPKarsten Blees1-0/+3
2014-07-15Win32: Unicode file name support (except dirent)Karsten Blees1-4/+14
2014-06-10Win32: fix broken pipe detectionKarsten Blees1-2/+0
2014-06-10Win32: Thread-safe windows console outputKarsten Blees1-8/+4
2014-06-10Win32: add Unicode conversion functionsKarsten Blees1-0/+104
2014-06-10Win32: support Unicode console outputKarsten Blees1-0/+2
2014-06-10mingw: avoid const warningStepan Kasal1-1/+1
2014-06-10Win32: move main macro to a functionKarsten Blees1-10/+4
2014-06-10Windows: allow using UNC path for git repositoryCezary Zawadka1-0/+2
2014-01-17mingw: remove mingw_writeErik Faye-Lund1-3/+0
2013-09-24Merge branch 'kb/msvc-compile'Jonathan Nieder1-4/+26
2013-09-19compat/mingw.h: define PRId64Johannes Sixt1-0/+1
2013-09-11MinGW: Fix stat definitions to work with MinGW runtime version 4.0Sebastian Schuberth1-0/+9
2013-09-11MSVC: fix stat definition hellKarsten Blees1-4/+11
2013-09-11MSVC: fix compile errors due to macro redefinitionsKarsten Blees1-0/+6
2013-04-28sparse: Fix mingw_main() argument number/type errorsRamsay Jones1-2/+2
2013-04-28compat/mingw.c: Fix some sparse warningsRamsay Jones1-0/+7
2012-12-04mingw: get rid of getpass implementationErik Faye-Lund1-2/+0
2012-12-04mingw: make fgetc raise SIGINT if apropriateErik Faye-Lund1-0/+6
2012-10-17maybe_flush_or_die: move a too-loose Windows specific errorJohannes Sixt1-0/+3
2012-04-23Merge branch 'rj/mingw-isguid'Junio C Hamano1-3/+4
2012-04-18compat/mingw.h: Set S_ISUID to prevent a fast-import test failureRamsay Jones1-3/+4
2012-04-05compat/mingw.[ch]: Change return type of exec functions to intRamsay Jones1-2/+2
2011-12-09Merge branch 'maint-1.7.7' into maintJunio C Hamano1-1/+1
2011-12-09mingw: give waitpid the correct signatureErik Faye-Lund1-1/+1
2011-11-15Revert "upload-archive: use start_command instead of fork"Junio C Hamano1-0/+2
2011-10-30upload-archive: use start_command instead of forkErik Faye-Lund1-2/+0
2011-10-15mingw: ensure sockets are initialized before calling gethostnamePat Thoyts1-0/+3
2011-06-29Merge branch 'ef/maint-win-verify-path'Junio C Hamano1-0/+9
2011-05-27real_path: do not assume '/' is the path seperatorTheo Niessink1-0/+9
2011-05-23Merge branch 'js/mingw-shutdown'Junio C Hamano1-0/+3
2011-05-18Windows: add a wrapper for the shutdown() system callJohannes Sixt1-0/+3
2011-03-15Merge branch 'sp/maint-fd-limit'Junio C Hamano1-0/+16
2011-03-02mingw: add minimum getrlimit() compatibility stubErik Faye-Lund1-0/+16
2011-02-27Merge branch 'hv/mingw-fs-funnies'Junio C Hamano1-8/+6
2011-02-07mingw: add fallback for rmdir in case directory is in useHeiko Voigt1-0/+3
2011-02-07mingw: move unlink wrapper to mingw.cHeiko Voigt1-8/+3
2010-12-16Merge branch 'rj/msvc-fix'Junio C Hamano1-6/+0
2010-12-12Merge branch 'ef/win32-dirent'Junio C Hamano1-29/+0
2010-12-09msvc: Fix macro redefinition warningsRamsay Jones1-6/+0
2010-12-08Merge branch 'il/remote-fd-ext'Junio C Hamano1-0/+3
2010-11-23win32: use our own dirent.hErik Faye-Lund1-29/+0
2010-11-04mingw: use poll-emulation from gnulibErik Faye-Lund1-11/+0
2010-11-04mingw: add kill emulationErik Faye-Lund1-0/+3