summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-0/+22
|\
| * bswap: add 64 bit endianness helper get_be64Ben Peart2017-09-241-0/+22
| * Merge branch 'rs/win32-syslog-leakfix'Junio C Hamano2017-08-221-0/+2
| |\
| * \ Merge branch 'rs/bswap-ubsan-fix'Junio C Hamano2017-08-111-14/+24
| |\ \
* | \ \ Merge branch 'tz/fsf-address-update'Junio C Hamano2017-11-1510-28/+18
|\ \ \ \
| * | | | Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-0910-28/+18
* | | | | mingw: optionally redirect stderr/stdout via the same handleJohannes Schindelin2017-11-021-0/+15
* | | | | mingw: add experimental feature to redirect standard handlesJohannes Schindelin2017-11-021-0/+43
|/ / / /
* | | | Merge branch 'ds/avoid-overflow-in-midpoint-computation'Junio C Hamano2017-10-112-3/+3
|\ \ \ \
| * | | | cleanup: fix possible overflow errors in binary searchds/avoid-overflow-in-midpoint-computationDerrick Stolee2017-10-102-3/+3
* | | | | Merge branch 'rb/compat-poll-fix'Junio C Hamano2017-10-071-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | poll.c: always set revents, even if to zerorb/compat-poll-fixRandall S. Becker2017-09-291-0/+4
* | | | | Win32: simplify loading of DLL functionsjs/win32-lazyload-dllJohannes Schindelin2017-09-261-0/+57
* | | | | Merge branch 'rs/win32-syslog-leakfix' into maintJunio C Hamano2017-09-101-0/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | win32: plug memory leak on realloc() failure in syslog()rs/win32-syslog-leakfixRené Scharfe2017-08-101-0/+2
* | | | | 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