index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compat
/
mingw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-29
Merge branch 'js/i18n-windows'
Junio C Hamano
1
-15
/
+32
2011-06-06
Windows: teach getenv to do a case-sensitive search
Johannes Sixt
1
-3
/
+20
2011-06-06
mingw.c: move definition of mingw_getenv down
Johannes Sixt
1
-15
/
+15
2011-05-23
Merge branch 'js/mingw-shutdown'
Junio C Hamano
1
-0
/
+7
2011-05-18
Windows: add a wrapper for the shutdown() system call
Johannes Sixt
1
-0
/
+7
2011-04-13
remove doubled words, e.g., s/to to/to/, and fix related typos
Jim Meyering
1
-1
/
+1
2011-02-07
mingw_rmdir: set errno=ENOTEMPTY when appropriate
Johannes Schindelin
1
-0
/
+28
2011-02-07
mingw: add fallback for rmdir in case directory is in use
Heiko Voigt
1
-0
/
+25
2011-02-07
mingw: make failures to unlink or move raise a question
Heiko Voigt
1
-0
/
+78
2011-02-07
mingw: work around irregular failures of unlink on windows
Heiko Voigt
1
-2
/
+29
2011-02-07
mingw: move unlink wrapper to mingw.c
Heiko Voigt
1
-0
/
+8
2010-12-12
Merge branch 'ef/win32-dirent'
Junio C Hamano
1
-60
/
+0
2010-11-24
Merge branch 'maint'
Junio C Hamano
1
-1
/
+3
2010-11-23
mingw: do not set errno to 0 on success
Erik Faye-Lund
1
-1
/
+3
2010-11-23
win32: use our own dirent.h
Erik Faye-Lund
1
-60
/
+0
2010-11-23
win32: dirent: handle errors
Erik Faye-Lund
1
-1
/
+1
2010-11-04
mingw: use poll-emulation from gnulib
Erik Faye-Lund
1
-65
/
+0
2010-11-04
Improve the mingw getaddrinfo stub to handle more use cases
Martin Storsjö
1
-7
/
+21
2010-11-04
mingw: add kill emulation
Erik Faye-Lund
1
-0
/
+19
2010-11-04
mingw: support waitpid with pid > 0 and WNOHANG
Erik Faye-Lund
1
-0
/
+8
2010-11-04
mingw: use real pid
Erik Faye-Lund
1
-1
/
+72
2010-11-04
mingw: add network-wrappers for daemon
Mike Pape
1
-1
/
+43
2010-10-03
Add MinGW-specific execv() override.
Eric Sunshine
1
-0
/
+5
2010-10-03
mingw: do not crash on open(NULL, ...)
Erik Faye-Lund
1
-2
/
+2
2010-10-01
MinGW: Report errors when failing to launch the html browser.
Pat Thoyts
1
-2
/
+6
2010-10-01
MinGW: fix stat() and lstat() implementations for handling symlinks
Pat Thoyts
1
-4
/
+35
2010-08-31
Merge branch 'sg/rerere-gc-old-still-used'
Junio C Hamano
1
-2
/
+7
2010-08-22
Typos in code comments, an error message, documentation
Ralf Wildenhues
1
-1
/
+1
2010-07-12
mingw_utime(): handle NULL times parameter
SZEDER Gábor
1
-2
/
+7
2010-05-20
Fix checkout of large files to network shares on Windows XP
René Scharfe
1
-0
/
+17
2010-04-11
Merge branch 'jl/maint-submodule-gitfile-awareness'
Junio C Hamano
1
-4
/
+6
2010-04-11
Windows: start_command: Support non-NULL dir in struct child_process
Johannes Sixt
1
-4
/
+6
2010-03-31
Sync with 1.7.0.4
Junio C Hamano
1
-2
/
+18
2010-03-30
Windows: fix utime() for read-only files
Johannes Sixt
1
-2
/
+18
2010-02-25
Windows: redirect f[re]open("/dev/null") to f[re]open("nul")
Johannes Sixt
1
-0
/
+16
2010-01-16
Do not use date.c:tm_to_time_t() from compat/mingw.c
Johannes Sixt
1
-17
/
+19
2010-01-16
MSVC: Windows-native implementation for subset of Pthreads API
Andrzej K. Haczewski
1
-1
/
+1
2010-01-16
Windows: avoid the "dup dance" when spawning a child process
Johannes Sixt
1
-8
/
+17
2010-01-16
Windows: simplify the pipe(2) implementation
Johannes Sixt
1
-29
/
+8
2010-01-16
Windows: boost startup by avoiding a static dependency on shell32.dll
Johannes Sixt
1
-2
/
+14
2009-11-24
Enable support for IPv6 on MinGW
Martin Storsjö
1
-1
/
+168
2009-11-24
Refactor winsock initialization into a separate function
Martin Storsjö
1
-3
/
+12
2009-11-08
MSVC: Add support for building with NO_MMAP
Ramsay Jones
1
-0
/
+12
2009-09-18
Make usage of windows.h lean and mean
Marius Storm-Olsen
1
-0
/
+2
2009-09-18
Fix __stdcall placement and function prototype
Frank Li
1
-2
/
+2
2009-09-18
Set _O_BINARY as default fmode for both MinGW and MSVC
Marius Storm-Olsen
1
-2
/
+0
2009-09-18
Avoid declaration after statement
Frank Li
1
-4
/
+10
2009-09-11
start_command: do not clobber cmd->env on Windows code path
Johannes Sixt
1
-2
/
+14
2009-06-01
MinGW readdir reimplementation to support d_type
Marius Storm-Olsen
1
-0
/
+59
2009-06-01
MinGW: fix warning about implicit declaration of _getch()
Johannes Schindelin
1
-0
/
+1
[next]