summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fixes code stylingkas2019-12-131-5/+3
| * Adds support for multiple SSH auth mechanisms being used sequentiallykas2019-11-161-0/+10
* | Merge pull request #5325 from josharian/no-double-slashPatrick Steinhardt2020-01-062-3/+11
|\ \
| * | http: avoid generating double slashes in urlJosh Bleecher Snyder2019-12-132-3/+11
* | | smart_pkt: fix overflow resulting in OOB read/write of one bytePatrick Steinhardt2019-12-131-1/+1
|/ /
* | ssh: include sha256 host key hash when supportedAnders Borum2019-11-201-0/+8
* | Follow 308 redirect in WinHTTP transportpcpthm2019-10-261-1/+6
|/
* negotiate: use GSS.framework on macOSEtienne Samson2019-10-132-2/+6
* cred: add missing private header in GSSAPI blockEtienne Samson2019-09-211-0/+1
* cred: separate public interface from low-level detailsEtienne Samson2019-09-137-22/+12
* Merge pull request #5195 from tiennou/fix/commitish-smart-pushPatrick Steinhardt2019-09-131-45/+7
|\
| * smart: implement by-date insertion when revwalkingEtienne Samson2019-08-231-1/+4
| * smart: use push_glob instead of manual filteringEtienne Samson2019-08-211-45/+4
* | Merge pull request #5212 from libgit2/ethomson/creds_for_schemeEdward Thomson2019-09-092-9/+17
|\ \
| * | http: ensure the scheme supports the credentialsethomson/creds_for_schemeIan Hattendorf2019-08-231-4/+9
| * | http: allow dummy negotiation scheme to fail to actEdward Thomson2019-08-212-5/+8
| |/
* | transports: http: check for memory allocation failuresPatrick Steinhardt2019-08-232-2/+7
|/
* win32: define DWORD_MAX if it's not definedEdward Thomson2019-06-241-0/+4
* win32: decorate unused parametersEdward Thomson2019-06-241-0/+6
* smart protocol: validate progress message lengthEdward Thomson2019-06-241-2/+16
* smart transport: use size_t for sizesEdward Thomson2019-06-241-3/+3
* local transport: cast message size to int explicitlyEdward Thomson2019-06-241-3/+3
* winhttp: safely cast length to DWORDEdward Thomson2019-06-241-1/+6