Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rs/win32-syslog-leakfix' | Junio C Hamano | 2017-08-22 | 1 | -0/+2 |
|\ | |||||
| * | win32: plug memory leak on realloc() failure in syslog() | René Scharfe | 2017-08-10 | 1 | -0/+2 |
* | | Merge branch 'rs/bswap-ubsan-fix' | Junio C Hamano | 2017-08-11 | 1 | -14/+24 |
|\ \ | |||||
| * | | bswap: convert get_be16, get_be32 and put_be32 to inline functions | René Scharfe | 2017-07-17 | 1 | -14/+24 |
| * | | bswap: convert to unsigned before shifting in get_be32 | René Scharfe | 2017-07-17 | 1 | -4/+4 |
* | | | Merge branch 'tb/push-to-cygwin-unc-path' | Junio C Hamano | 2017-07-18 | 2 | -0/+21 |
|\ \ \ | | |/ | |/| | |||||
| * | | cygwin: allow pushing to UNC paths | Torsten Bögershausen | 2017-07-05 | 2 | -0/+21 |
| * | | Merge branch 'js/bs-is-a-dir-sep-on-windows' into maint | Junio C Hamano | 2017-06-05 | 1 | -1/+5 |
| |\ \ | |||||
* | | | | Spelling fixes | Ville Skyttä | 2017-06-27 | 1 | -1/+1 |
* | | | | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'nd/fopen-errors' | Junio C Hamano | 2017-06-13 | 2 | -2/+4 |
|\ \ \ \ | |||||
| * | | | | mingw_fopen: report ENOENT for invalid file names | Johannes Sixt | 2017-06-02 | 1 | -0/+2 |
| * | | | | git_fopen: fix a sparse 'not declared' warning | Ramsay Jones | 2017-05-26 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge branch 'rs/mingw-path-lookup-simplify' | Junio C Hamano | 2017-06-02 | 1 | -70/+23 |
|\ \ \ \ | |||||
| * | | | | mingw: simplify PATH handling | René Scharfe | 2017-05-23 | 1 | -68/+23 |
| |/ / / | |||||
* | | | | Merge branch 'js/bs-is-a-dir-sep-on-windows' | Junio C Hamano | 2017-06-02 | 1 | -1/+5 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | mingw.h: permit arguments with side effects for is_dir_sep | Johannes Sixt | 2017-05-23 | 1 | -1/+5 |
* | | | 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 |
* | | | mingw: avoid memory leak when splitting PATH | Johannes Schindelin | 2017-05-08 | 1 | -1/+3 |
| |/ |/| | |||||
* | | 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 'rs/qsort-s' | Junio C Hamano | 2017-01-31 | 1 | -0/+69 |
|\ \ \ | |||||
| * | | | compat: add qsort_s() | René Scharfe | 2017-01-23 | 1 | -0/+69 |
| * | | | Merge branch 'mk/mingw-winansi-ttyname-termination-fix' into maint | Junio C Hamano | 2017-01-18 | 1 | -1/+1 |
| |\ \ \ | |||||
* | \ \ \ | 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 | 2 | -0/+36 |
| |/ |/| | |||||
* | | Merge branch 'rs/compat-strdup' into maint | Junio C Hamano | 2016-09-19 | 2 | -16/+11 |
|\ \ | |||||
| * | | compat: move strdup(3) replacement to its own file | René Scharfe | 2016-09-07 | 2 | -16/+11 |
* | | | Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' into maint | Junio C Hamano | 2016-09-09 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | mingw: ensure temporary file handles are not inherited by child processes | Ben Wijen | 2016-08-23 | 1 | -0/+4 |
| |/ / | |||||
* | | | Merge branch 'js/no-html-bypass-on-windows' into maint | Junio C Hamano | 2016-09-09 | 2 | -45/+0 |
|\ \ \ | |||||
| * | | | Revert "display HTML in default browser using Windows' shell API" | Johannes Schindelin | 2016-08-19 | 2 | -45/+0 |
* | | | | Merge branch 'jk/common-main' into maint | Junio C Hamano | 2016-09-09 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Merge branch 'jk/common-main-2.8' into jk/common-main | Junio C Hamano | 2016-07-06 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | mingw: declare main()'s argv as const | Johannes Schindelin | 2016-07-06 | 1 | -1/+1 |
| | |/ / | |||||
* | | | | Merge branch 'js/nedmalloc-gcc6-warnings' into maint | Junio C Hamano | 2016-08-10 | 1 | -9/+8 |
|\ \ \ \ | |||||
| * | | | | nedmalloc: work around overzealous GCC 6 warning | René Scharfe | 2016-08-06 | 1 | -5/+4 |
| * | | | | nedmalloc: fix misleading indentation | Johannes Schindelin | 2016-08-04 | 1 | -4/+4 |
* | | | | | Merge branch 'ew/daemon-socket-keepalive' into maint | Junio C Hamano | 2016-08-08 | 1 | -0/+3 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Windows: add missing definition of ENOTSOCK | Johannes Sixt | 2016-07-22 | 1 | -0/+3 |
* | | | | | Merge branch 'js/mingw-parameter-less-c-functions' into maint | Junio C Hamano | 2016-07-11 | 3 | -6/+6 |
|\ \ \ \ \ |