aboutsummaryrefslogtreecommitdiffstats
path: root/compat/winansi.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-01compat/winansi: check for errors of CreateThread() correctlySeija Kijin1-1/+1
2022-03-10wrapper: make inclusion of Windows csprng header tightly scopedNeeraj Singh1-5/+0
2022-02-11Merge branch 'bc/csprng-mktemps'Junio C Hamano1-0/+6
2022-01-17wrapper: add a helper to generate numbers from a CSPRNGbrian m. carlson1-0/+6
2022-01-09lazyload: use correct calling conventionsMatthias Aßhauer1-2/+3
2019-11-23mingw: work around incorrect standard handlesJohannes Schindelin1-1/+11
2019-10-06winansi: use FLEX_ARRAY to avoid compiler warningJohannes Schindelin1-1/+1
2019-07-11Merge branch 'js/mingw-use-utf8'Junio C Hamano1-4/+6
2019-07-09Merge branch 'jh/msvc'Junio C Hamano1-0/+13
2019-06-27mingw: use Unicode functions explicitlyJohannes Schindelin1-4/+6
2019-06-20msvc: fix detect_msys_tty()Jeff Hostetler1-0/+13
2019-06-13winansi: simplify loading the GetCurrentConsoleFontEx() functionJohannes Schindelin1-9/+5
2018-10-31mingw: fix isatty() after dup2()Johannes Schindelin1-0/+12
2017-05-08winansi: avoid buffer overrunJohannes Schindelin1-0/+5
2017-05-08winansi: avoid use of uninitialized valueJohannes Schindelin1-0/+7
2017-02-16Merge branch 'js/mingw-isatty'Junio C Hamano1-0/+4
2017-02-14mingw: make stderr unbuffered againJohannes Schindelin1-0/+4
2017-01-31Merge branch 'js/mingw-isatty'Junio C Hamano1-7/+4
2017-01-18mingw: follow-up to "replace isatty() hack"Johannes Schindelin1-7/+4
2016-12-27Merge branch 'js/mingw-isatty'Junio C Hamano1-114/+84
2016-12-27Merge branch 'mk/mingw-winansi-ttyname-termination-fix'Junio C Hamano1-1/+1
2016-12-22mingw: replace isatty() hackJeff Hostetler1-107/+69
2016-12-22mingw: fix colourization on Cygwin pseudo terminalsAlan Davies1-2/+6
2016-12-22mingw: adjust is_console() to work with stdinJohannes Schindelin1-1/+5
2016-12-20mingw: consider that UNICODE_STRING::Length counts bytesMax Kirillov1-1/+1
2016-12-11mingw: intercept isatty() to handle /dev/null as Git expects itJohannes Schindelin1-0/+33
2016-06-20mingw: let the build succeed with DEVELOPER=1Johannes Schindelin1-1/+1
2016-05-26mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*)Karsten Blees1-4/+54
2016-01-15mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin1-1/+2
2016-01-14compat/winansi: support compiling with MSys2Johannes Schindelin1-0/+2
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King1-1/+1
2014-06-16Win32: reliably detect console pipe handlesKarsten Blees1-18/+7
2014-06-10Win32: fix broken pipe detectionKarsten Blees1-44/+70
2014-06-10Win32: Thread-safe windows console outputKarsten Blees1-138/+263
2014-06-10Win32: warn if the console font doesn't support UnicodeKarsten Blees1-0/+66
2014-06-10Win32: detect console streams more reliablyKarsten Blees1-24/+26
2014-06-10Win32: support Unicode console outputKarsten Blees1-6/+20
2009-09-18Make usage of windows.h lean and meanMarius Storm-Olsen1-1/+0
2009-06-01Work around a regression in Windows 7, causing erase_in_line() to crash somet...Johannes Schindelin1-1/+2
2009-03-10winansi: support ESC [ K (erase in line)Johannes Schindelin1-3/+15
2008-07-19Add ANSI control code emulation for the Windows consolePeter Harris1-0/+345