summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* ntlmclient: update to ntlmclient 0.9.1Edward Thomson2021-08-241-1/+1
* http: don't require a passwordethomson/http_empty_passwordEdward Thomson2021-08-051-2/+6
* Allow compilation on systems without CLOCK_MONOTONICPeter Pettersson2021-07-151-1/+2
* Merge pull request #5908 from punkymaniac/patch-mem-leakEdward Thomson2021-07-131-0/+2
|\
| * Remove useless conditionpunkymaniac2021-06-041-2/+1
| * Fix memory leak in git_smart__connectpunkymaniac2021-06-031-0/+3
* | define WINHTTP_NO_CLIENT_CERT_CONTEXT if neededJacques Germishuys2021-06-261-0/+4
|/
* Merge pull request #5852 from implausible/httpclient/skip-entire-bodyEdward Thomson2021-05-161-4/+9
|\
| * httpclient: no proxy creds in requests if proxy is CONNECT typeTyler Ang-Wanek2021-05-121-3/+8
| * httpclient: git_http_client_skip_body should drain socket of bodyTyler Ang-Wanek2021-05-121-1/+1
* | test: clean up memory leaksEdward Thomson2021-05-061-0/+1
|/
* src: fix typos in header filesTobias Nießen2021-04-181-1/+1
* winhttp: skip certificate check if unable to send requestIan Hattendorf2021-03-011-27/+45
* Fix some typosAaron Franke2021-02-151-1/+1
* Merge pull request #5741 from libgit2/ethomson/ipv6Edward Thomson2020-12-232-25/+57
|\
| * winhttp: handle ipv6 addressesEdward Thomson2020-12-231-15/+27
| * http: handle ipv6 addressesEdward Thomson2020-12-231-10/+30
* | Wrap newer hostkeys in #ifdefsMiguel Arroz2020-12-211-0/+6
* | Add support for additional hostkey types.Miguel Arroz2020-12-211-0/+12
|/
* 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