summaryrefslogtreecommitdiff
path: root/compat/mingw.h
AgeCommit message (Expand)AuthorFilesLines
2010-01-16MSVC: Windows-native implementation for subset of Pthreads APILibravatar Andrzej K. Haczewski1-0/+5
2010-01-16MSVC: Fix an "incompatible pointer types" compiler warningLibravatar Ramsay Jones1-1/+3
2010-01-16Windows: avoid the "dup dance" when spawning a child processLibravatar Johannes Sixt1-1/+2
2009-11-24Enable support for IPv6 on MinGWLibravatar Martin Storsjö1-0/+13
2009-11-20Merge branch 'rj/cygwin-msvc'Libravatar Junio C Hamano1-1/+1
2009-11-08MSVC: Add support for building with NO_MMAPLibravatar Ramsay Jones1-1/+1
2009-10-19mingw: wrap SSL_set_(w|r)fd to call _get_osfhandleLibravatar Erik Faye-Lund1-0/+21
2009-09-18Make usage of windows.h lean and meanLibravatar Marius Storm-Olsen1-0/+2
2009-09-18Set _O_BINARY as default fmode for both MinGW and MSVCLibravatar Marius Storm-Olsen1-0/+5
2009-09-11start_command: do not clobber cmd->env on Windows code pathLibravatar Johannes Sixt1-2/+1
2009-07-05MinGW: simplify waitpid() emulation macrosLibravatar Johannes Sixt1-2/+3
2009-07-05MinGW: truncate exit()'s argument to lowest 8 bitsLibravatar Johannes Sixt1-0/+2
2009-06-01MinGW readdir reimplementation to support d_typeLibravatar Marius Storm-Olsen1-0/+29
2009-05-23MinGW: Add a simple getpass()Libravatar Johannes Schindelin1-0/+2
2009-05-23MinGW: use POSIX signature of waitpid()Libravatar Johannes Schindelin1-1/+1
2009-03-18MinGW: implement mmapLibravatar Janos Laube1-0/+5
2009-03-17MinGW: a hardlink implementationLibravatar Petr Kodl1-2/+1
2009-03-07Brown paper bag fix for MinGW 64-bit statLibravatar Johannes Schindelin1-1/+1
2009-03-05MinGW: 64-bit file offsetsLibravatar Johannes Schindelin1-1/+4
2009-01-21Windows: Fix signal numbersLibravatar Johannes Sixt1-6/+6
2008-08-18Revert "Windows: Use a customized struct stat that also has the st_blocks mem...Libravatar Johannes Sixt1-12/+3
2008-08-18compat: introduce on_disk_bytes()Libravatar Junio C Hamano1-1/+0
2008-08-03Modify mingw_main() workaround to avoid link errorsLibravatar Steffen Prohaska1-2/+3
2008-07-25Windows: Make sure argv[0] has a pathLibravatar Johannes Sixt1-0/+12
2008-07-19Add ANSI control code emulation for the Windows consoleLibravatar Peter Harris1-0/+11
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APILibravatar Steffen Prohaska1-0/+3
2008-06-26Windows: Fix ntohl() related warnings about printf formattingLibravatar Steffen Prohaska1-0/+4
2008-06-26Windows: TMP and TEMP environment variables specify a temporary directory.Libravatar Johannes Sixt1-0/+3
2008-06-26Windows: Use a customized struct stat that also has the st_blocks member.Libravatar Johannes Sixt1-5/+13
2008-06-26Windows: Add a custom implementation for utime().Libravatar Johannes Sixt1-0/+3
2008-06-26Windows: Add a new lstat and fstat implementation based on Win32 API.Libravatar Marius Storm-Olsen1-1/+9
2008-06-26Windows: Implement a custom spawnve().Libravatar Johannes Sixt1-0/+1
2008-06-26Windows: Implement wrappers for gethostbyname(), socket(), and connect().Libravatar Johannes Sixt1-0/+9
2008-06-23Windows: Implement start_command().Libravatar Johannes Sixt1-0/+8
2008-06-23Windows: A pipe() replacement whose ends are not inherited to children.Libravatar Johannes Sixt1-4/+1
2008-06-23Windows: Wrap execve so that shell scripts can be invoked.Libravatar Johannes Sixt1-0/+3
2008-06-23Windows: Implement setitimer() and sigaction().Libravatar Johannes Sixt1-0/+3
2008-06-23Windows: Fix PRIuMAX definition.Libravatar Johannes Sixt1-0/+1
2008-06-23Windows: Work around misbehaved rename().Libravatar Johannes Sixt1-0/+3
2008-06-23Windows: always chmod(, 0666) before unlink().Libravatar Johannes Schindelin1-0/+8
2008-06-23Windows: Implement a wrapper of the open() function.Libravatar Johannes Sixt1-0/+3
2008-06-23Windows: Treat Windows style path names.Libravatar Johannes Sixt1-0/+9
2008-06-22Windows: Use the Windows style PATH separator ';'.Libravatar Johannes Sixt1-0/+6
2008-06-22Add target architecture MinGW.Libravatar Johannes Sixt1-0/+134