summaryrefslogtreecommitdiff
path: root/compat/mingw.h
AgeCommit message (Expand)Author
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
2011-03-02mingw: add minimum getrlimit() compatibility stubErik Faye-Lund
2011-02-28Merge branch 'hv/mingw-fs-funnies'Junio C Hamano
2011-02-07mingw: add fallback for rmdir in case directory is in useHeiko Voigt
2011-02-07mingw: move unlink wrapper to mingw.cHeiko Voigt
2010-12-16Merge branch 'rj/msvc-fix'Junio C Hamano
2010-12-13Merge branch 'ef/win32-dirent'Junio C Hamano
2010-12-10msvc: Fix macro redefinition warningsRamsay Jones
2010-12-08Merge branch 'il/remote-fd-ext'Junio C Hamano
2010-11-24win32: use our own dirent.hErik Faye-Lund
2010-11-04mingw: use poll-emulation from gnulibErik Faye-Lund
2010-11-04mingw: add kill emulationErik Faye-Lund
2010-11-04mingw: support waitpid with pid > 0 and WNOHANGErik Faye-Lund
2010-11-04mingw: use real pidErik Faye-Lund
2010-11-04mingw: add network-wrappers for daemonMike Pape
2010-10-13Add bidirectional_transfer_loop()Ilari Liusvaara
2010-10-03Add MinGW-specific execv() override.Eric Sunshine
2010-10-03Fix Windows-specific macro redefinition warning.Eric Sunshine
2010-10-01MinGW: fix stat() and lstat() implementations for handling symlinksPat Thoyts
2010-10-01MinGW: Add missing file mode bit definesSebastian Schuberth
2010-10-01MinGW: Use pid_t more consequently, introduce uid_t for greater compatibilitySebastian Schuberth
2010-06-21Merge branch 'js/async-thread'Junio C Hamano
2010-05-20mingw: use _commit to implement fsyncErik Faye-Lund
2010-05-20Fix checkout of large files to network shares on Windows XPRené Scharfe
2010-04-11Merge branch 'jl/maint-submodule-gitfile-awareness'Junio C Hamano
2010-04-11Windows: start_command: Support non-NULL dir in struct child_processJohannes Sixt
2010-03-07Fix signature of fcntl() compatibility dummyJohannes Sixt
2010-02-25Windows: redirect f[re]open("/dev/null") to f[re]open("nul")Johannes Sixt
2010-01-17MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski
2010-01-17MSVC: Fix an "incompatible pointer types" compiler warningRamsay Jones
2010-01-17Windows: avoid the "dup dance" when spawning a child processJohannes Sixt
2009-11-24Enable support for IPv6 on MinGWMartin Storsjö
2009-11-21Merge branch 'rj/cygwin-msvc'Junio C Hamano
2009-11-09MSVC: Add support for building with NO_MMAPRamsay Jones
2009-10-20mingw: wrap SSL_set_(w|r)fd to call _get_osfhandleErik Faye-Lund
2009-09-19Make usage of windows.h lean and meanMarius Storm-Olsen
2009-09-19Set _O_BINARY as default fmode for both MinGW and MSVCMarius Storm-Olsen
2009-09-11start_command: do not clobber cmd->env on Windows code pathJohannes Sixt
2009-07-05MinGW: simplify waitpid() emulation macrosJohannes Sixt
2009-07-05MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt
2009-06-01MinGW readdir reimplementation to support d_typeMarius Storm-Olsen
2009-05-23MinGW: Add a simple getpass()Johannes Schindelin
2009-05-23MinGW: use POSIX signature of waitpid()Johannes Schindelin
2009-03-19MinGW: implement mmapJanos Laube
2009-03-17MinGW: a hardlink implementationPetr Kodl
2009-03-07Brown paper bag fix for MinGW 64-bit statJohannes Schindelin