summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2018-11-21Merge branch 'js/mingw-o-append' into maintJunio C Hamano1-3/+33
2018-09-11mingw: fix mingw_open_append to work with named pipesJeff Hostetler1-3/+33
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano1-1/+2
2018-08-20Merge branch 'js/mingw-o-append'Junio C Hamano1-2/+39
2018-08-15compat/precompose_utf8.h: use more common include guard styleElijah Newren1-1/+2
2018-08-13mingw: enable atomic O_APPENDJohannes Sixt1-2/+39
2018-07-24Merge branch 'nd/command-list'Junio C Hamano1-2/+2
2018-07-16vcbuild/README: update to accommodate for missing common-cmds.hJohannes Schindelin1-2/+2
2018-04-11mingw/msvc: use the new-style RUNTIME_PREFIX helperJohannes Schindelin1-3/+2
2018-03-19mingw: abort on invalid strftime formatsJohannes Schindelin2-0/+14
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano1-0/+22
2017-11-15Merge branch 'tz/fsf-address-update'Junio C Hamano10-28/+18
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger10-28/+18
2017-11-02mingw: optionally redirect stderr/stdout via the same handleJohannes Schindelin1-0/+15
2017-11-02mingw: add experimental feature to redirect standard handlesJohannes Schindelin1-0/+43
2017-10-11Merge branch 'ds/avoid-overflow-in-midpoint-computation'Junio C Hamano2-3/+3
2017-10-10cleanup: fix possible overflow errors in binary searchDerrick Stolee2-3/+3
2017-10-07Merge branch 'rb/compat-poll-fix'Junio C Hamano1-0/+4
2017-09-29poll.c: always set revents, even if to zeroRandall S. Becker1-0/+4
2017-09-26Win32: simplify loading of DLL functionsJohannes Schindelin1-0/+57
2017-09-24bswap: add 64 bit endianness helper get_be64Ben Peart1-0/+22
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-22Merge branch 'rs/win32-syslog-leakfix'Junio C Hamano1-0/+2
2017-08-11Merge branch 'rs/bswap-ubsan-fix'Junio 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