index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compat
/
winansi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
compat/win32: fix const-correctness with string constants
Patrick Steinhardt
2024-06-07
1
-1
/
+1
*
compat/winansi: check for errors of CreateThread() correctly
Seija Kijin
2023-02-01
1
-1
/
+1
*
wrapper: make inclusion of Windows csprng header tightly scoped
Neeraj Singh
2022-03-11
1
-5
/
+0
*
Merge branch 'bc/csprng-mktemps'
Junio C Hamano
2022-02-12
1
-0
/
+6
|
\
|
*
wrapper: add a helper to generate numbers from a CSPRNG
brian m. carlson
2022-01-17
1
-0
/
+6
*
|
lazyload: use correct calling conventions
Matthias Aßhauer
2022-01-09
1
-2
/
+3
|
/
*
mingw: work around incorrect standard handles
Johannes Schindelin
2019-11-23
1
-1
/
+11
*
winansi: use FLEX_ARRAY to avoid compiler warning
Johannes Schindelin
2019-10-06
1
-1
/
+1
*
Merge branch 'js/mingw-use-utf8'
Junio C Hamano
2019-07-12
1
-4
/
+6
|
\
|
*
mingw: use Unicode functions explicitly
Johannes Schindelin
2019-06-27
1
-4
/
+6
*
|
Merge branch 'jh/msvc'
Junio C Hamano
2019-07-10
1
-0
/
+13
|
\
\
|
*
|
msvc: fix detect_msys_tty()
Jeff Hostetler
2019-06-20
1
-0
/
+13
|
|
/
*
/
winansi: simplify loading the GetCurrentConsoleFontEx() function
Johannes Schindelin
2019-06-13
1
-9
/
+5
|
/
*
mingw: fix isatty() after dup2()
Johannes Schindelin
2018-10-31
1
-0
/
+12
*
winansi: avoid buffer overrun
Johannes Schindelin
2017-05-08
1
-0
/
+5
*
winansi: avoid use of uninitialized value
Johannes Schindelin
2017-05-08
1
-0
/
+7
*
Merge branch 'js/mingw-isatty'
Junio C Hamano
2017-02-16
1
-0
/
+4
|
\
|
*
mingw: make stderr unbuffered again
Johannes Schindelin
2017-02-14
1
-0
/
+4
*
|
Merge branch 'js/mingw-isatty'
Junio C Hamano
2017-01-31
1
-7
/
+4
|
\
|
|
*
mingw: follow-up to "replace isatty() hack"
Johannes Schindelin
2017-01-18
1
-7
/
+4
*
|
Merge branch 'js/mingw-isatty'
Junio C Hamano
2016-12-27
1
-114
/
+84
|
\
|
|
*
mingw: replace isatty() hack
Jeff Hostetler
2016-12-22
1
-107
/
+69
|
*
mingw: fix colourization on Cygwin pseudo terminals
Alan Davies
2016-12-22
1
-2
/
+6
|
*
mingw: adjust is_console() to work with stdin
Johannes Schindelin
2016-12-22
1
-1
/
+5
*
|
Merge branch 'mk/mingw-winansi-ttyname-termination-fix'
Junio C Hamano
2016-12-27
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
mingw: consider that UNICODE_STRING::Length counts bytes
Max Kirillov
2016-12-20
1
-1
/
+1
*
|
mingw: intercept isatty() to handle /dev/null as Git expects it
Johannes Schindelin
2016-12-12
1
-0
/
+33
*
|
mingw: let the build succeed with DEVELOPER=1
Johannes Schindelin
2016-06-20
1
-1
/
+1
|
/
*
mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*)
Karsten Blees
2016-05-26
1
-4
/
+54
*
mingw: avoid warnings when casting HANDLEs to int
Johannes Schindelin
2016-01-15
1
-1
/
+2
*
compat/winansi: support compiling with MSys2
Johannes Schindelin
2016-01-14
1
-0
/
+2
*
convert trivial sprintf / strcpy calls to xsnprintf
Jeff King
2015-09-25
1
-1
/
+1
*
Win32: reliably detect console pipe handles
Karsten Blees
2014-06-16
1
-18
/
+7
*
Win32: fix broken pipe detection
Karsten Blees
2014-06-10
1
-44
/
+70
*
Win32: Thread-safe windows console output
Karsten Blees
2014-06-10
1
-138
/
+263
*
Win32: warn if the console font doesn't support Unicode
Karsten Blees
2014-06-10
1
-0
/
+66
*
Win32: detect console streams more reliably
Karsten Blees
2014-06-10
1
-24
/
+26
*
Win32: support Unicode console output
Karsten Blees
2014-06-10
1
-6
/
+20
*
Make usage of windows.h lean and mean
Marius Storm-Olsen
2009-09-19
1
-1
/
+0
*
Work around a regression in Windows 7, causing erase_in_line() to crash somet...
Johannes Schindelin
2009-06-01
1
-1
/
+2
*
winansi: support ESC [ K (erase in line)
Johannes Schindelin
2009-03-11
1
-3
/
+15
*
Add ANSI control code emulation for the Windows console
Peter Harris
2008-07-19
1
-0
/
+345