summaryrefslogtreecommitdiff
path: root/compat/mingw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set _O_BINARY as default fmode for both MinGW and MSVCMarius Storm-Olsen2009-09-181-2/+0
* Avoid declaration after statementFrank Li2009-09-181-4/+10
* start_command: do not clobber cmd->env on Windows code pathJohannes Sixt2009-09-111-2/+14
* MinGW readdir reimplementation to support d_typeMarius Storm-Olsen2009-06-011-0/+59
* MinGW: fix warning about implicit declaration of _getch()Johannes Schindelin2009-06-011-0/+1
* MinGW: Add a simple getpass()Johannes Schindelin2009-05-231-0/+15
* MinGW: Scan for \r in addition to \n when reading shbang linesPeter Harris2009-05-231-2/+2
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-1/+1
* Fix typos / spelling in commentsMike Ralphson2009-04-221-1/+1
* Windows: Work around intermittent failures in mingw_renameJohannes Sixt2009-04-201-2/+19
* MinGW: Quote arguments for subprocesses that contain a single-quoteJohannes Sixt2009-03-241-1/+1
* MinGW: a hardlink implementationPetr Kodl2009-03-171-0/+21
* MinGW: a helper function that translates Win32 API error codesPetr Kodl2009-03-171-0/+113
* MinGW: 64-bit file offsetsJohannes Schindelin2009-03-051-3/+5
* Merge branch 'js/mingw-rename-fix'Junio C Hamano2008-11-271-3/+12
|\
| * compat/mingw.c: Teach mingw_rename() to replace read-only filesJohannes Sixt2008-11-231-3/+12
* | 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