Age | Commit message (Expand) | Author |
2012-02-14 | SMTP: Fixed error when using CURLOPT_CONNECT_ONLY | 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 | nss: add support for the CURLSSLOPT_ALLOW_BEAST option | Kamil Dudka |
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-31 | CONNECT: send correct Host: with IPv6 numerical address | Daniel Stenberg |
2012-01-28 | more resilient connection times among IP addresses | Pierre Ynard |
2012-01-28 | remove write-only variable | Pierre Ynard |
2012-01-24 | gnutls: enforced use of SSLv3 | Daniel Stenberg |
2012-01-24 | URL sanitize: reject URLs containing bad data | Daniel Stenberg |
2012-01-24 | OpenSSL: don't disable security work-around | Daniel Stenberg |
2012-01-20 | URL parse: user name with ipv6 numerical address | Daniel Stenberg |
2012-01-20 | telnet.c: fix OOM triggered segfault | Yang Tse |
2012-01-19 | OpenSSL: follow-up for commit a20daf90e3 | Yang Tse |
2012-01-18 | ssl session caching: fix compiler warnings | Yang Tse |
2012-01-18 | polarssl: show cipher suite name correctly with 1.1.0 | Daniel Stenberg |
2012-01-18 | polarssl: show error code correctly | Daniel Stenberg |
2012-01-18 | polarssl: havege_rand is not present in version 1.1.0 | Daniel Stenberg |
2012-01-18 | Use correct file descriptor for telnet upload. | Colin Hogben |
2012-01-18 | OpenLDAP: fix LDAP connection phase memory leak | Yang Tse |
2012-01-18 | OpenSSL: fix PKCS#12 certificate parsing related memory leak | Johannes Bauer |
2012-01-18 | OpenSSL: SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG option is no longer enabled | Yang Tse |
2012-01-16 | add LF termination to infof() trace string | Yang Tse |
2012-01-15 | Curl_proxyCONNECT() trace known bug #39 | Yang Tse |
2012-01-13 | http_negotiate_sspi.c: fix compiler warning | Yang Tse |
2012-01-13 | ssh.c: fix compiler warning | Yang Tse |
2012-01-12 | hostip: avoid getaddrinfo when c-ares is used | Daniel Stenberg |
2012-01-09 | FTP: CURLE_PARTIAL_FILE should not cause control connection to be closed | gsengun |
2012-01-08 | lib/setup.h: portable symbolic names for Winsock shutdown() mode flags | Yang Tse |
2012-01-04 | win32-threaded-resolver: stop using a dummy socket | Daniel Stenberg |
2012-01-04 | OpenSSL: remove reference to openssl internal struct | Peter Sylvester |
2012-01-04 | krb5.c: fix compiler warning: variable set but not used | Yang Tse |
2012-01-04 | Fixed use of CURLUSESSL_TRY for POP3 and IMAP based connections. | Steve Holme |
2012-01-04 | Fixed incorrect error code being returned in STARTTLS | Steve Holme |
2012-01-02 | hostip.c: fix potential write past the end of string buffer | Yang Tse |
2012-01-02 | hostip.c: fix Curl_loadhostpairs() OOM handling | Yang Tse |
2012-01-01 | Curl_input_negotiate: use the correct buffer for input | Daniel Stenberg |
2011-12-31 | just a stupid typo | Daniel Stenberg |
2011-12-31 | SFTP dir: increase buffer size counter | Daniel Stenberg |
2011-12-31 | create_hostcache_id: use the key lower cased | Daniel Stenberg |
2011-12-31 | changed case: use new host name for subsequent HTTP requests | Daniel Stenberg |
2011-12-31 | CURLOPT_RESOLVE: avoid adding already present host names | Daniel Stenberg |
2011-12-30 | removed trailing whitespace | Yang Tse |
2011-12-25 | transfer: avoid unnecessary timeout event when waiting for 100-continue | Kamil Dudka |
2011-12-25 | transfer.c: move a logging statement placement | Yang Tse |
2011-12-25 | hash.c: fix OOM triggered segfault | Yang Tse |
2011-12-24 | ftp_do_more: don't return success until all is done | Daniel Stenberg |
2011-12-24 | Curl_do_more: fix typo logic | Daniel Stenberg |