summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * rebase: update enum type name for consistencyEdward Thomson2020-01-181-21/+21
| * merge: update enum type name for consistencyEdward Thomson2020-01-182-3/+3
|/
* Merge pull request #5358 from lrm29/git_merge_driver_source_repo_non_constPatrick Steinhardt2020-01-172-2/+2
|\
| * merge: Return non-const git_repository from git_merge_driver_source_repo acce...Laurence McGlashan2020-01-152-2/+2
* | Merge pull request #5361 from csware/no-return-freed_objectPatrick Steinhardt2020-01-172-2/+3
|\ \
| * | Do not return free'd git_repository object on errorSven Strickroth2020-01-162-2/+3
* | | Merge pull request #5360 from josharian/fix-5357Patrick Steinhardt2020-01-176-10/+28
|\ \ \
| * | | refs: refuse to delete HEADJosh Bleecher Snyder2020-01-156-10/+28
| |/ /
* | | Merge pull request #5351 from pks-t/pks/index-map-macrosEdward Thomson2020-01-161-60/+48
|\ \ \ | |/ / |/| |
| * | index: fix resizing index map twice on case-insensitive systemsPatrick Steinhardt2020-01-141-17/+14
| * | index: replace map macros with inline functionsPatrick Steinhardt2020-01-141-43/+34
| |/