summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2020-01-16msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.xJohannes Schindelin1-2/+2
2019-12-06Sync with 2.23.1Johannes Schindelin4-11/+133
2019-12-06Sync with 2.22.2Johannes Schindelin4-11/+133
2019-12-06Sync with 2.21.1Johannes Schindelin4-11/+133
2019-12-06mingw: sh arguments need quoting in more circumstancesJohannes Schindelin1-2/+3
2019-12-06mingw: fix quoting of empty arguments for `sh`Johannes Schindelin1-1/+1
2019-12-06mingw: use MSYS2 quoting even when spawning shell scriptsJohannes Schindelin1-1/+2
2019-12-06mingw: detect when MSYS2's sh is to be spawned more robustlyJohannes Schindelin1-1/+14
2019-12-06Sync with 2.20.2Johannes Schindelin4-6/+113
2019-12-06Sync with 2.19.3Johannes Schindelin2-6/+112
2019-12-06Sync with 2.18.2Johannes Schindelin2-6/+112
2019-12-06Sync with 2.17.3Johannes Schindelin2-6/+112
2019-12-06Sync with 2.16.6Johannes Schindelin2-6/+112
2019-12-06Sync with 2.15.4Johannes Schindelin2-6/+112
2019-12-06Sync with 2.14.6Johannes Schindelin2-6/+112
2019-12-05Merge branch 'win32-accommodate-funny-drive-names'Johannes Schindelin2-4/+41
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin2-1/+67
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin2-2/+26
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin2-1/+67
2019-12-05mingw: refuse to access paths with illegal charactersJohannes Schindelin2-2/+15
2019-12-05mingw: fix quoting of argumentsJohannes Schindelin1-3/+6
2019-10-30Merge branch 'js/mingw-needs-hiding-fix'Junio C Hamano1-0/+2
2019-10-28mingw: avoid a buffer overrun in `needs_hiding()`Johannes Schindelin1-0/+2
2019-10-18Merge branch 'dl/compat-cleanup'Junio C Hamano1-1/+1
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano4-2/+55
2019-10-11pthread.h: manually align parameter listsDenton Liu1-1/+1
2019-10-09Merge branch 'js/diff-rename-force-stable-sort'Junio C Hamano2-70/+3
2019-10-06msvc: work around a bug in GetEnvironmentVariable()Johannes Schindelin1-0/+2
2019-10-06msvc: handle DEVELOPER=1Johannes Schindelin1-0/+46
2019-10-06msvc: ignore some libraries when linkingJohannes Schindelin1-1/+1
2019-10-06compat/win32/path-utils.h: add #include guardsJohannes Schindelin1-0/+5
2019-10-06winansi: use FLEX_ARRAY to avoid compiler warningJohannes Schindelin1-1/+1
2019-10-02Move git_sort(), a stable sort, into into libgit.aJohannes Schindelin2-70/+3
2019-09-30Merge branch 'ar/mingw-run-external-with-non-ascii-path'Junio C Hamano1-4/+11
2019-09-30Merge branch 'dl/compat-cleanup'Junio C Hamano3-8/+8
2019-09-05compat/*.[ch]: remove extern from function declarations using spatchDenton Liu2-6/+6
2019-09-05mingw: apply array.cocci ruleDenton Liu1-2/+2
2019-08-26mingw: fix launching of externals from Unicode pathsAdam Roben1-4/+11
2019-08-22Merge branch 'rs/nedalloc-fixlets'Junio C Hamano1-3/+3
2019-08-07nedmalloc: avoid compiler warning about unused valueRené Scharfe1-2/+2
2019-08-07nedmalloc: do assignments only after the declaration sectionRené Scharfe1-1/+1
2019-08-02Merge branch 'js/visual-studio'Junio C Hamano1-0/+23
2019-07-29msvc: add a Makefile target to pre-generate the Visual Studio solutionJohannes Schindelin1-0/+23
2019-07-29Merge branch 'js/mingw-spawn-with-spaces-in-path' into maintJunio C Hamano1-3/+5
2019-07-25Merge branch 'js/mingw-spawn-with-spaces-in-path'Junio C Hamano1-3/+5
2019-07-19Merge branch 'kb/mingw-set-home'Junio C Hamano1-0/+24
2019-07-16mingw: support spawning programs containing spaces in their namesJohannes Schindelin1-3/+5
2019-07-11Merge branch 'js/mingw-use-utf8'Junio C Hamano3-8/+16
2019-07-11Merge branch 'cb/windows-manifest'Junio C Hamano1-0/+25
2019-07-09Merge branch 'jh/msvc'Junio C Hamano11-37/+481