summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v0.99: really, truly the last of the changesethomson/0_99Edward Thomson2020-02-181-0/+5
* Update the soversion to major.minorEdward Thomson2020-02-022-3/+3
* v0.99: Provide a name for the release.Edward Thomson2020-02-011-2/+7
* v0.99: the last of the changesEdward Thomson2020-01-241-0/+38
* v0.99: still more recent changesEdward Thomson2020-01-241-0/+5
* v0.99: include more recent changes and authorsEdward Thomson2020-01-241-0/+42
* stash: document stash message newline changesEdward Thomson2020-01-241-0/+3
* v0.99: update the version numberEdward Thomson2020-01-241-3/+3
* v0.99: document the changesEdward Thomson2020-01-241-17/+242
* 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