summaryrefslogtreecommitdiff
path: root/src/curl_stream.c
Commit message (Expand)AuthorAgeFilesLines
* curl_stream: use CURLINFO_ACTIVESOCKET if curl is recent enoughPatrick Steinhardt2016-11-151-3/+14
* curl_stream: check for -1 after CURLINFO_LASTSOCKETAlex Crichton2016-11-111-0/+6
* curl: ask for proxy credentialsCarlos Martín Nieto2016-04-191-4/+81
* net: use proxy options struct in the stream configCarlos Martín Nieto2016-04-191-2/+8
* curl_stream: fix unused cert infosPatrick Steinhardt2016-02-081-0/+1
* Free allocated pointer to curl stream on errorBob Kuo2016-01-161-1/+4
* curl: use the most secure auth method for the proxycmn/curl-proxyauth-anyCarlos Martín Nieto2015-08-061-0/+1
* git_cert: child types use proper base typeEdward Thomson2015-07-101-7/+7
* curl: remove the encrypted param to the constructorCarlos Martín Nieto2015-06-241-11/+3
* curl: extract certificate informationCarlos Martín Nieto2015-06-241-3/+34
* stream: add support for setting a proxyCarlos Martín Nieto2015-06-241-0/+15
* Implement a curl streamCarlos Martín Nieto2015-06-241-0/+219