summaryrefslogtreecommitdiff
path: root/compat/mingw.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-16Do not use date.c:tm_to_time_t() from compat/mingw.cLibravatar Johannes Sixt1-17/+19
2010-01-16MSVC: Windows-native implementation for subset of Pthreads APILibravatar Andrzej K. Haczewski1-1/+1
2010-01-16Windows: avoid the "dup dance" when spawning a child processLibravatar Johannes Sixt1-8/+17
2010-01-16Windows: simplify the pipe(2) implementationLibravatar Johannes Sixt1-29/+8
2010-01-16Windows: boost startup by avoiding a static dependency on shell32.dllLibravatar Johannes Sixt1-2/+14
2009-11-24Enable support for IPv6 on MinGWLibravatar Martin Storsjö1-1/+168
2009-11-24Refactor winsock initialization into a separate functionLibravatar Martin Storsjö1-3/+12
2009-11-08MSVC: Add support for building with NO_MMAPLibravatar Ramsay Jones1-0/+12
2009-09-18Make usage of windows.h lean and meanLibravatar Marius Storm-Olsen1-0/+2
2009-09-18Fix __stdcall placement and function prototypeLibravatar Frank Li1-2/+2
2009-09-18Set _O_BINARY as default fmode for both MinGW and MSVCLibravatar Marius Storm-Olsen1-2/+0
2009-09-18Avoid declaration after statementLibravatar Frank Li1-4/+10
2009-09-11start_command: do not clobber cmd->env on Windows code pathLibravatar Johannes Sixt1-2/+14
2009-06-01MinGW readdir reimplementation to support d_typeLibravatar Marius Storm-Olsen1-0/+59
2009-06-01MinGW: fix warning about implicit declaration of _getch()Libravatar Johannes Schindelin1-0/+1
2009-05-23MinGW: Add a simple getpass()Libravatar Johannes Schindelin1-0/+15
2009-05-23MinGW: Scan for \r in addition to \n when reading shbang linesLibravatar Peter Harris1-2/+2
2009-05-01Fix a bunch of pointer declarations (codestyle)Libravatar Felipe Contreras1-1/+1
2009-04-22Fix typos / spelling in commentsLibravatar Mike Ralphson1-1/+1
2009-04-20Windows: Work around intermittent failures in mingw_renameLibravatar Johannes Sixt1-2/+19
2009-03-24MinGW: Quote arguments for subprocesses that contain a single-quoteLibravatar Johannes Sixt1-1/+1
2009-03-17MinGW: a hardlink implementationLibravatar Petr Kodl1-0/+21
2009-03-17MinGW: a helper function that translates Win32 API error codesLibravatar Petr Kodl1-0/+113
2009-03-05MinGW: 64-bit file offsetsLibravatar Johannes Schindelin1-3/+5
2008-11-27Merge branch 'js/mingw-rename-fix'Libravatar Junio C Hamano1-3/+12
2008-11-23compat/mingw.c: Teach mingw_rename() to replace read-only filesLibravatar Johannes Sixt1-3/+12
2008-11-06Windows: Make OpenSSH properly detect tty detachment.Libravatar Alexander Gavrilov1-2/+6
2008-09-30mingw: move common functionality to win32.hLibravatar Dmitry Potapov1-38/+4
2008-09-29mingw: remove use of _getdrive() from lstat/fstatLibravatar Dmitry Potapov1-3/+2
2008-09-29compat/mingw: Support a timeout in the poll emulation if no fds are givenLibravatar Johannes Sixt1-1/+6
2008-08-18Revert "Windows: Use a customized struct stat that also has the st_blocks mem...Libravatar Johannes Sixt1-20/+8
2008-08-18compat: introduce on_disk_bytes()Libravatar Junio C Hamano1-8/+0
2008-07-19Teach lookup_prog not to select directoriesLibravatar Eric Raible1-1/+2
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APILibravatar Steffen Prohaska1-0/+22
2008-06-26Windows: TMP and TEMP environment variables specify a temporary directory.Libravatar Johannes Sixt1-0/+13
2008-06-26Windows: Use a customized struct stat that also has the st_blocks member.Libravatar Johannes Sixt1-8/+28
2008-06-26Windows: Add a custom implementation for utime().Libravatar Johannes Sixt1-0/+27
2008-06-26Windows: Add a new lstat and fstat implementation based on Win32 API.Libravatar Marius Storm-Olsen1-0/+132
2008-06-26Windows: Implement a custom spawnve().Libravatar Johannes Sixt1-6/+197
2008-06-26Windows: Implement wrappers for gethostbyname(), socket(), and connect().Libravatar Johannes Sixt1-0/+46
2008-06-26Windows: A rudimentary poll() emulation.Libravatar Johannes Sixt1-1/+56
2008-06-23Windows: Implement start_command().Libravatar Johannes Sixt1-0/+62
2008-06-23Windows: A pipe() replacement whose ends are not inherited to children.Libravatar Johannes Sixt1-0/+45
2008-06-23Windows: Wrap execve so that shell scripts can be invoked.Libravatar Johannes Sixt1-0/+184
2008-06-23Windows: Implement setitimer() and sigaction().Libravatar Johannes Sixt1-2/+110
2008-06-23Windows: Implement gettimeofday().Libravatar Johannes Sixt1-1/+14
2008-06-23Windows: Work around misbehaved rename().Libravatar Johannes Sixt1-0/+25
2008-06-23Windows: A minimal implemention of getpwuid().Libravatar Johannes Sixt1-0/+8
2008-06-23Windows: Implement a wrapper of the open() function.Libravatar Johannes Sixt1-0/+20
2008-06-23Windows: Treat Windows style path names.Libravatar Johannes Sixt1-0/+13