summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: test relative symlinksethomson/canonicalPatrick Steinhardt2020-03-101-0/+20
* win32: don't canonicalize symlink targetsEdward Thomson2020-03-101-2/+1
* win32: introduce relative path handling functionEdward Thomson2020-03-103-2/+81
* win32: clarify usage of path canonicalization funcsEdward Thomson2020-03-082-10/+3
* Merge pull request #5422 from pks-t/pks/cmake-booleansEdward Thomson2020-03-065-1/+30
|\
| * cmake: fix ENABLE_TRACE parameter being too strictPatrick Steinhardt2020-02-241-1/+1
| * cmake: sanitize boolean options passed by userPatrick Steinhardt2020-02-244-0/+29
* | Merge pull request #5439 from ignatenkobrain/patch-2Edward Thomson2020-03-061-1/+1
|\ \
| * | Set proper pkg-config dependency for pcre2Igor Gnatenko2020-03-031-1/+1
* | | Merge pull request #5432 from libgit2/ethomson/sslreadPatrick Steinhardt2020-03-051-1/+12
|\ \ \ | |/ / |/| |
| * | httpclient: use a 16kb read buffer for macOSethomson/sslreadEdward Thomson2020-03-041-1/+12
|/ /
* | Merge pull request #5437 from libgit2/ethomson/azpEdward Thomson2020-03-021-1/+3
|\ \
| * | ci: provide globalsign certs for bionicethomson/azpEdward Thomson2020-03-021-1/+3
* | | Merge pull request #5426 from pks-t/pks/freebsd-htobe64Edward Thomson2020-03-011-1/+1
|\ \ \
| * | | deps: ntlmclient: fix htonll on big endian FreeBSDPatrick Steinhardt2020-02-261-1/+1
* | | | Merge pull request #5433 from libgit2/ethomson/azpEdward Thomson2020-03-011-1/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | ci: provide globalsign certsEdward Thomson2020-03-011-1/+3
|/ /
* | Merge pull request #5417 from pks-t/pks/ntlmclient-htonllPatrick Steinhardt2020-02-252-2/+24
|\ \
| * | transports: auth_ntlm: fix use of strdup/strndupPatrick Steinhardt2020-02-241-2/+2
| * | deps: ntlmclient: fix missing htonll symbols on FreeBSD and SunOSPatrick Steinhardt2020-02-241-0/+22
* | | Merge pull request #5420 from petersalomonsen/wasm-git-linksPatrick Steinhardt2020-02-241-0/+2
|\ \ \
| * | | README: add language binding link to wasm-gitPeter Salomonsen2020-02-231-0/+2
|/ / /
* | | Merge pull request #5412 from kloczek/masterPatrick Steinhardt2020-02-211-35/+4
|\ \ \
| * | | Fix #5410: fix installing libgit2.pc in wrong locationTomasz Kłoczko2020-02-191-35/+4
* | | | Merge pull request #5413 from csware/nsectypoPatrick Steinhardt2020-02-211-1/+1
|\ \ \ \
| * | | | Fix typo on GIT_USE_NECSven Strickroth2020-02-201-1/+1
|/ / / /
* | | | Merge pull request #5374 from pks-t/pks/diff-with-empty-subtreePatrick Steinhardt2020-02-192-0/+92
|\ \ \ \
| * | | | tests: diff: add test to verify behaviour with empty dir orderingPatrick Steinhardt2020-02-071-0/+43
| * | | | tests: diff: verify that we are able to diff with empty subtreesPatrick Steinhardt2020-02-071-0/+49
* | | | | Merge pull request #5408 from pks-t/pks/ci-cleanupsEdward Thomson2020-02-191-2/+1
|\ \ \ \ \
| * | | | | README: update our build matrix to reflect current releasesPatrick Steinhardt2020-02-191-2/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #5409 from libgit2/pks/coverity-fix-sudoEdward Thomson2020-02-191-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | azure: docker: set up HOME variable to fix Coverity buildspks/coverity-fix-sudoPatrick Steinhardt2020-02-191-1/+1
| |/ / /
* | | | Merge pull request #5390 from pks-t/pks/sha1-lookupPatrick Steinhardt2020-02-194-56/+21
|\ \ \ \
| * | | | sha1_lookup: inline its only function into "pack.c"Patrick Steinhardt2020-02-074-56/+21
* | | | | Merge pull request #5391 from pks-t/pks/coverity-fixesPatrick Steinhardt2020-02-1918-113/+146
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | streams: openssl: ignore return value of `git_mutex_lock`Patrick Steinhardt2020-02-071-1/+1
| * | | | cache: fix invalid memory access in case updating cache entry failsPatrick Steinhardt2020-02-071-4/+8
| * | | | worktree: report errors when unable to read locking reasonPatrick Steinhardt2020-02-071-28/+44
| * | | | repository: check error codes when reading common linkPatrick Steinhardt2020-02-071-50/+63
| * | | | pack-objects: check return code of `git_zstream_set_input`Patrick Steinhardt2020-02-071-1/+3
| * | | | indexer: check return code of `git_hash_ctx_init`Patrick Steinhardt2020-02-071-3/+3
| * | | | push: check error code returned by `git_revwalk_hide`Patrick Steinhardt2020-02-072-3/+4
| * | | | notes: check error code returned by `git_iterator_advance`Patrick Steinhardt2020-02-071-3/+6
| * | | | tests: add missing error checksPatrick Steinhardt2020-02-077-17/+11
| * | | | tests: blame: fix conversion specifiers in format stringPatrick Steinhardt2020-02-072-3/+3
| |/ / /
* | | | Merge pull request #5291 from libgit2/ethomson/0_99v0.99.0maint/v0.99Patrick Steinhardt2020-02-193-23/+347
|\ \ \ \
| * | | | version: update the version number to v0.99Edward Thomson2020-02-192-5/+5
| * | | | docs: update changelog for v0.99Edward Thomson2020-02-191-18/+342
* | | | | Merge pull request #5372 from pks-t/pks/release-scriptPatrick Steinhardt2020-02-192-0/+175
|\ \ \ \ \ | |/ / / / |/| | | |