| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 againjs/mingw-isatty | 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 bytesmk/mingw-winansi-ttyname-termination-fix | Max Kirillov | 2016-12-20 | 1 | -1/+1 |
* | | mingw: intercept isatty() to handle /dev/null as Git expects it | Johannes Schindelin | 2016-12-11 | 1 | -0/+33 |
* | | mingw: let the build succeed with DEVELOPER=1js/mingw-parameter-less-c-functions | Johannes Schindelin | 2016-06-20 | 1 | -1/+1 |
|/ |
|
* | mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*)kb/msys2-tty | 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 handlessk/mingw-uni-console | 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-18 | 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-10 | 1 | -3/+15 |
* | Add ANSI control code emulation for the Windows console | Peter Harris | 2008-07-19 | 1 | -0/+345 |