summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | azure: docker: avoid re-creating libgit2 home directoryPatrick Steinhardt2020-02-071-2/+2
| * | azure: test: silence curl to not cause Azure to tropPatrick Steinhardt2020-02-071-2/+2
| * | azure: docker: pipe downloaded archives into tar(1) directlyPatrick Steinhardt2020-02-072-12/+8
| |/
* | Merge pull request #5393 from pks-t/pks/tests-iterator-missing-refEdward Thomson2020-02-081-9/+9
|\ \ | |/ |/|
| * tests: iterator: fix iterator expecting too few itemsPatrick Steinhardt2020-02-071-9/+9
|/
* Merge pull request #5387 from pks-t/pks/transport-http-custom-headersPatrick Steinhardt2020-02-072-0/+16
|\
| * transports: http: fix custom headers not being appliedPatrick Steinhardt2020-02-072-0/+16
* | Merge pull request #5382 from libgit2/pks/azure-coverityPatrick Steinhardt2020-02-074-93/+69
|\ \ | |/ |/|
| * azure: coverity: fix Coverity builds due to various issuesPatrick Steinhardt2020-02-074-90/+64
| * azure: coverity: convert to use self-built containersPatrick Steinhardt2020-02-071-1/+5
| * azure: coverity: fix invalid syntax for Docker imagePatrick Steinhardt2020-02-071-3/+1
|/
* Merge pull request #5381 from pks-t/pks/tests-flaky-proxyPatrick Steinhardt2020-02-061-0/+3
|\
| * azure: tests: reset FAILED status if flaky re-run succeedsPatrick Steinhardt2020-02-041-0/+1
| * azure: tests: re-run flaky proxy testsPatrick Steinhardt2020-02-041-0/+2
* | Merge pull request #5373 from pks-t/pks/fetchhead-strip-credsEdward Thomson2020-02-013-4/+71
|\ \ | |/ |/|
| * fetchhead: strip credentials from remote URLPatrick Steinhardt2020-01-313-4/+71
|/
* Merge pull request #5375 from pks-t/pks/test-ciEdward Thomson2020-01-311-5/+5
|\
| * azure-pipelines: properly expand negotiate passwordsPatrick Steinhardt2020-01-311-5/+5
|/
* Merge pull request #5336 from libgit2/ethomson/credtypePatrick Steinhardt2020-01-3032-761/+966
|\
| * credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-2632-761/+966
* | Merge pull request #5371 from ayush-1506/julia_linkPatrick Steinhardt2020-01-301-1/+1
|\ \
| * | Update link to Julia libgit2ayush-15062020-01-301-1/+1
|/ /
* | Merge pull request #5365 from libgit2/ethomson/no_voidEdward Thomson2020-01-2420-56/+132
|\ \ | |/ |/|
| * git_libgit2_version: return an intethomson/no_voidEdward Thomson2020-01-242-2/+5
| * error functions: return an intEdward Thomson2020-01-242-6/+13
| * revwalk functions: return an intEdward Thomson2020-01-242-6/+15
| * mempack functions: return an intEdward Thomson2020-01-242-2/+5
| * repository functions: return an intEdward Thomson2020-01-242-10/+23
| * index functions: return an intEdward Thomson2020-01-242-8/+21
| * remote functions: return an intEdward Thomson2020-01-242-4/+10
| * tree functions: return an intEdward Thomson2020-01-242-4/+10