summaryrefslogtreecommitdiff
path: root/compat/mingw.c
Commit message (Expand)AuthorAgeFilesLines
* Windows: Make OpenSSH properly detect tty detachment.Alexander Gavrilov2008-11-061-2/+6
* mingw: move common functionality to win32.hDmitry Potapov2008-09-301-38/+4
* mingw: remove use of _getdrive() from lstat/fstatDmitry Potapov2008-09-291-3/+2
* compat/mingw: Support a timeout in the poll emulation if no fds are givenJohannes Sixt2008-09-291-1/+6
* Revert "Windows: Use a customized struct stat that also has the st_blocks mem...Johannes Sixt2008-08-181-20/+8
* compat: introduce on_disk_bytes()Junio C Hamano2008-08-181-8/+0
* Teach lookup_prog not to select directoriesEric Raible2008-07-191-1/+2
* help (Windows): Display HTML in default browser using Windows' shell APISteffen Prohaska2008-07-131-0/+22
* Windows: TMP and TEMP environment variables specify a temporary directory.Johannes Sixt2008-06-261-0/+13
* Windows: Use a customized struct stat that also has the st_blocks member.Johannes Sixt2008-06-261-8/+28
* Windows: Add a custom implementation for utime().Johannes Sixt2008-06-261-0/+27
* Windows: Add a new lstat and fstat implementation based on Win32 API.Marius Storm-Olsen2008-06-261-0/+132
* Windows: Implement a custom spawnve().Johannes Sixt2008-06-261-6/+197
* Windows: Implement wrappers for gethostbyname(), socket(), and connect().Johannes Sixt2008-06-261-0/+46
* Windows: A rudimentary poll() emulation.Johannes Sixt2008-06-261-1/+56
* Windows: Implement start_command().Johannes Sixt2008-06-231-0/+62
* Windows: A pipe() replacement whose ends are not inherited to children.Johannes Sixt2008-06-231-0/+45
* Windows: Wrap execve so that shell scripts can be invoked.Johannes Sixt2008-06-231-0/+184
* Windows: Implement setitimer() and sigaction().Johannes Sixt2008-06-231-2/+110
* Windows: Implement gettimeofday().Johannes Sixt2008-06-231-1/+14
* Windows: Work around misbehaved rename().Johannes Sixt2008-06-231-0/+25
* Windows: A minimal implemention of getpwuid().Johannes Sixt2008-06-231-0/+8
* Windows: Implement a wrapper of the open() function.Johannes Sixt2008-06-231-0/+20
* Windows: Treat Windows style path names.Johannes Sixt2008-06-231-0/+13
* Add target architecture MinGW.Johannes Sixt2008-06-221-0/+57