Age | Commit message (Expand) | Author |
2016-12-19 | http_proxy: Fix proxy CONNECT hang on pending data | Jay Satiro |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-12-01 | http_proxy: simplify CONNECT response reading | Daniel Stenberg |
2016-12-01 | CONNECT: read responses one byte at a time | Daniel Stenberg |
2016-12-01 | CONNECT: reject TE or CL in 2xx responses | Daniel Stenberg |
2016-11-24 | HTTPS-proxy: fixed mbedtls and polishing | Okhin Vasilij |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-18 | lib: fix compiler warnings after de4de4e3c7c | Marcel Raad |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-18 | select: switch to macros in uppercase | Daniel Stenberg |
2016-08-28 | http2: make sure stream errors don't needlessly close the connection | Daniel Stenberg |
2016-08-16 | Revert "Proxy-Connection: stop sending this header by default" | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann |
2016-02-08 | Proxy-Connection: stop sending this header by default | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-06-17 | FTP: do the HTTP CONNECT for data connection blocking | Daniel Stenberg |
2015-05-18 | http2: separate multiplex/pipelining + cleanup memory leaks | Daniel Stenberg |
2015-05-08 | proxy: add newline to info message | Daniel Stenberg |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-07 | multi: fix *getsock() with CONNECT | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-10-24 | Curl_proxyCONNECT: remove superfluous statement | Daniel Stenberg |
2014-08-25 | CONNECT: close proxy connections that fail to CONNECT | Daniel Stenberg |
2014-07-22 | CONNECT: Revert Curl_proxyCONNECT back to 7.29.0 design | Daniel Stenberg |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2014-04-04 | CURLOPT_PROXYHEADER: set headers for proxy-only | Daniel Stenberg |
2014-03-05 | remote_port: allow connect to port 0 | Daniel Stenberg |
2013-12-31 | mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU | Steve Holme |
2013-11-03 | http: Post base64 decoding tidy up | Steve Holme |
2013-11-02 | http: Added proxy tunnel authentication message header value extraction | Steve Holme |
2013-08-12 | SessionHandle: the protocol specific pointer is now a void * | Daniel Stenberg |
2013-03-23 | Curl_proxyCONNECT: count received headers | Martin Jansen |
2013-03-18 | Curl_proxyCONNECT: clear 'rewindaftersend' on success | Oliver Schindler |
2013-02-05 | Curl_proxyCONNECT: return once CONNECT is sent | Daniel Stenberg |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-11-17 | mem-include-scan: verify memory #includes | Daniel Stenberg |
2012-07-05 | http-proxy: keep CONNECT connections alive (for NTLM) | Daniel Stenberg |
2012-03-22 | CONNECT: fix multi interface regression | Daniel Stenberg |
2012-03-16 | http_proxy.c: fix OOM handling | Yang Tse |
2012-02-24 | CONNECT: fix ipv6 address in the Request-Line | Daniel Stenberg |