Age | Commit message (Expand) | Author |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |
2013-01-17 | url.c: fix HTTP CONNECT tunnel establishment upon delayed response | Yang Tse |
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-19 | bundles connection caching: some out of memory handling fixes | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-12-07 | Introducing a new persistent connection caching system using "bundles". | Linus Nielsen Feltzing |
2012-11-26 | avoid mixing of enumerated type with another type | Yang Tse |
2012-11-06 | URL parser: cut off '#' fragments from URLs (better) | Daniel Stenberg |
2012-11-06 | CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value | Daniel Stenberg |
2012-10-23 | tlsauthtype: deal with the string case insensitively | Daniel Stenberg |
2012-09-13 | parse_proxy: treat "socks://x" as a socks4 proxy | Daniel Stenberg |
2012-08-31 | NTLM: re-use existing connection better | Joe Mason |
2012-08-08 | verbose messages: fixed output of hostnames in re-used connections | Daniel Stenberg |
2012-08-07 | Avoid leak of local device string when reusing connection | Mike Crowe |
2012-07-13 | parse_proxy: remove dead assignment | Daniel Stenberg |
2012-06-10 | Curl_pgrsDone: return int and acknowledge return code | Daniel Stenberg |
2012-04-23 | URL parse: reject numerical IPv6 addresses outside brackets | Daniel Stenberg |
2012-04-19 | url.c: CURLOPT_HTTPAUTH and CURLOPT_PROXYAUTH fixes | Yang Tse |
2012-04-18 | Take in account that CURLAUTH_* bitmasks are now 'unsigned long' | Yang Tse |
2012-04-12 | url.c: fix compiler warning | Yang Tse |
2012-04-05 | CURLOPT_POSTREDIR: also allow 303 to do POST on the redirected URL | Andrei Cipu |
2012-03-22 | CONNECT: fix multi interface regression | Daniel Stenberg |
2012-03-16 | fix some compiler warnings | Yang Tse |
2012-03-08 | CONNECT: made generically not per-protocol | Daniel Stenberg |
2012-02-14 | smtp_mail: Added support to MAIL FROM for the optional AUTH parameter | Steve Holme |
2012-02-10 | parse_proxy: simply memory handling | Daniel Stenberg |
2012-02-10 | parse_proxy: bail out on zero-length proxy names! | Daniel Stenberg |
2012-02-09 | CURLOPT_SSL_OPTIONS: added | Daniel Stenberg |
2012-02-09 | add library support for tuning TCP_KEEPALIVE | Dave Reisner |
2012-02-07 | curl_easy_reset: reset the referer string | Daniel Stenberg |
2012-01-20 | URL parse: user name with ipv6 numerical address | Daniel Stenberg |
2012-01-18 | ssl session caching: fix compiler warnings | Yang Tse |
2012-01-16 | add LF termination to infof() trace string | Yang Tse |
2011-12-31 | changed case: use new host name for subsequent HTTP requests | Daniel Stenberg |
2011-12-24 | Curl_do_more: fix typo logic | Daniel Stenberg |
2011-12-23 | resolve: don't leak pre-populated dns entries | Daniel Stenberg |
2011-12-20 | non-blocking active FTP: cleanup multi state usage | Daniel Stenberg |
2011-12-20 | FTP: perform active connections non-blocking | Gokhan Sengun |
2011-12-20 | timer: restore PRETRANSFER timing | Daniel Stenberg |
2011-12-12 | ConnectionExists: Fix reuse for TLS upgraded connections | Steve Holme |
2011-12-09 | create_conn: don't switch to HTTP protocol if tunneling is enabled | Daniel Stenberg |
2011-11-24 | query-part: ignore the URI part for given protocols | Jonas Schnelli |
2011-11-21 | protocol_connect: show verbose connect and set connect time | Daniel Stenberg |
2011-11-17 | CURLOPT_DNS_SERVERS: set name servers if possible | Jason Glasgow |
2011-11-03 | url.c and file.c: fix OOM triggered segfault | Yang Tse |
2011-11-03 | rename ftp_ssl: the struct field is used for many protocols | Daniel Stenberg |