summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5384 from ianhattendorf/fix/winhttp-client-certEdward Thomson2020-12-131-26/+49
|\
| * winhttp: clarify invalid cert caseIan Hattendorf2020-06-241-1/+1
| * winhttp: variable and switch case scopingIan Hattendorf2020-02-061-9/+6
| * winhttp: support optional client certIan Hattendorf2020-02-041-26/+52
* | threads: rename git_atomic to git_atomic32Edward Thomson2020-12-064-6/+6
* | Also add the raw hostkey to `git_cert_hostkey`lhchavez2020-11-271-0/+19
* | transports: use GIT_ASSERTEdward Thomson2020-11-2710-59/+86
* | netops: use GIT_ASSERTEdward Thomson2020-11-271-3/+8
* | runtime: move init/shutdown into the "runtime"Edward Thomson2020-10-114-6/+2
* | settings: localize global dataEdward Thomson2020-10-111-0/+1
* | Merge pull request #5576 from lollipopman/double-authEdward Thomson2020-10-041-2/+5
|\ \
| * | httpclient: only free challenges for current_server typeJesse Hathaway2020-07-101-2/+5
* | | Merge pull request #5632 from csware/winhttp_typoPatrick Steinhardt2020-09-181-2/+2
|\ \ \
| * | | Fix typo: Make ifndef macroname the same as the define nameSven Strickroth2020-09-101-2/+2
* | | | WinHTTP: Try to use TLS1.3Sven Strickroth2020-09-141-5/+16
|/ / /
* | | Don't fail if a HTTP server announces he supports a protocol upgradeSven Strickroth2020-09-081-5/+0
|/ /
* | tree-wide: do not compile deprecated functions with hard deprecationPatrick Steinhardt2020-06-092-0/+4
* | tree-wide: mark local functions as staticPatrick Steinhardt2020-06-091-1/+1
* | Merge pull request #5536 from libgit2/ethomson/httpPatrick Steinhardt2020-06-031-4/+16
|\ \
| * | httpclient: clear the read_buf on new requestsethomson/httpEdward Thomson2020-06-021-1/+4
| * | httpclient: don't read more than the client wantsEdward Thomson2020-06-011-0/+4
| * | httpclient: read_body should return 0 at EOFEdward Thomson2020-06-011-3/+8
* | | strarray: we should `dispose` instead of `free`Edward Thomson2020-06-012-4/+4
|/ /
* | Fix spelling errorUtkarsh Gupta2020-03-261-1/+1
* | httpclient: use a 16kb read buffer for macOSethomson/sslreadEdward Thomson2020-03-041-1/+12
* | transports: auth_ntlm: fix use of strdup/strndupPatrick Steinhardt2020-02-241-2/+2
* | transports: http: fix custom headers not being appliedPatrick Steinhardt2020-02-071-0/+1
|/
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-2615-503/+602
* http: introduce GIT_ERROR_HTTPethomson/gssapiEdward Thomson2020-01-243-56/+56
* httpclient: use defines for status codesEdward Thomson2020-01-243-14/+25
* http: send probe packetsEdward Thomson2020-01-242-2/+70
* http: use the new httpclientEdward Thomson2020-01-242-1374/+407
* httpclient: support expect/continueEdward Thomson2020-01-245-9/+56
* 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
* httpclient: consume final chunk messageEdward Thomson2020-01-241-111/+153
* httpclient: add chunk support to POSTEdward Thomson2020-01-241-11/+44
* httpclient: introduce a simple http implementationEdward Thomson2020-01-242-0/+1045
* net: refactor gitno redirect handlingEdward Thomson2020-01-242-13/+2
* winhttp: refactor request sendingEdward Thomson2020-01-241-8/+8
* 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: 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
* auth: update enum type name for consistencyethomson/typetEdward Thomson2020-01-185-13/+13
* Merge pull request #5305 from kas-luthor/bugfix/multiple-authPatrick Steinhardt2020-01-101-0/+8
|\