summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * gssapi: dispose after completion for retryEdward Thomson2020-01-241-13/+19
| * gssapi: show information about disabled GSSAPIEdward Thomson2020-01-241-1/+1
| * gssapi: delete half-built security context so auth can continueJonathan Turcotte2020-01-241-3/+3
| * gssapi: correct incorrect case in error messageEdward Thomson2020-01-241-1/+1
| * gssapi: protect GSS_ERROR macroEdward Thomson2020-01-241-4/+7
| * gssapi: protect against empty messagesEdward Thomson2020-01-241-0/+6
| * ci: perform SPNEGO testsEdward Thomson2020-01-243-6/+37
|/
* Merge pull request #5364 from libgit2/ethomson/typetPatrick Steinhardt2020-01-2417-87/+87
|\
| * auth: update enum type name for consistencyethomson/typetEdward Thomson2020-01-185-13/+13
| * iterator: update enum type name for consistencyEdward Thomson2020-01-189-50/+50