summaryrefslogtreecommitdiff
path: root/lib/http_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-7/+7
* http-proxy: when not doing CONNECT, that phase is done immediatelyDaniel Stenberg2017-09-071-1/+1
* http-proxy: treat all 2xx as CONNECT successDaniel Stenberg2017-09-051-3/+4
* http_proxy: fix build error for CURL_DOES_CONVERSIONSMaksim Stsepanenka2017-08-161-1/+2
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-141-2/+2
* http_proxy: fix build with http and proxyMarcel Raad2017-06-181-1/+0
* http_proxy: fix compiler warningMarcel Raad2017-06-181-1/+2
* http-proxy: fix chunked-encoded CONNECT responsesDaniel Stenberg2017-06-161-3/+2
* http-proxy: deal with EAGAINDaniel Stenberg2017-06-161-2/+1
* http-proxy: fix build with --disable-proxy or --disable-httpDaniel Stenberg2017-06-161-0/+5
* http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg2017-06-141-109/+134
* http-proxy: use a dedicated CONNECT response bufferDaniel Stenberg2017-05-011-15/+40
* http-proxy: remove unused argument from Curl_proxyCONNECT()Daniel Stenberg2017-04-261-14/+6
* Improve code readbilitySylvestre Ledru2017-03-131-10/+6
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-121-10/+9
* http_proxy: Ignore TE and CL in CONNECT 2xx responsesJay Satiro2017-03-111-20/+21
* proxy: fix hostname resolution and IDN conversionMichael Kaufmann2017-02-181-4/+9
* http_proxy: avoid freeing static memoryDaniel Stenberg2017-02-091-3/+3
* http_proxy: Fix tiny memory leak upon edge case connecting to proxyCameron MacMinn2017-02-091-1/+1
* http_proxy: Fix proxy CONNECT hang on pending dataJay Satiro2016-12-191-232/+229
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-2/+2
* http_proxy: simplify CONNECT response readingDaniel Stenberg2016-12-011-168/+149
* CONNECT: read responses one byte at a timeDaniel Stenberg2016-12-011-14/+7
* CONNECT: reject TE or CL in 2xx responsesDaniel Stenberg2016-12-011-0/+17
* HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij2016-11-241-0/+2
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-5/+44
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-1/+1
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+0
* select: switch to macros in uppercaseDaniel Stenberg2016-10-181-4/+3
* http2: make sure stream errors don't needlessly close the connectionDaniel Stenberg2016-08-281-1/+1
* Revert "Proxy-Connection: stop sending this header by default"Daniel Stenberg2016-08-161-3/+9
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-171-5/+20
* Proxy-Connection: stop sending this header by defaultDaniel Stenberg2016-02-081-9/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* FTP: do the HTTP CONNECT for data connection blockingDaniel Stenberg2015-06-171-8/+14
* http2: separate multiplex/pipelining + cleanup memory leaksDaniel Stenberg2015-05-181-4/+4
* proxy: add newline to info messageDaniel Stenberg2015-05-081-1/+1
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-2/+2
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-9/+4
* multi: fix *getsock() with CONNECTDaniel Stenberg2015-03-071-0/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+2
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-4/+4
* Curl_proxyCONNECT: remove superfluous statementDaniel Stenberg2014-10-241-1/+0
* CONNECT: close proxy connections that fail to CONNECTDaniel Stenberg2014-08-251-4/+10
* CONNECT: Revert Curl_proxyCONNECT back to 7.29.0 designDaniel Stenberg2014-07-221-17/+30
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-1/+1
* CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg2014-04-041-4/+4
* remote_port: allow connect to port 0Daniel Stenberg2014-03-051-2/+2