summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: provide globalsign certs for bionicethomson/azpEdward Thomson2020-03-021-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
|\ \ \ \ | |/ / / |/| | |
| * | | scripts: add script to create releasesPatrick Steinhardt2020-02-071-0/+171
| * | | editorconfig: special-case Python scriptsPatrick Steinhardt2020-02-071-0/+4
| | |/ | |/|
* | | Merge pull request #5406 from libgit2/pks/azure-fix-arm32Edward Thomson2020-02-186-42/+19
|\ \ \
| * | | tests: object: decrease number of concurrent cache accessesPatrick Steinhardt2020-02-181-4/+4
| * | | azure: docker: fix ARM builds by replacing gosu(1)pks/azure-fix-arm32Patrick Steinhardt2020-02-183-4/+4
| * | | azure: docker: synchronize Xenial/Bionic build instructionsPatrick Steinhardt2020-02-182-4/+8
| * | | azure: docker: detect errors when building imagesPatrick Steinhardt2020-02-181-3/+3
| * | | azure: remove unused Linux setup scriptPatrick Steinhardt2020-02-181-27/+0
* | | | Merge pull request #5398 from libgit2/pks/valgrind-opensslPatrick Steinhardt2020-02-184-31/+61
|\ \ \ \
| * | | | streams: openssl: switch approach to silence Valgrind errorspks/valgrind-opensslPatrick Steinhardt2020-02-111-21/+53
| * | | | cmake: consolidate Valgrind optionPatrick Steinhardt2020-02-113-10/+8
| |/ / /
* | | | Merge pull request #5400 from lhchavez/fix-packfile-fuzzerPatrick Steinhardt2020-02-181-6/+7
|\ \ \ \ | |/ / / |/| | |
| * | | fuzzers: Fix the documentationlhchavez2020-02-151-6/+7
|/ / /
* | | Merge pull request #5392 from pks-t/pks/ci-warningsEdward Thomson2020-02-084-16/+13
|\ \ \
| * | | azure: test: silence termination message when killing git-daemon(1)Patrick Steinhardt2020-02-071-0/+1