summaryrefslogtreecommitdiff
path: root/compat/mingw.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-091-1/+1
|\
| * mingw: give waitpid the correct signatureErik Faye-Lund2011-12-091-1/+1
* | Merge branch 'pt/mingw-misc-fixes'Junio C Hamano2011-10-181-0/+7
|\ \ | |/ |/|
| * mingw: ensure sockets are initialized before calling gethostnamePat Thoyts2011-10-151-0/+7
* | cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey2011-10-061-1/+1
|/
* Merge branch 'js/i18n-windows'Junio C Hamano2011-06-291-15/+32
|\
| * Windows: teach getenv to do a case-sensitive searchJohannes Sixt2011-06-061-3/+20
| * mingw.c: move definition of mingw_getenv downJohannes Sixt2011-06-061-15/+15
* | Merge branch 'js/mingw-shutdown'Junio C Hamano2011-05-231-0/+7
|\ \ | |/ |/|
| * Windows: add a wrapper for the shutdown() system callJohannes Sixt2011-05-181-0/+7
* | remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering2011-04-131-1/+1
* | mingw_rmdir: set errno=ENOTEMPTY when appropriateJohannes Schindelin2011-02-071-0/+28
* | mingw: add fallback for rmdir in case directory is in useHeiko Voigt2011-02-071-0/+25
* | mingw: make failures to unlink or move raise a questionHeiko Voigt2011-02-071-0/+78
* | mingw: work around irregular failures of unlink on windowsHeiko Voigt2011-02-071-2/+29
* | mingw: move unlink wrapper to mingw.cHeiko Voigt2011-02-071-0/+8
|/
* Merge branch 'ef/win32-dirent'Junio C Hamano2010-12-121-60/+0
|\
| * win32: use our own dirent.hErik Faye-Lund2010-11-231-60/+0
| * win32: dirent: handle errorsErik Faye-Lund2010-11-231-1/+1
* | Merge branch 'maint'Junio C Hamano2010-11-241-1/+3
|\ \ | |/ |/|
| * mingw: do not set errno to 0 on successErik Faye-Lund2010-11-231-1/+3
* | mingw: use poll-emulation from gnulibErik Faye-Lund2010-11-041-65/+0
* | Improve the mingw getaddrinfo stub to handle more use casesMartin Storsjö2010-11-041-7/+21
* | mingw: add kill emulationErik Faye-Lund2010-11-041-0/+19
* | mingw: support waitpid with pid > 0 and WNOHANGErik Faye-Lund2010-11-041-0/+8
* | mingw: use real pidErik Faye-Lund2010-11-041-1/+72
* | mingw: add network-wrappers for daemonMike Pape2010-11-041-1/+43
* | Add MinGW-specific execv() override.Eric Sunshine2010-10-031-0/+5
* | mingw: do not crash on open(NULL, ...)Erik Faye-Lund2010-10-031-2/+2
* | MinGW: Report errors when failing to launch the html browser.Pat Thoyts2010-10-011-2/+6
* | MinGW: fix stat() and lstat() implementations for handling symlinksPat Thoyts2010-10-011-4/+35
|/
* Merge branch 'sg/rerere-gc-old-still-used'Junio C Hamano2010-08-311-2/+7
|\
| * mingw_utime(): handle NULL times parameterSZEDER Gábor2010-07-121-2/+7
* | Typos in code comments, an error message, documentationRalf Wildenhues2010-08-221-1/+1
|/
* Fix checkout of large files to network shares on Windows XPRené Scharfe2010-05-201-0/+17
* Merge branch 'jl/maint-submodule-gitfile-awareness'Junio C Hamano2010-04-111-4/+6
|\
| * Windows: start_command: Support non-NULL dir in struct child_processJohannes Sixt2010-04-111-4/+6
* | Sync with 1.7.0.4Junio C Hamano2010-03-311-2/+18
|\ \
| * | Windows: fix utime() for read-only filesJohannes Sixt2010-03-301-2/+18
| |/
* | Windows: redirect f[re]open("/dev/null") to f[re]open("nul")Johannes Sixt2010-02-251-0/+16
|/
* Do not use date.c:tm_to_time_t() from compat/mingw.cJohannes Sixt2010-01-161-17/+19
* MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski2010-01-161-1/+1
* Windows: avoid the "dup dance" when spawning a child processJohannes Sixt2010-01-161-8/+17
* Windows: simplify the pipe(2) implementationJohannes Sixt2010-01-161-29/+8
* Windows: boost startup by avoiding a static dependency on shell32.dllJohannes Sixt2010-01-161-2/+14
* Enable support for IPv6 on MinGWMartin Storsjö2009-11-241-1/+168
* Refactor winsock initialization into a separate functionMartin Storsjö2009-11-241-3/+12
* MSVC: Add support for building with NO_MMAPRamsay Jones2009-11-081-0/+12
* Make usage of windows.h lean and meanMarius Storm-Olsen2009-09-181-0/+2
* Fix __stdcall placement and function prototypeFrank Li2009-09-181-2/+2