summaryrefslogtreecommitdiff
path: root/lib/http_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* http_proxy: part of conditional expression is always true: !errorDaniel Stenberg2019-09-201-1/+1
* NTLM: reset proxy "multipass" state when CONNECT request is doneSergey Ogryzkov2019-06-021-0/+1
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-2/+2
* http: made Curl_add_buffer functions take a pointer-pointerDaniel Stenberg2018-09-161-7/+7
* http_proxy: Remove unused macro SELECT_TIMEOUTRikard Falkeborn2018-08-091-1/+0
* Curl_debug: remove dead printhost codeDaniel Stenberg2018-06-121-1/+1
* cppcheck: fix warningsMarian Klymov2018-06-111-1/+1
* strictness: correct {infof, failf} format specifiersRikard Falkeborn2018-05-311-1/+1
* lib: Fix format specifiersRikard Falkeborn2018-05-141-2/+2
* HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg2018-03-111-4/+4
* CONNECT: keep close connection flag in http_connect_state structZachary Seguin2017-12-071-6/+6
* timeleft: made two more users of Curl_timeleft use timediff_tDaniel Stenberg2017-10-291-1/+1
* 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