summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/bswap-ubsan-fix' into maintJunio C Hamano2017-08-231-14/+24
|\
| * bswap: convert get_be16, get_be32 and put_be32 to inline functionsrs/bswap-ubsan-fixRené Scharfe2017-07-171-14/+24
| * bswap: convert to unsigned before shifting in get_be32René Scharfe2017-07-171-4/+4
* | Merge branch 'tb/push-to-cygwin-unc-path'Junio C Hamano2017-07-182-0/+21
|\ \
| * | cygwin: allow pushing to UNC pathstb/push-to-cygwin-unc-pathTorsten Bögershausen2017-07-052-0/+21
| * | Merge branch 'js/bs-is-a-dir-sep-on-windows' into maintJunio C Hamano2017-06-051-1/+5
| |\ \
* | | | Spelling fixesvs/typofixesVille Skyttä2017-06-271-1/+1
* | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \ \
| * | | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-132-2/+4
|\ \ \ \
| * | | | mingw_fopen: report ENOENT for invalid file namesJohannes Sixt2017-06-021-0/+2
| * | | | git_fopen: fix a sparse 'not declared' warningRamsay Jones2017-05-261-2/+2
| |/ / /
* | | | Merge branch 'rs/mingw-path-lookup-simplify'Junio C Hamano2017-06-021-70/+23
|\ \ \ \
| * | | | mingw: simplify PATH handlingrs/mingw-path-lookup-simplifyRené Scharfe2017-05-231-68/+23
| |/ / /
* | | | Merge branch 'js/bs-is-a-dir-sep-on-windows'Junio C Hamano2017-06-021-1/+5
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | mingw.h: permit arguments with side effects for is_dir_sepJohannes Sixt2017-05-231-1/+5
* | | winansi: avoid buffer overrunJohannes Schindelin2017-05-081-0/+5
* | | winansi: avoid use of uninitialized valueJohannes Schindelin2017-05-081-0/+7
* | | mingw: avoid memory leak when splitting PATHJohannes Schindelin2017-05-081-1/+3
| |/ |/|
* | Merge branch 'js/mingw-isatty'Junio C Hamano2017-02-161-0/+4
|\ \
| * | mingw: make stderr unbuffered againjs/mingw-isattyJohannes Schindelin2017-02-141-0/+4
* | | Merge branch 'rs/qsort-s'Junio C Hamano2017-01-311-0/+69
|\ \ \
| * | | compat: add qsort_s()René Scharfe2017-01-231-0/+69
| * | | Merge branch 'mk/mingw-winansi-ttyname-termination-fix' into maintJunio C Hamano2017-01-171-1/+1
| |\ \ \
* | \ \ \ Merge branch 'js/mingw-isatty'Junio C Hamano2017-01-311-7/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | mingw: follow-up to "replace isatty() hack"Johannes Schindelin2017-01-181-7/+4
| |/ / /
* | | | Merge branch 'js/mingw-isatty'Junio C Hamano2016-12-271-114/+84
|\ \ \ \ | |/ / /
| * | | mingw: replace isatty() hackJeff Hostetler2016-12-221-107/+69
| * | | mingw: fix colourization on Cygwin pseudo terminalsAlan Davies2016-12-221-2/+6
| * | | mingw: adjust is_console() to work with stdinJohannes Schindelin2016-12-221-1/+5
* | | | Merge branch 'mk/mingw-winansi-ttyname-termination-fix'Junio C Hamano2016-12-271-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | mingw: consider that UNICODE_STRING::Length counts bytesmk/mingw-winansi-ttyname-termination-fixMax Kirillov2016-12-201-1/+1
* | | mingw: intercept isatty() to handle /dev/null as Git expects itJohannes Schindelin2016-12-112-0/+36
| |/ |/|
* | Merge branch 'rs/compat-strdup' into maintJunio C Hamano2016-09-192-16/+11
|\ \
| * | compat: move strdup(3) replacement to its own filers/compat-strdupRené Scharfe2016-09-072-16/+11
* | | Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' into maintJunio C Hamano2016-09-081-0/+4
|\ \ \
| * | | mingw: ensure temporary file handles are not inherited by child processesbw/mingw-avoid-inheriting-fd-to-lockfileBen Wijen2016-08-231-0/+4
| |/ /
* | | Merge branch 'js/no-html-bypass-on-windows' into maintJunio C Hamano2016-09-082-45/+0
|\ \ \
| * | | Revert "display HTML in default browser using Windows' shell API"js/no-html-bypass-on-windowsJohannes Schindelin2016-08-192-45/+0
* | | | Merge branch 'jk/common-main' into maintJunio C Hamano2016-09-081-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-061-1/+1
| |\ \ \
| | * | | mingw: declare main()'s argv as constjk/common-main-2.8Johannes Schindelin2016-07-061-1/+1
| | |/ /
* | | | Merge branch 'js/nedmalloc-gcc6-warnings' into maintJunio C Hamano2016-08-101-9/+8
|\ \ \ \
| * | | | nedmalloc: work around overzealous GCC 6 warningjs/nedmalloc-gcc6-warningsRené Scharfe2016-08-051-5/+4
| * | | | nedmalloc: fix misleading indentationJohannes Schindelin2016-08-041-4/+4
* | | | | Merge branch 'ew/daemon-socket-keepalive' into maintJunio C Hamano2016-08-081-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Windows: add missing definition of ENOTSOCKew/daemon-socket-keepaliveJohannes Sixt2016-07-221-0/+3
* | | | | Merge branch 'js/mingw-parameter-less-c-functions' into maintJunio C Hamano2016-07-113-6/+6
|\ \ \ \ \
| * | | | | mingw: let the build succeed with DEVELOPER=1js/mingw-parameter-less-c-functionsJohannes Schindelin2016-06-203-6/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'rj/compat-regex-size-max-fix' into maintJunio C Hamano2016-07-062-2/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |