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
2018-09-11
mingw: fix mingw_open_append to work with named pipes
Jeff Hostetler
1
-3
/
+33
2018-08-13
mingw: enable atomic O_APPEND
Johannes Sixt
1
-2
/
+39
2018-04-11
mingw/msvc: use the new-style RUNTIME_PREFIX helper
Johannes Schindelin
1
-3
/
+2
2018-03-19
mingw: abort on invalid strftime formats
Johannes Schindelin
1
-0
/
+11
2017-11-02
mingw: optionally redirect stderr/stdout via the same handle
Johannes Schindelin
1
-0
/
+15
2017-11-02
mingw: add experimental feature to redirect standard handles
Johannes Schindelin
1
-0
/
+43
2017-06-13
Merge branch 'nd/fopen-errors'
Junio C Hamano
1
-0
/
+2
2017-06-02
mingw_fopen: report ENOENT for invalid file names
Johannes Sixt
1
-0
/
+2
2017-05-23
mingw: simplify PATH handling
René Scharfe
1
-68
/
+23
2016-08-25
Merge branch 'js/no-html-bypass-on-windows'
Junio C Hamano
1
-42
/
+0
2016-08-19
Revert "display HTML in default browser using Windows' shell API"
Johannes Schindelin
1
-42
/
+0
2016-06-20
mingw: let the build succeed with DEVELOPER=1
Johannes Schindelin
1
-3
/
+3
2016-05-26
Merge branch 'js/windows-dotgit' into maint
Junio C Hamano
1
-0
/
+74
2016-05-11
mingw: introduce the 'core.hideDotFiles' setting
Johannes Schindelin
1
-0
/
+74
2016-04-04
Windows: shorten code by re-using convert_slashes()
Johannes Sixt
1
-7
/
+2
2016-03-04
Merge branch 'jk/tighten-alloc'
Junio C Hamano
1
-1
/
+1
2016-02-29
compat/mingw: brown paper bag fix for 50a6c8e
Jeff King
1
-1
/
+1
2016-02-26
Merge branch 'jk/tighten-alloc'
Junio C Hamano
1
-5
/
+5
2016-02-22
use st_add and st_mult for allocation size computation
Jeff King
1
-2
/
+2
2016-02-22
convert trivial cases to ALLOC_ARRAY
Jeff King
1
-3
/
+3
2016-02-17
Merge branch 'js/mingw-tests'
Junio C Hamano
1
-14
/
+77
2016-02-05
Merge branch 'js/dirname-basename' into maint
Junio C Hamano
1
-9
/
+12
2016-02-03
Merge branch 'js/dirname-basename'
Junio C Hamano
1
-9
/
+12
2016-01-26
mingw: let lstat() fail with errno == ENOTDIR when appropriate
Johannes Schindelin
1
-0
/
+39
2016-01-26
mingw: try to delete target directory before renaming
마누엘
1
-1
/
+6
2016-01-26
mingw: prepare the TMPDIR environment variable for shell scripts
Johannes Schindelin
1
-4
/
+19
2016-01-26
mingw: factor out Windows specific environment setup
Karsten Blees
1
-13
/
+17
2016-01-25
mingw: avoid linking to the C library's isalpha()
Johannes Sixt
1
-0
/
+7
2016-01-15
mingw: avoid warnings when casting HANDLEs to int
Johannes Schindelin
1
-3
/
+6
2016-01-12
Refactor skipping DOS drive prefixes
Johannes Schindelin
1
-9
/
+5
2015-12-22
Merge branch 'js/emu-write-epipe-on-windows'
Junio C Hamano
1
-0
/
+17
2015-12-21
mingw: emulate write(2) that fails with a EPIPE
Johannes Schindelin
1
-0
/
+17
2015-10-23
compat/mingw.c: remove printf format warning
Johannes Sixt
1
-1
/
+1
2015-09-25
convert trivial sprintf / strcpy calls to xsnprintf
Jeff King
1
-3
/
+5
2015-08-28
Mingw: verify both ends of the pipe () call
Jose F. Morales
1
-1
/
+1
2015-03-12
mingw32: add uname()
Nguyễn Thái Ngọc Duy
1
-0
/
+11
2014-11-17
Windows: correct detection of EISDIR in mingw_open()
Johannes Sixt
1
-1
/
+1
2014-07-30
Merge branch 'sk/mingw-uni-fix-more'
Junio C Hamano
1
-127
/
+164
2014-07-21
Merge branch 'maint'
Junio C Hamano
1
-2
/
+1
2014-07-21
use xcalloc() to allocate zero-initialized memory
René Scharfe
1
-2
/
+1
2014-07-21
Win32: enable color output in Windows cmd.exe
Karsten Blees
1
-0
/
+4
2014-07-21
Win32: patch Windows environment on startup
Karsten Blees
1
-13
/
+12
2014-07-21
Win32: keep the environment sorted
Karsten Blees
1
-39
/
+65
2014-07-21
Win32: use low-level memory allocation during initialization
Karsten Blees
1
-15
/
+28
2014-07-21
Win32: reduce environment array reallocations
Karsten Blees
1
-27
/
+35
2014-07-21
Win32: don't copy the environment twice when spawning child processes
Karsten Blees
1
-50
/
+26
2014-07-21
Win32: factor out environment block creation
Karsten Blees
1
-23
/
+32
2014-07-21
Win32: unify environment function names
Karsten Blees
1
-7
/
+7
2014-07-21
Win32: unify environment case-sensitivity
Karsten Blees
1
-2
/
+1
2014-07-21
Win32: fix environment memory leaks
Karsten Blees
1
-4
/
+6
[next]