summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
| * oid functions: return an intEdward Thomson2020-01-242-12/+23
| * git_attr_cache_flush: return an intEdward Thomson2020-01-242-2/+7
|/
* Merge pull request #5286 from libgit2/ethomson/gssapiEdward Thomson2020-01-2428-1576/+2846
|\
| * http: introduce GIT_ERROR_HTTPethomson/gssapiEdward Thomson2020-01-244-57/+58
| * ci: add NTLM testsEdward Thomson2020-01-242-9/+51
| * httpclient: use defines for status codesEdward Thomson2020-01-243-14/+25
| * trace: compare against an int valueEdward Thomson2020-01-241-1/+1
| * http: send probe packetsEdward Thomson2020-01-242-2/+70
| * http: use the new httpclientEdward Thomson2020-01-242-1374/+407
| * tests: allow users to use expect/continueEdward Thomson2020-01-243-0/+26
| * httpclient: support expect/continueEdward Thomson2020-01-247-10/+68
| * httpclient: support CONNECT proxiesEdward Thomson2020-01-242-76/+251
| * httpclient: handle chunked responsesEdward Thomson2020-01-242-7/+15