index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compat
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
compat: provide a fallback va_copy definition
Jeff King
2011-02-26
1
-1
/
+0
*
Merge branch 'rj/msvc-fix'
Junio C Hamano
2010-12-16
3
-6
/
+7
|
\
|
*
msvc: Fix macro redefinition warnings
Ramsay Jones
2010-12-10
1
-6
/
+0
|
*
msvc: Fix build by adding missing INTMAX_MAX define
Ramsay Jones
2010-12-10
1
-0
/
+4
|
*
msvc: Fix compilation errors in compat/win32/sys/poll.c
Ramsay Jones
2010-12-09
1
-0
/
+3
*
|
Merge branch 'ef/win32-dirent'
Junio C Hamano
2010-12-13
6
-246
/
+132
|
\
\
|
*
|
win32: use our own dirent.h
Erik Faye-Lund
2010-11-24
6
-269
/
+132
|
*
|
msvc: opendir: handle paths ending with a slash
Erik Faye-Lund
2010-11-24
1
-0
/
+2
|
*
|
win32: dirent: handle errors
Erik Faye-Lund
2010-11-24
2
-2
/
+28
|
*
|
msvc: opendir: do not start the search
Erik Faye-Lund
2010-11-24
1
-7
/
+3
|
*
|
msvc: opendir: allocate enough memory
Erik Faye-Lund
2010-11-24
1
-5
/
+4
|
*
|
msvc: opendir: fix malloc-failure
Erik Faye-Lund
2010-11-24
1
-4
/
+4
|
|
/
*
|
Merge branch 'il/remote-fd-ext'
Junio C Hamano
2010-12-08
1
-0
/
+3
|
\
\
|
*
|
Add bidirectional_transfer_loop()
Ilari Liusvaara
2010-10-14
1
-0
/
+5
*
|
|
Merge branch 'maint'
Junio C Hamano
2010-11-24
1
-1
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
mingw: do not set errno to 0 on success
Erik Faye-Lund
2010-11-24
1
-1
/
+3
|
|
/
*
|
mingw: use poll-emulation from gnulib
Erik Faye-Lund
2010-11-05
3
-78
/
+1
*
|
mingw: import poll-emulation from gnulib
Erik Faye-Lund
2010-11-05
2
-0
/
+650
*
|
Improve the mingw getaddrinfo stub to handle more use cases
Martin Storsjö
2010-11-05
1
-7
/
+21
*
|
mingw: add kill emulation
Erik Faye-Lund
2010-11-05
2
-0
/
+22
*
|
mingw: support waitpid with pid > 0 and WNOHANG
Erik Faye-Lund
2010-11-05
2
-0
/
+9
*
|
mingw: use real pid
Erik Faye-Lund
2010-11-05
2
-8
/
+75
*
|
inet_ntop: fix a couple of old-style decls
Erik Faye-Lund
2010-11-05
1
-13
/
+3
*
|
compat: add inet_pton and inet_ntop prototypes
Mike Pape
2010-11-05
2
-6
/
+8
*
|
mingw: implement syslog
Mike Pape
2010-11-05
2
-0
/
+92
*
|
mingw: add network-wrappers for daemon
Mike Pape
2010-11-05
2
-1
/
+59
*
|
Add MinGW-specific execv() override.
Eric Sunshine
2010-10-04
2
-0
/
+7
*
|
Fix Windows-specific macro redefinition warning.
Eric Sunshine
2010-10-04
1
-0
/
+6
*
|
mingw: do not crash on open(NULL, ...)
Erik Faye-Lund
2010-10-04
1
-2
/
+2
*
|
MinGW: Report errors when failing to launch the html browser.
Pat Thoyts
2010-10-02
1
-2
/
+6
*
|
MinGW: fix stat() and lstat() implementations for handling symlinks
Pat Thoyts
2010-10-02
2
-5
/
+37
*
|
MinGW: Add missing file mode bit defines
Sebastian Schuberth
2010-10-02
1
-1
/
+13
*
|
MinGW: Use pid_t more consequently, introduce uid_t for greater compatibility
Sebastian Schuberth
2010-10-02
1
-5
/
+6
|
/
*
Merge branch 'ab/compat-regex'
Junio C Hamano
2010-09-03
6
-5104
/
+11166
|
\
|
*
Fix compat/regex ANSIfication on MinGW
Johannes Sixt
2010-08-26
1
-6
/
+5
|
*
compat/regex: get rid of old-style definition
Junio C Hamano
2010-08-20
2
-69
/
+55
|
*
compat/regex: define out variables only used under RE_ENABLE_I18N
Ævar Arnfjörð Bjarmason
2010-08-19
2
-1
/
+3
|
*
Change regerror() declaration from K&R style to ANSI C (C89)
Frank Li
2010-08-18
1
-5
/
+2
|
*
compat/regex: get the gawk regex engine to compile within git
Ævar Arnfjörð Bjarmason
2010-08-18
1
-0
/
+3
|
*
compat/regex: use the regex engine from gawk for compat
Ævar Arnfjörð Bjarmason
2010-08-18
6
-5104
/
+11179
*
|
Merge branch 'jn/svn-fe'
Junio C Hamano
2010-09-01
1
-0
/
+61
|
\
\
|
*
|
compat: add strtok_r()
Jonathan Nieder
2010-08-15
1
-0
/
+61
|
|
/
*
|
Merge branch 'sg/rerere-gc-old-still-used'
Junio C Hamano
2010-09-01
1
-2
/
+7
|
\
\
|
*
|
mingw_utime(): handle NULL times parameter
SZEDER Gábor
2010-07-13
1
-2
/
+7
|
*
|
Merge branch 'np/malloc-threading' into maint
Junio C Hamano
2010-06-17
1
-1
/
+7
|
|
\
\
*
|
|
|
Typos in code comments, an error message, documentation
Ralf Wildenhues
2010-08-22
3
-3
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'js/async-thread'
Junio C Hamano
2010-06-21
3
-1
/
+34
|
\
\
\
|
*
|
|
Windows: more pthreads functions
Johannes Sixt
2010-03-07
2
-0
/
+33
|
*
|
|
Fix signature of fcntl() compatibility dummy
Johannes Sixt
2010-03-07
1
-1
/
+1
*
|
|
|
Merge branch 'js/maint-windows'
Junio C Hamano
2010-06-13
1
-1
/
+1
|
\
\
\
\
[next]