summaryrefslogtreecommitdiff
path: root/lib/http_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-2/+2
* http: Post base64 decoding tidy upSteve Holme2013-11-031-2/+3
* http: Added proxy tunnel authentication message header value extractionSteve Holme2013-11-021-2/+9
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-3/+3
* Curl_proxyCONNECT: count received headersMartin Jansen2013-03-231-0/+4
* Curl_proxyCONNECT: clear 'rewindaftersend' on successOliver Schindler2013-03-181-0/+2
* Curl_proxyCONNECT: return once CONNECT is sentDaniel Stenberg2013-02-051-26/+3
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-20/+13
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+595
* build: rename 93 lib/*.c filesYang Tse2013-01-031-595/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-12/+12
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-4/+0
* mem-include-scan: verify memory #includesDaniel Stenberg2012-11-171-0/+1
* http-proxy: keep CONNECT connections alive (for NTLM)Daniel Stenberg2012-07-051-0/+22
* CONNECT: fix multi interface regressionDaniel Stenberg2012-03-221-3/+45
* http_proxy.c: fix OOM handlingYang Tse2012-03-161-1/+4
* CONNECT: fix ipv6 address in the Request-LineDaniel Stenberg2012-02-241-17/+22
* CONNECT: send correct Host: with IPv6 numerical addressDaniel Stenberg2012-01-311-3/+6