aboutsummaryrefslogtreecommitdiffstats
path: root/compat (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18Merge branch 'rb/compat-poll-fix' into maintJunio C Hamano1-0/+4
2017-09-29poll.c: always set revents, even if to zeroRandall S. Becker1-0/+4
2017-09-10Merge branch 'rs/win32-syslog-leakfix' into maintJunio C Hamano1-0/+2
2017-08-23Merge branch 'rs/bswap-ubsan-fix' into maintJunio C Hamano1-14/+24
2017-08-10win32: plug memory leak on realloc() failure in syslog()René Scharfe1-0/+2
2017-07-18Merge branch 'tb/push-to-cygwin-unc-path'Junio C Hamano2-0/+21
2017-07-17bswap: convert get_be16, get_be32 and put_be32 to inline functionsRené Scharfe1-14/+24
2017-07-17bswap: convert to unsigned before shifting in get_be32René Scharfe1-4/+4
2017-07-05cygwin: allow pushing to UNC pathsTorsten Bögershausen2-0/+21
2017-06-27Spelling fixesVille Skyttä1-1/+1
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano2-2/+4
2017-06-05Merge branch 'js/bs-is-a-dir-sep-on-windows' into maintJunio C Hamano1-1/+5
2017-06-02Merge branch 'rs/mingw-path-lookup-simplify'Junio C Hamano1-70/+23
2017-06-02Merge branch 'js/bs-is-a-dir-sep-on-windows'Junio C Hamano1-1/+5
2017-06-02mingw_fopen: report ENOENT for invalid file namesJohannes Sixt1-0/+2
2017-05-26git_fopen: fix a sparse 'not declared' warningRamsay Jones1-2/+2
2017-05-23mingw: simplify PATH handlingRené Scharfe1-68/+23
2017-05-23mingw.h: permit arguments with side effects for is_dir_sepJohannes Sixt1-1/+5
2017-05-08winansi: avoid buffer overrunJohannes Schindelin1-0/+5
2017-05-08winansi: avoid use of uninitialized valueJohannes Schindelin1-0/+7
2017-05-08mingw: avoid memory leak when splitting PATHJohannes Schindelin1-1/+3
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 'rs/qsort-s'Junio C Hamano1-0/+69
2017-01-31Merge branch 'js/mingw-isatty'Junio C Hamano1-7/+4
2017-01-23compat: add qsort_s()René Scharfe1-0/+69
2017-01-18mingw: follow-up to "replace isatty() hack"Johannes Schindelin1-7/+4
2017-01-17Merge branch 'mk/mingw-winansi-ttyname-termination-fix' into maintJunio C Hamano1-1/+1
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 Schindelin2-0/+36
2016-09-19Merge branch 'rs/compat-strdup' into maintJunio C Hamano2-16/+11
2016-09-08Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' into maintJunio C Hamano1-0/+4
2016-09-08Merge branch 'js/no-html-bypass-on-windows' into maintJunio C Hamano2-45/+0
2016-09-08Merge branch 'jk/common-main' into maintJunio C Hamano1-1/+1
2016-09-07compat: move strdup(3) replacement to its own fileRené Scharfe2-16/+11
2016-08-23mingw: ensure temporary file handles are not inherited by child processesBen Wijen1-0/+4
2016-08-19Revert "display HTML in default browser using Windows' shell API"Johannes Schindelin2-45/+0
2016-08-10Merge branch 'js/nedmalloc-gcc6-warnings' into maintJunio C Hamano1-9/+8
2016-08-08Merge branch 'ew/daemon-socket-keepalive' into maintJunio C Hamano1-0/+3
2016-08-05nedmalloc: work around overzealous GCC 6 warningRené Scharfe1-5/+4
2016-08-04nedmalloc: fix misleading indentationJohannes Schindelin1-4/+4
2016-07-22Windows: add missing definition of ENOTSOCKJohannes Sixt1-0/+3
2016-07-11Merge branch 'js/mingw-parameter-less-c-functions' into maintJunio C Hamano3-6/+6