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
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
2014-07-21
Win32: Unicode environment (incoming)
Karsten Blees
1
-0
/
+15
2014-07-21
Win32: Unicode environment (outgoing)
Karsten Blees
1
-11
/
+14
2014-07-17
Revert "Windows: teach getenv to do a case-sensitive search"
Karsten Blees
1
-20
/
+3
2014-07-15
Win32: Unicode file name support (except dirent)
Karsten Blees
1
-52
/
+146
2014-06-16
Win32: Unicode arguments (incoming)
Karsten Blees
1
-2
/
+40
2014-06-16
Win32: Unicode arguments (outgoing)
Karsten Blees
1
-4
/
+14
2014-06-16
MinGW: disable CRT command line globbing
Karsten Blees
1
-0
/
+6
2014-06-16
Win32: fix potential multi-threading issue
Karsten Blees
1
-1
/
+1
2014-06-16
Win32: simplify internal mingw_spawn* APIs
Karsten Blees
1
-15
/
+8
2014-06-16
Win32: let mingw_execve() return an int
Johannes Schindelin
1
-2
/
+3
2014-06-10
Win32: Thread-safe windows console output
Karsten Blees
1
-3
/
+6
2014-06-10
Win32: add Unicode conversion functions
Karsten Blees
1
-0
/
+85
2014-06-10
Win32: move main macro to a function
Karsten Blees
1
-0
/
+15
2014-06-10
Windows: allow using UNC path for git repository
Cezary Zawadka
1
-0
/
+24
2014-01-17
mingw: remove mingw_write
Erik Faye-Lund
1
-17
/
+0
2013-09-11
MinGW: Fix stat definitions to work with MinGW runtime version 4.0
Sebastian Schuberth
1
-1
/
+0
2013-09-04
Merge branch 'nd/gc-lock-against-each-other'
Junio C Hamano
1
-0
/
+6
2013-08-09
gc: reject if another gc is running, unless --force is given
Nguyễn Thái Ngọc Duy
1
-0
/
+6
2013-06-10
Sync with 1.8.3.1
Junio C Hamano
1
-1
/
+3
2013-06-10
mingw: make mingw_signal return the correct handler
Erik Faye-Lund
1
-1
/
+3
2013-04-28
compat/mingw.c: Fix some sparse warnings
Ramsay Jones
1
-3
/
+3
2012-12-11
Merge branch 'ef/mingw-rmdir'
Junio C Hamano
1
-1
/
+3
2012-12-10
mingw_rmdir: do not prompt for retry when non-empty
Erik Faye-Lund
1
-1
/
+3
2012-12-04
mingw: get rid of getpass implementation
Erik Faye-Lund
1
-15
/
+0
2012-12-04
mingw: make fgetc raise SIGINT if apropriate
Erik Faye-Lund
1
-10
/
+66
2012-12-04
mingw: correct exit-code for SIGALRM's SIG_DFL
Erik Faye-Lund
1
-2
/
+5
2012-10-17
maybe_flush_or_die: move a too-loose Windows specific error
Johannes Sixt
1
-0
/
+22
2012-04-05
compat/mingw.[ch]: Change return type of exec functions to int
Ramsay Jones
1
-2
/
+4
2011-12-09
Merge branch 'maint-1.7.7' into maint
Junio C Hamano
1
-1
/
+1
2011-12-09
mingw: give waitpid the correct signature
Erik Faye-Lund
1
-1
/
+1
2011-10-18
Merge branch 'pt/mingw-misc-fixes'
Junio C Hamano
1
-0
/
+7
2011-10-15
mingw: ensure sockets are initialized before calling gethostname
Pat Thoyts
1
-0
/
+7
2011-10-06
cleanup: use internal memory allocation wrapper functions everywhere
Brandon Casey
1
-1
/
+1
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
[next]