Sign in
googlers
/
jrn
/
git
/
47e44ed1dc17d3a94ec4bf8dd29810ab7882041c
/
compat
/
mingw.h
fdc1211
mingw: use poll-emulation from gnulib
by Erik Faye-Lund
· 14 years ago
82fc07b
mingw: add kill emulation
by Erik Faye-Lund
· 14 years ago
ef7108c
mingw: support waitpid with pid > 0 and WNOHANG
by Erik Faye-Lund
· 14 years ago
52de4db
mingw: use real pid
by Erik Faye-Lund
· 14 years ago
772991a
mingw: add network-wrappers for daemon
by Mike Pape
· 14 years ago
5debf9a
Add MinGW-specific execv() override.
by Eric Sunshine
· 14 years ago
77df1f1
Fix Windows-specific macro redefinition warning.
by Eric Sunshine
· 14 years ago
9b9784c
MinGW: fix stat() and lstat() implementations for handling symlinks
by Pat Thoyts
· 15 years ago
4091bfc
MinGW: Add missing file mode bit defines
by Sebastian Schuberth
· 15 years ago
e7cf4e9
MinGW: Use pid_t more consequently, introduce uid_t for greater compatibility
by Sebastian Schuberth
· 15 years ago
7626550
Merge branch 'js/async-thread'
by Junio C Hamano
· 15 years ago
75f6929
mingw: use _commit to implement fsync
by Erik Faye-Lund
· 15 years ago
c8b2964
Fix checkout of large files to network shares on Windows XP
by René Scharfe
· 15 years ago
4553d58
Merge branch 'jl/maint-submodule-gitfile-awareness'
by Junio C Hamano
· 15 years ago
f9a2743
Windows: start_command: Support non-NULL dir in struct child_process
by Johannes Sixt
· 15 years ago
5f8763a
Fix signature of fcntl() compatibility dummy
by Johannes Sixt
· 15 years ago
3fdcdbd
Windows: redirect f[re]open("/dev/null") to f[re]open("nul")
by Johannes Sixt
· 15 years ago
44626dc
MSVC: Windows-native implementation for subset of Pthreads API
by Andrzej K. Haczewski
· 15 years ago
b6f714f
MSVC: Fix an "incompatible pointer types" compiler warning
by Ramsay Jones
· 15 years ago
75301f9
Windows: avoid the "dup dance" when spawning a child process
by Johannes Sixt
· 15 years ago
fe3b2b7
Enable support for IPv6 on MinGW
by Martin Storsjö
· 15 years ago
7a4383c
Merge branch 'rj/cygwin-msvc'
by Junio C Hamano
· 15 years ago
b1b9520
MSVC: Add support for building with NO_MMAP
by Ramsay Jones
· 15 years ago
514213b
mingw: wrap SSL_set_(w|r)fd to call _get_osfhandle
by Erik Faye-Lund
· 15 years ago
435bdf8
Make usage of windows.h lean and mean
by Marius Storm-Olsen
· 15 years ago
a6ca8c6
Set _O_BINARY as default fmode for both MinGW and MSVC
by Marius Storm-Olsen
· 15 years ago
2affea4
start_command: do not clobber cmd->env on Windows code path
by Johannes Sixt
· 16 years ago
303e7c4
MinGW: simplify waitpid() emulation macros
by Johannes Sixt
· 16 years ago
47e3de0
MinGW: truncate exit()'s argument to lowest 8 bits
by Johannes Sixt
· 16 years ago
e16c60d
MinGW readdir reimplementation to support d_type
by Marius Storm-Olsen
· 16 years ago
0dbbbc1
MinGW: Add a simple getpass()
by Johannes Schindelin
· 16 years ago
27e3219
MinGW: use POSIX signature of waitpid()
by Johannes Schindelin
· 16 years ago
b130a72
MinGW: implement mmap
by Janos Laube
· 16 years ago
7be401e
MinGW: a hardlink implementation
by Petr Kodl
· 16 years ago
d5e3123
Brown paper bag fix for MinGW 64-bit stat
by Johannes Schindelin
· 16 years ago
1d4e4cd
MinGW: 64-bit file offsets
by Johannes Schindelin
· 16 years ago
d282506
Windows: Fix signal numbers
by Johannes Sixt
· 16 years ago
180964f
Revert "Windows: Use a customized struct stat that also has the st_blocks member."
by Johannes Sixt
· 17 years ago
fdb2a2a
compat: introduce on_disk_bytes()
by Junio C Hamano
· 17 years ago
2253776
Modify mingw_main() workaround to avoid link errors
by Steffen Prohaska
· 17 years ago
35eeef4
Windows: Make sure argv[0] has a path
by Johannes Sixt
· 17 years ago
c09df8a
Add ANSI control code emulation for the Windows console
by Peter Harris
· 17 years ago
4804aab
help (Windows): Display HTML in default browser using Windows' shell API
by Steffen Prohaska
· 17 years ago
cd800ee
Windows: Fix ntohl() related warnings about printf formatting
by Steffen Prohaska
· 17 years ago
6fd6aec
Windows: TMP and TEMP environment variables specify a temporary directory.
by Johannes Sixt
· 17 years ago
fc2ded5
Windows: Use a customized struct stat that also has the st_blocks member.
by Johannes Sixt
· 17 years ago
7c0ffa1
Windows: Add a custom implementation for utime().
by Johannes Sixt
· 18 years ago
5411bdc
Windows: Add a new lstat and fstat implementation based on Win32 API.
by Marius Storm-Olsen
· 18 years ago
7e5d776
Windows: Implement a custom spawnve().
by Johannes Sixt
· 17 years ago
746fb85
Windows: Implement wrappers for gethostbyname(), socket(), and connect().
by Johannes Sixt
· 17 years ago
ba26f29
Windows: Implement start_command().
by Johannes Sixt
· 17 years ago
897bb8c
Windows: A pipe() replacement whose ends are not inherited to children.
by Johannes Sixt
· 17 years ago
f1a4dfb
Windows: Wrap execve so that shell scripts can be invoked.
by Johannes Sixt
· 17 years ago
6072fc3
Windows: Implement setitimer() and sigaction().
by Johannes Sixt
· 17 years ago
82f8d96
Windows: Fix PRIuMAX definition.
by Johannes Sixt
· 18 years ago
ea9e98c
Windows: Work around misbehaved rename().
by Johannes Sixt
· 17 years ago
132a6e9
Windows: always chmod(, 0666) before unlink().
by Johannes Schindelin
· 18 years ago
3e4a1ba
Windows: Implement a wrapper of the open() function.
by Johannes Sixt
· 17 years ago
25fe217
Windows: Treat Windows style path names.
by Johannes Sixt
· 17 years ago
80ba074
Windows: Use the Windows style PATH separator ';'.
by Johannes Sixt
· 17 years ago
f4626df
Add target architecture MinGW.
by Johannes Sixt
· 17 years ago