summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05Merge branch 'win32-accommodate-funny-drive-names'Johannes Schindelin
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin
2019-12-05mingw: refuse to access paths with illegal charactersJohannes Schindelin
2019-12-05mingw: fix quoting of argumentsJohannes Schindelin
2018-04-11mingw/msvc: use the new-style RUNTIME_PREFIX helperJohannes Schindelin
2018-03-19mingw: abort on invalid strftime formatsJohannes Schindelin
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano
2017-11-21Merge branch 'tz/fsf-address-update' into maintJunio C Hamano
2017-11-15Merge branch 'tz/fsf-address-update'Junio C Hamano
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger
2017-11-02mingw: optionally redirect stderr/stdout via the same handleJohannes Schindelin
2017-11-02mingw: add experimental feature to redirect standard handlesJohannes Schindelin
2017-10-18Merge branch 'rb/compat-poll-fix' into maintJunio C Hamano
2017-10-11Merge branch 'ds/avoid-overflow-in-midpoint-computation'Junio C Hamano
2017-10-09cleanup: fix possible overflow errors in binary searchDerrick Stolee
2017-10-07Merge branch 'rb/compat-poll-fix'Junio C Hamano
2017-09-29poll.c: always set revents, even if to zeroRandall S. Becker
2017-09-26Win32: simplify loading of DLL functionsJohannes Schindelin
2017-09-24bswap: add 64 bit endianness helper get_be64Ben Peart
2017-09-10Merge branch 'rs/win32-syslog-leakfix' into maintJunio C Hamano
2017-08-23Merge branch 'rs/bswap-ubsan-fix' into maintJunio C Hamano
2017-08-22Merge branch 'rs/win32-syslog-leakfix'Junio C Hamano
2017-08-11Merge branch 'rs/bswap-ubsan-fix'Junio C Hamano
2017-08-10win32: plug memory leak on realloc() failure in syslog()René Scharfe
2017-07-18Merge branch 'tb/push-to-cygwin-unc-path'Junio C Hamano
2017-07-17bswap: convert get_be16, get_be32 and put_be32 to inline functionsRené Scharfe
2017-07-17bswap: convert to unsigned before shifting in get_be32René Scharfe
2017-07-05cygwin: allow pushing to UNC pathsTorsten Bögershausen
2017-06-27Spelling fixesVille Skyttä
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-05Merge branch 'js/bs-is-a-dir-sep-on-windows' into maintJunio C Hamano
2017-06-02Merge branch 'rs/mingw-path-lookup-simplify'Junio C Hamano
2017-06-02Merge branch 'js/bs-is-a-dir-sep-on-windows'Junio C Hamano
2017-06-02mingw_fopen: report ENOENT for invalid file namesJohannes Sixt
2017-05-26git_fopen: fix a sparse 'not declared' warningRamsay Jones
2017-05-23mingw: simplify PATH handlingRené Scharfe
2017-05-23mingw.h: permit arguments with side effects for is_dir_sepJohannes Sixt
2017-05-08winansi: avoid buffer overrunJohannes Schindelin
2017-05-08winansi: avoid use of uninitialized valueJohannes Schindelin
2017-05-08mingw: avoid memory leak when splitting PATHJohannes Schindelin
2017-02-16Merge branch 'js/mingw-isatty'Junio C Hamano
2017-02-14mingw: make stderr unbuffered againJohannes Schindelin