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-12-16Merge branch 'rj/msvc-fix'Junio C Hamano
2010-12-13Merge branch 'ef/win32-dirent'Junio C Hamano
2010-12-10msvc: Fix macro redefinition warningsRamsay Jones
2010-12-08Merge branch 'il/remote-fd-ext'Junio C Hamano
2010-11-24win32: use our own dirent.hErik Faye-Lund
2010-11-05mingw: use poll-emulation from gnulibErik Faye-Lund
2010-11-05mingw: add kill emulationErik Faye-Lund
2010-11-05mingw: support waitpid with pid > 0 and WNOHANGErik Faye-Lund
2010-11-05mingw: use real pidErik Faye-Lund
2010-11-05mingw: add network-wrappers for daemonMike Pape
2010-10-14Add bidirectional_transfer_loop()Ilari Liusvaara
2010-10-04Add MinGW-specific execv() override.Eric Sunshine
2010-10-04Fix Windows-specific macro redefinition warning.Eric Sunshine
2010-10-02MinGW: fix stat() and lstat() implementations for handling symlinksPat Thoyts
2010-10-02MinGW: Add missing file mode bit definesSebastian Schuberth
2010-10-02MinGW: Use pid_t more consequently, introduce uid_t for greater compatibilitySebastian Schuberth
2010-06-21Merge branch 'js/async-thread'Junio C Hamano
2010-05-21mingw: use _commit to implement fsyncErik Faye-Lund
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-03-07Fix signature of fcntl() compatibility dummyJohannes Sixt
2010-02-25Windows: redirect f[re]open("/dev/null") to f[re]open("nul")Johannes Sixt
2010-01-17MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski
2010-01-17MSVC: Fix an "incompatible pointer types" compiler warningRamsay Jones
2010-01-17Windows: avoid the "dup dance" when spawning a child processJohannes Sixt
2009-11-24Enable support for IPv6 on MinGWMartin Storsjö
2009-11-21Merge branch 'rj/cygwin-msvc'Junio C Hamano
2009-11-09MSVC: Add support for building with NO_MMAPRamsay Jones
2009-10-20mingw: wrap SSL_set_(w|r)fd to call _get_osfhandleErik Faye-Lund
2009-09-19Make usage of windows.h lean and meanMarius Storm-Olsen
2009-09-19Set _O_BINARY as default fmode for both MinGW and MSVCMarius Storm-Olsen
2009-09-12start_command: do not clobber cmd->env on Windows code pathJohannes Sixt
2009-07-05MinGW: simplify waitpid() emulation macrosJohannes Sixt
2009-07-05MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt
2009-06-01MinGW readdir reimplementation to support d_typeMarius Storm-Olsen
2009-05-23MinGW: Add a simple getpass()Johannes Schindelin
2009-05-23MinGW: use POSIX signature of waitpid()Johannes Schindelin
2009-03-19MinGW: implement mmapJanos Laube
2009-03-17MinGW: a hardlink implementationPetr Kodl
2009-03-07Brown paper bag fix for MinGW 64-bit statJohannes Schindelin
2009-03-06MinGW: 64-bit file offsetsJohannes Schindelin
2009-01-22Windows: Fix signal numbersJohannes 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-08-04Modify mingw_main() workaround to avoid link errorsSteffen Prohaska
2008-07-26Windows: Make sure argv[0] has a pathJohannes Sixt
2008-07-19Add ANSI control code emulation for the Windows consolePeter Harris
2008-07-14help (Windows): Display HTML in default browser using Windows' shell APISteffen Prohaska
2008-06-26Windows: Fix ntohl() related warnings about printf formattingSteffen Prohaska