summaryrefslogtreecommitdiff
path: root/compat/mingw.c
AgeCommit message (Expand)Author
2011-02-07mingw_rmdir: set errno=ENOTEMPTY when appropriateJohannes Schindelin
2011-02-07mingw: add fallback for rmdir in case directory is in useHeiko Voigt
2011-02-07mingw: make failures to unlink or move raise a questionHeiko Voigt
2011-02-07mingw: work around irregular failures of unlink on windowsHeiko Voigt
2011-02-07mingw: move unlink wrapper to mingw.cHeiko Voigt
2010-12-13Merge branch 'ef/win32-dirent'Junio C Hamano
2010-11-24Merge branch 'maint'Junio C Hamano
2010-11-24mingw: do not set errno to 0 on successErik Faye-Lund
2010-11-24win32: use our own dirent.hErik Faye-Lund
2010-11-24win32: dirent: handle errorsErik Faye-Lund
2010-11-04mingw: use poll-emulation from gnulibErik Faye-Lund
2010-11-04Improve the mingw getaddrinfo stub to handle more use casesMartin Storsjö
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-03Add MinGW-specific execv() override.Eric Sunshine
2010-10-03mingw: do not crash on open(NULL, ...)Erik Faye-Lund
2010-10-01MinGW: Report errors when failing to launch the html browser.Pat Thoyts
2010-10-01MinGW: fix stat() and lstat() implementations for handling symlinksPat Thoyts
2010-08-31Merge branch 'sg/rerere-gc-old-still-used'Junio C Hamano
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues
2010-07-13mingw_utime(): handle NULL times parameterSZEDER Gábor
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-31Sync with 1.7.0.4Junio C Hamano
2010-03-30Windows: fix utime() for read-only filesJohannes Sixt
2010-02-25Windows: redirect f[re]open("/dev/null") to f[re]open("nul")Johannes Sixt
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