summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* azure: coverity: fix Coverity builds due to various issuespks/azure-coverityPatrick Steinhardt2020-02-044-90/+64
* azure: coverity: convert to use self-built containersPatrick Steinhardt2020-02-041-1/+5
* azure: coverity: fix invalid syntax for Docker imagePatrick Steinhardt2020-02-041-3/+1
* 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
| * httpclient: support authenticationEdward Thomson2020-01-242-8/+373
| * net: free the url's query componentEdward Thomson2020-01-241-0/+1
| * net: introduce path formatting functionEdward Thomson2020-01-242-0/+15
| * httpclient: consume final chunk messageEdward Thomson2020-01-241-111/+153
| * tests: support CLAR_TRACE_LEVELEdward Thomson2020-01-241-15/+0
| * httpclient: add chunk support to POSTEdward Thomson2020-01-241-11/+44
| * httpclient: introduce a simple http implementationEdward Thomson2020-01-242-0/+1045
| * net: introduce url formatting functionEdward Thomson2020-01-242-0/+36
| * buf: add consume_bytesEdward Thomson2020-01-242-0/+6
| * net: introduce git_net_url_joinpathEdward Thomson2020-01-243-0/+270
| * net: refactor gitno redirect handlingEdward Thomson2020-01-247-132/+124
| * net: add an isvalid functionEdward Thomson2020-01-242-4/+12
| * winhttp: refactor request sendingEdward Thomson2020-01-241-8/+8
| * ci: enable GSSAPI for Ubuntu buildsEdward Thomson2020-01-241-4/+4
| * docker build: add krb5 libraries and command-line toolsEdward Thomson2020-01-241-1/+3
| * ci: don't do negotiate tests on windowsEdward Thomson2020-01-241-4/+4
| * tests: test that clone returns 4321Edward Thomson2020-01-241-2/+2
| * smart protocol: correct case in error messagesEdward Thomson2020-01-241-4/+4
| * gssapi: validate that we were requested NegotiateEdward Thomson2020-01-241-3/+5