| Commit message (Expand) | Author | Age | Files | Lines |
* | urldata: rename easy_conn to just conn | Daniel Stenberg | 2019-01-11 | 1 | -2/+2 |
* | http: made Curl_add_buffer functions take a pointer-pointer | Daniel Stenberg | 2018-09-16 | 1 | -7/+7 |
* | http_proxy: Remove unused macro SELECT_TIMEOUT | Rikard Falkeborn | 2018-08-09 | 1 | -1/+0 |
* | Curl_debug: remove dead printhost code | Daniel Stenberg | 2018-06-12 | 1 | -1/+1 |
* | cppcheck: fix warnings | Marian Klymov | 2018-06-11 | 1 | -1/+1 |
* | strictness: correct {infof, failf} format specifiers | Rikard Falkeborn | 2018-05-31 | 1 | -1/+1 |
* | lib: Fix format specifiers | Rikard Falkeborn | 2018-05-14 | 1 | -2/+2 |
* | HTTP: allow "header;" to replace an internal header with a blank one | Daniel Stenberg | 2018-03-11 | 1 | -4/+4 |
* | CONNECT: keep close connection flag in http_connect_state struct | Zachary Seguin | 2017-12-07 | 1 | -6/+6 |
* | timeleft: made two more users of Curl_timeleft use timediff_t | Daniel Stenberg | 2017-10-29 | 1 | -1/+1 |
* | code style: use spaces around equals signs | Daniel Stenberg | 2017-09-11 | 1 | -7/+7 |
* | http-proxy: when not doing CONNECT, that phase is done immediately | Daniel Stenberg | 2017-09-07 | 1 | -1/+1 |
* | http-proxy: treat all 2xx as CONNECT success | Daniel Stenberg | 2017-09-05 | 1 | -3/+4 |
* | http_proxy: fix build error for CURL_DOES_CONVERSIONS | Maksim Stsepanenka | 2017-08-16 | 1 | -1/+2 |
* | strtoofft: reduce integer overflow risks globally | Daniel Stenberg | 2017-08-14 | 1 | -2/+2 |
* | http_proxy: fix build with http and proxy | Marcel Raad | 2017-06-18 | 1 | -1/+0 |
* | http_proxy: fix compiler warning | Marcel Raad | 2017-06-18 | 1 | -1/+2 |
* | http-proxy: fix chunked-encoded CONNECT responses | Daniel Stenberg | 2017-06-16 | 1 | -3/+2 |
* | http-proxy: deal with EAGAIN | Daniel Stenberg | 2017-06-16 | 1 | -2/+1 |
* | http-proxy: fix build with --disable-proxy or --disable-http | Daniel Stenberg | 2017-06-16 | 1 | -0/+5 |
* | http-proxy: do the HTTP CONNECT process entirely non-blocking | Daniel Stenberg | 2017-06-14 | 1 | -109/+134 |
* | http-proxy: use a dedicated CONNECT response buffer | Daniel Stenberg | 2017-05-01 | 1 | -15/+40 |
* | http-proxy: remove unused argument from Curl_proxyCONNECT() | Daniel Stenberg | 2017-04-26 | 1 | -14/+6 |
* | Improve code readbility | Sylvestre Ledru | 2017-03-13 | 1 | -10/+6 |
* | url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS | Desmond O. Chang | 2017-03-12 | 1 | -10/+9 |
* | http_proxy: Ignore TE and CL in CONNECT 2xx responses | Jay Satiro | 2017-03-11 | 1 | -20/+21 |
* | proxy: fix hostname resolution and IDN conversion | Michael Kaufmann | 2017-02-18 | 1 | -4/+9 |
* | http_proxy: avoid freeing static memory | Daniel Stenberg | 2017-02-09 | 1 | -3/+3 |
* | http_proxy: Fix tiny memory leak upon edge case connecting to proxy | Cameron MacMinn | 2017-02-09 | 1 | -1/+1 |
* | http_proxy: Fix proxy CONNECT hang on pending data | Jay Satiro | 2016-12-19 | 1 | -232/+229 |
* | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg | 2016-12-13 | 1 | -2/+2 |
* | http_proxy: simplify CONNECT response reading | Daniel Stenberg | 2016-12-01 | 1 | -168/+149 |
* | CONNECT: read responses one byte at a time | Daniel Stenberg | 2016-12-01 | 1 | -14/+7 |
* | CONNECT: reject TE or CL in 2xx responses | Daniel Stenberg | 2016-12-01 | 1 | -0/+17 |
* | HTTPS-proxy: fixed mbedtls and polishing | Okhin Vasilij | 2016-11-24 | 1 | -0/+2 |
* | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov | 2016-11-24 | 1 | -5/+44 |
* | lib: fix compiler warnings after de4de4e3c7c | Marcel Raad | 2016-11-18 | 1 | -1/+1 |
* | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg | 2016-10-31 | 1 | -1/+0 |
* | select: switch to macros in uppercase | Daniel Stenberg | 2016-10-18 | 1 | -4/+3 |
* | http2: make sure stream errors don't needlessly close the connection | Daniel Stenberg | 2016-08-28 | 1 | -1/+1 |
* | Revert "Proxy-Connection: stop sending this header by default" | Daniel Stenberg | 2016-08-16 | 1 | -3/+9 |
* | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg | 2016-06-22 | 1 | -1/+1 |
* | lib: include curl_printf.h as one of the last headers | Daniel Stenberg | 2016-04-29 | 1 | -2/+2 |
* | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann | 2016-04-17 | 1 | -5/+20 |
* | Proxy-Connection: stop sending this header by default | Daniel Stenberg | 2016-02-08 | 1 | -9/+3 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | FTP: do the HTTP CONNECT for data connection blocking | Daniel Stenberg | 2015-06-17 | 1 | -8/+14 |
* | http2: separate multiplex/pipelining + cleanup memory leaks | Daniel Stenberg | 2015-05-18 | 1 | -4/+4 |
* | proxy: add newline to info message | Daniel Stenberg | 2015-05-08 | 1 | -1/+1 |
* | free: instead of Curl_safefree() | Daniel Stenberg | 2015-03-16 | 1 | -2/+2 |