index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compat
/
mingw.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
compat/mingw.[ch]: Change return type of exec functions to int
Ramsay Jones
2012-04-06
1
-2
/
+2
*
Merge branch 'maint-1.7.7' into maint
Junio C Hamano
2011-12-09
1
-1
/
+1
|
\
|
*
mingw: give waitpid the correct signature
Erik Faye-Lund
2011-12-09
1
-1
/
+1
*
|
Revert "upload-archive: use start_command instead of fork"
Junio C Hamano
2011-11-16
1
-0
/
+2
*
|
upload-archive: use start_command instead of fork
Erik Faye-Lund
2011-10-31
1
-2
/
+0
*
|
mingw: ensure sockets are initialized before calling gethostname
Pat Thoyts
2011-10-16
1
-0
/
+3
|
/
*
Merge branch 'ef/maint-win-verify-path'
Junio C Hamano
2011-06-30
1
-0
/
+9
|
\
|
*
real_path: do not assume '/' is the path seperator
Theo Niessink
2011-05-27
1
-0
/
+9
*
|
Merge branch 'js/mingw-shutdown'
Junio C Hamano
2011-05-23
1
-0
/
+3
|
\
\
|
*
|
Windows: add a wrapper for the shutdown() system call
Johannes Sixt
2011-05-18
1
-0
/
+3
|
|
/
*
|
Merge branch 'sp/maint-fd-limit'
Junio C Hamano
2011-03-15
1
-0
/
+16
|
\
|
|
*
mingw: add minimum getrlimit() compatibility stub
Erik Faye-Lund
2011-03-02
1
-0
/
+16
*
|
Merge branch 'hv/mingw-fs-funnies'
Junio C Hamano
2011-02-28
1
-8
/
+6
|
\
\
|
|
/
|
/
|
|
*
mingw: add fallback for rmdir in case directory is in use
Heiko Voigt
2011-02-08
1
-0
/
+3
|
*
mingw: move unlink wrapper to mingw.c
Heiko Voigt
2011-02-08
1
-8
/
+3
*
|
Merge branch 'rj/msvc-fix'
Junio C Hamano
2010-12-16
1
-6
/
+0
|
\
\
|
|
/
|
/
|
|
*
msvc: Fix macro redefinition warnings
Ramsay Jones
2010-12-10
1
-6
/
+0
*
|
Merge branch 'ef/win32-dirent'
Junio C Hamano
2010-12-13
1
-29
/
+0
|
\
\
|
*
|
win32: use our own dirent.h
Erik Faye-Lund
2010-11-24
1
-29
/
+0
|
|
/
*
|
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
*
|
mingw: use poll-emulation from gnulib
Erik Faye-Lund
2010-11-05
1
-11
/
+0
*
|
mingw: add kill emulation
Erik Faye-Lund
2010-11-05
1
-0
/
+3
*
|
mingw: support waitpid with pid > 0 and WNOHANG
Erik Faye-Lund
2010-11-05
1
-0
/
+1
*
|
mingw: use real pid
Erik Faye-Lund
2010-11-05
1
-7
/
+3
*
|
mingw: add network-wrappers for daemon
Mike Pape
2010-11-05
1
-0
/
+16
*
|
Add MinGW-specific execv() override.
Eric Sunshine
2010-10-04
1
-0
/
+2
*
|
Fix Windows-specific macro redefinition warning.
Eric Sunshine
2010-10-04
1
-0
/
+6
*
|
MinGW: fix stat() and lstat() implementations for handling symlinks
Pat Thoyts
2010-10-02
1
-1
/
+2
*
|
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 'js/async-thread'
Junio C Hamano
2010-06-21
1
-1
/
+1
|
\
|
*
Fix signature of fcntl() compatibility dummy
Johannes Sixt
2010-03-07
1
-1
/
+1
*
|
mingw: use _commit to implement fsync
Erik Faye-Lund
2010-05-21
1
-1
/
+1
*
|
Fix checkout of large files to network shares on Windows XP
René Scharfe
2010-05-21
1
-0
/
+3
*
|
Merge branch 'jl/maint-submodule-gitfile-awareness'
Junio C Hamano
2010-04-11
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Windows: start_command: Support non-NULL dir in struct child_process
Johannes Sixt
2010-04-11
1
-0
/
+1
*
|
Windows: redirect f[re]open("/dev/null") to f[re]open("nul")
Johannes Sixt
2010-02-25
1
-0
/
+6
|
/
*
MSVC: Windows-native implementation for subset of Pthreads API
Andrzej K. Haczewski
2010-01-17
1
-0
/
+5
*
MSVC: Fix an "incompatible pointer types" compiler warning
Ramsay Jones
2010-01-17
1
-1
/
+3
*
Windows: avoid the "dup dance" when spawning a child process
Johannes Sixt
2010-01-17
1
-1
/
+2
*
Enable support for IPv6 on MinGW
Martin Storsjö
2009-11-24
1
-0
/
+13
*
Merge branch 'rj/cygwin-msvc'
Junio C Hamano
2009-11-21
1
-1
/
+1
|
\
|
*
MSVC: Add support for building with NO_MMAP
Ramsay Jones
2009-11-09
1
-1
/
+1
*
|
mingw: wrap SSL_set_(w|r)fd to call _get_osfhandle
Erik Faye-Lund
2009-10-20
1
-0
/
+21
|
/
*
Make usage of windows.h lean and mean
Marius Storm-Olsen
2009-09-19
1
-0
/
+2
*
Set _O_BINARY as default fmode for both MinGW and MSVC
Marius Storm-Olsen
2009-09-19
1
-0
/
+5
*
start_command: do not clobber cmd->env on Windows code path
Johannes Sixt
2009-09-12
1
-2
/
+1
*
MinGW: simplify waitpid() emulation macros
Johannes Sixt
2009-07-05
1
-2
/
+3
*
MinGW: truncate exit()'s argument to lowest 8 bits
Johannes Sixt
2009-07-05
1
-0
/
+2
[next]