Age | Commit message (Expand) | Author |
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 |
2011-11-02 | url.c and transfer.c: nullify connection pointer when free()'ed | Yang Tse |
2011-10-21 | curl_multi_fdset: correct fdset with FTP PORT use | Daniel Stenberg |
2011-10-20 | Fixed compilation when HTTP or cookies are disabled | Dan Fandrich |
2011-10-14 | url.c: fix endless loop upon transport connection timeout | Yang Tse |
2011-10-13 | url.c: make line shorter than 80 chars | Yang Tse |
2011-10-12 | OOM handling/cleanup slight adjustments | Yang Tse |
2011-10-11 | OOM handling/cleanup slight adjustments | Yang Tse |
2011-10-07 | libcurl: some OOM handling fixes | Yang Tse |
2011-10-02 | multi: progress function abort must close connection | Daniel Stenberg |
2011-09-28 | SSL session sharing support added | Alejandro Alvarez |
2011-09-22 | NTLM_WB: fix disabling of NTLM_WB when NTLM is disabled | Yang Tse |