summaryrefslogtreecommitdiff
path: root/compat/mingw.c
AgeCommit message (Expand)Author
2010-01-17Do not use date.c:tm_to_time_t() from compat/mingw.cJohannes Sixt
2010-01-17MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski
2010-01-17Windows: avoid the "dup dance" when spawning a child processJohannes Sixt
2010-01-17Windows: simplify the pipe(2) implementationJohannes Sixt
2010-01-17Windows: boost startup by avoiding a static dependency on shell32.dllJohannes Sixt
2009-11-24Enable support for IPv6 on MinGWMartin Storsjö
2009-11-24Refactor winsock initialization into a separate functionMartin Storsjö
2009-11-09MSVC: Add support for building with NO_MMAPRamsay Jones
2009-09-19Make usage of windows.h lean and meanMarius Storm-Olsen
2009-09-19Fix __stdcall placement and function prototypeFrank Li
2009-09-19Set _O_BINARY as default fmode for both MinGW and MSVCMarius Storm-Olsen
2009-09-19Avoid declaration after statementFrank Li
2009-09-11start_command: do not clobber cmd->env on Windows code pathJohannes Sixt
2009-06-01MinGW readdir reimplementation to support d_typeMarius Storm-Olsen
2009-06-01MinGW: fix warning about implicit declaration of _getch()Johannes Schindelin
2009-05-23MinGW: Add a simple getpass()Johannes Schindelin
2009-05-23MinGW: Scan for \r in addition to \n when reading shbang linesPeter Harris
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-04-23Fix typos / spelling in commentsMike Ralphson
2009-04-20Windows: Work around intermittent failures in mingw_renameJohannes Sixt
2009-03-24MinGW: Quote arguments for subprocesses that contain a single-quoteJohannes Sixt
2009-03-17MinGW: a hardlink implementationPetr Kodl
2009-03-17MinGW: a helper function that translates Win32 API error codesPetr Kodl
2009-03-05MinGW: 64-bit file offsetsJohannes Schindelin
2008-11-28Merge branch 'js/mingw-rename-fix'Junio C Hamano
2008-11-24compat/mingw.c: Teach mingw_rename() to replace read-only filesJohannes Sixt
2008-11-06Windows: Make OpenSSH properly detect tty detachment.Alexander Gavrilov
2008-09-30mingw: move common functionality to win32.hDmitry Potapov
2008-09-29mingw: remove use of _getdrive() from lstat/fstatDmitry Potapov
2008-09-29compat/mingw: Support a timeout in the poll emulation if no fds are givenJohannes Sixt
2008-08-19Revert "Windows: Use a customized struct stat that also has the st_blocks mem...Johannes Sixt
2008-08-19compat: introduce on_disk_bytes()Junio C Hamano
2008-07-19Teach lookup_prog not to select directoriesEric Raible
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APISteffen Prohaska
2008-06-26Windows: TMP and TEMP environment variables specify a temporary directory.Johannes Sixt
2008-06-26Windows: Use a customized struct stat that also has the st_blocks member.Johannes Sixt
2008-06-26Windows: Add a custom implementation for utime().Johannes Sixt
2008-06-26Windows: Add a new lstat and fstat implementation based on Win32 API.Marius Storm-Olsen
2008-06-26Windows: Implement a custom spawnve().Johannes Sixt
2008-06-26Windows: Implement wrappers for gethostbyname(), socket(), and connect().Johannes Sixt
2008-06-26Windows: A rudimentary poll() emulation.Johannes Sixt
2008-06-23Windows: Implement start_command().Johannes Sixt
2008-06-23Windows: A pipe() replacement whose ends are not inherited to children.Johannes Sixt
2008-06-23Windows: Wrap execve so that shell scripts can be invoked.Johannes Sixt
2008-06-23Windows: Implement setitimer() and sigaction().Johannes Sixt
2008-06-23Windows: Implement gettimeofday().Johannes Sixt
2008-06-23Windows: Work around misbehaved rename().Johannes Sixt
2008-06-23Windows: A minimal implemention of getpwuid().Johannes Sixt
2008-06-23Windows: Implement a wrapper of the open() function.Johannes Sixt
2008-06-23Windows: Treat Windows style path names.Johannes Sixt