Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-24mingw: do not set errno to 0 on successErik Faye-Lund
2010-09-01Merge branch 'sg/rerere-gc-old-still-used'Junio C Hamano
2010-08-23Typos in code comments, an error message, documentationRalf Wildenhues
2010-07-13mingw_utime(): handle NULL times parameterSZEDER Gábor
2010-05-21Fix checkout of large files to network shares on Windows XPRené Scharfe
2010-04-12Merge branch 'jl/maint-submodule-gitfile-awareness'Junio C Hamano
2010-04-12Windows: start_command: Support non-NULL dir in struct child_processJohannes Sixt
2010-04-01Sync with 1.7.0.4Junio C Hamano
2010-03-31Windows: 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-12start_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-02Fix 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-25MinGW: 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-06MinGW: 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-10-01mingw: 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-14help (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