aboutsummaryrefslogtreecommitdiff
path: root/lib/http_proxy.c
AgeCommit message (Expand)Author
2017-08-16http_proxy: fix build error for CURL_DOES_CONVERSIONSMaksim Stsepanenka
2017-08-14strtoofft: reduce integer overflow risks globallyDaniel Stenberg
2017-06-18http_proxy: fix build with http and proxyMarcel Raad
2017-06-18http_proxy: fix compiler warningMarcel Raad
2017-06-16http-proxy: fix chunked-encoded CONNECT responsesDaniel Stenberg
2017-06-16http-proxy: deal with EAGAINDaniel Stenberg
2017-06-16http-proxy: fix build with --disable-proxy or --disable-httpDaniel Stenberg
2017-06-14http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg
2017-05-01http-proxy: use a dedicated CONNECT response bufferDaniel Stenberg
2017-04-26http-proxy: remove unused argument from Curl_proxyCONNECT()Daniel Stenberg
2017-03-13Improve code readbilitySylvestre Ledru
2017-03-12url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang
2017-03-11http_proxy: Ignore TE and CL in CONNECT 2xx responsesJay Satiro
2017-02-18proxy: fix hostname resolution and IDN conversionMichael Kaufmann
2017-02-09http_proxy: avoid freeing static memoryDaniel Stenberg
2017-02-09http_proxy: Fix tiny memory leak upon edge case connecting to proxyCameron MacMinn
2016-12-19http_proxy: Fix proxy CONNECT hang on pending dataJay Satiro
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-12-01http_proxy: simplify CONNECT response readingDaniel Stenberg
2016-12-01CONNECT: read responses one byte at a timeDaniel Stenberg
2016-12-01CONNECT: reject TE or CL in 2xx responsesDaniel Stenberg
2016-11-24HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-18lib: fix compiler warnings after de4de4e3c7cMarcel Raad
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-08-28http2: make sure stream errors don't needlessly close the connectionDaniel Stenberg
2016-08-16Revert "Proxy-Connection: stop sending this header by default"Daniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-17news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann
2016-02-08Proxy-Connection: stop sending this header by defaultDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-06-17FTP: do the HTTP CONNECT for data connection blockingDaniel Stenberg
2015-05-18http2: separate multiplex/pipelining + cleanup memory leaksDaniel Stenberg
2015-05-08proxy: add newline to info messageDaniel Stenberg
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2015-03-07multi: fix *getsock() with CONNECTDaniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg
2014-10-24Curl_proxyCONNECT: remove superfluous statementDaniel Stenberg
2014-08-25CONNECT: close proxy connections that fail to CONNECTDaniel Stenberg
2014-07-22CONNECT: Revert Curl_proxyCONNECT back to 7.29.0 designDaniel Stenberg
2014-05-22bits.close: introduce connection close trackingDaniel Stenberg
2014-04-04CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg
2014-03-05remote_port: allow connect to port 0Daniel Stenberg
2013-12-31mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme
2013-11-03http: Post base64 decoding tidy upSteve Holme
2013-11-02http: Added proxy tunnel authentication message header value extractionSteve Holme