index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compat
Commit message (
Expand
)
Author
Age
*
Merge branch 'vr/msvc'
Junio C Hamano
2011-12-05
|
\
|
*
MSVC: Remove unneeded header stubs
Vincent van Ravesteijn
2011-10-31
|
*
Compile fix for MSVC: Include <io.h>
Vincent van Ravesteijn
2011-10-31
*
|
Merge branch 'na/strtoimax'
Junio C Hamano
2011-12-05
|
\
\
|
*
|
Add strtoimax() compatibility function.
Nick Alcock
2011-11-02
*
|
|
Revert "upload-archive: use start_command instead of fork"
Junio C Hamano
2011-11-15
*
|
|
upload-archive: use start_command instead of fork
Erik Faye-Lund
2011-10-30
*
|
|
compat/win32/poll.c: upgrade from upstream
Erik Faye-Lund
2011-10-30
*
|
|
mingw: move poll out of sys-folder
Erik Faye-Lund
2011-10-30
|
|
/
|
/
|
*
|
Merge branch 'ss/inet-ntop'
Junio C Hamano
2011-10-21
|
\
\
|
*
|
inet_ntop.c: Work around GCC 4.6's detection of uninitialized variables
Sebastian Schuberth
2011-10-18
*
|
|
Merge branch 'pt/mingw-misc-fixes'
Junio C Hamano
2011-10-18
|
\
\
\
|
*
|
|
mingw: ensure sockets are initialized before calling gethostname
Pat Thoyts
2011-10-15
*
|
|
|
Merge branch 'bc/attr-ignore-case'
Junio C Hamano
2011-10-17
|
\
\
\
\
|
*
|
|
|
cleanup: use internal memory allocation wrapper functions everywhere
Brandon Casey
2011-10-06
*
|
|
|
|
Merge branch 'ef/mingw-syslog'
Junio C Hamano
2011-10-17
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
mingw: avoid using strbuf in syslog
Erik Faye-Lund
2011-10-07
|
|
/
/
/
*
|
|
|
obstack.c: Fix some sparse warnings
Ramsay Jones
2011-09-11
|
/
/
/
*
|
|
obstack: Fix portability issues
Fredrik Kuivinen
2011-08-28
*
|
|
Add obstack.[ch] from EGLIBC 2.10
Fredrik Kuivinen
2011-08-20
*
|
|
Merge branch 'jc/maint-cygwin-trust-executable-bit-default'
Junio C Hamano
2011-07-13
|
\
\
\
|
*
|
|
cygwin: trust executable bit by default
Junio C Hamano
2011-06-20
*
|
|
|
Merge branch 'rj/config-cygwin'
Junio C Hamano
2011-07-13
|
\
\
\
\
|
*
|
|
|
t1301-*.sh: Fix the 'forced modes' test on cygwin
Ramsay Jones
2011-06-16
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'ef/maint-win-verify-path'
Junio C Hamano
2011-06-29
|
\
\
\
\
|
*
|
|
|
real_path: do not assume '/' is the path seperator
Theo Niessink
2011-05-27
*
|
|
|
|
Merge branch 'js/i18n-windows'
Junio C Hamano
2011-06-29
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Windows: teach getenv to do a case-sensitive search
Johannes Sixt
2011-06-06
|
*
|
|
|
mingw.c: move definition of mingw_getenv down
Johannes Sixt
2011-06-06
|
|
|
/
/
|
|
/
|
|
*
|
|
|
compat/fnmatch/fnmatch.c: give a fall-back definition for NULL
Junio C Hamano
2011-05-26
*
|
|
|
Merge branch 'js/mingw-shutdown'
Junio C Hamano
2011-05-23
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Windows: add a wrapper for the shutdown() system call
Johannes Sixt
2011-05-18
|
|
/
/
|
*
|
Merge branch 'sp/maint-fd-limit' into maint
Junio C Hamano
2011-03-20
|
|
\
\
*
|
|
|
remove doubled words, e.g., s/to to/to/, and fix related typos
Jim Meyering
2011-04-13
*
|
|
|
Merge branch 'maint'
Junio C Hamano
2011-03-16
|
\
\
\
\
|
|
/
/
/
|
*
|
|
compat: make gcc bswap an inline function
Jonathan Nieder
2011-03-16
*
|
|
|
Merge branch 'jk/strbuf-vaddf'
Junio C Hamano
2011-03-15
|
\
\
\
\
|
*
|
|
|
compat: provide a fallback va_copy definition
Jeff King
2011-02-26
|
|
/
/
/
*
|
|
|
Merge branch 'sp/maint-fd-limit'
Junio C Hamano
2011-03-15
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
mingw: add minimum getrlimit() compatibility stub
Erik Faye-Lund
2011-03-02
|
|
/
/
*
|
|
Merge branch 'hv/mingw-fs-funnies'
Junio C Hamano
2011-02-27
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
mingw_rmdir: set errno=ENOTEMPTY when appropriate
Johannes Schindelin
2011-02-07
|
*
|
mingw: add fallback for rmdir in case directory is in use
Heiko Voigt
2011-02-07
|
*
|
mingw: make failures to unlink or move raise a question
Heiko Voigt
2011-02-07
|
*
|
mingw: work around irregular failures of unlink on windows
Heiko Voigt
2011-02-07
|
*
|
mingw: move unlink wrapper to mingw.c
Heiko Voigt
2011-02-07
*
|
|
Merge branch 'rj/msvc-fix'
Junio C Hamano
2010-12-16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
msvc: Fix macro redefinition warnings
Ramsay Jones
2010-12-09
|
*
|
msvc: Fix build by adding missing INTMAX_MAX define
Ramsay Jones
2010-12-09
|
*
|
msvc: Fix compilation errors in compat/win32/sys/poll.c
Ramsay Jones
2010-12-09
[next]