aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-03-09includes: remove inclusion of unused file http_proxy.hDaniel Stenberg
2012-03-08CONNECT: made generically not per-protocolDaniel Stenberg
2012-03-08ssh_connect: tunnel through HTTP proxy if requestedDaniel Stenberg
2012-03-08LWIP: don't consider HAVE_ERRNO_H to be winsockDaniel Stenberg
2012-02-24CONNECT: fix ipv6 address in the Request-LineDaniel Stenberg
2012-02-23SMTP: Added support for returning SMTP response codesSteve Holme
2012-02-21smtp.c: Fixed an issue with writing postdataSteve Holme
2012-02-19pop3.c: Fixed drop of final CRLF in EOB checkingSteve Holme
2012-02-17smtp.c: Fixed an issue with the EOB checkingSteve Holme
2012-02-16SMTP: Code policing and tidy upSteve Holme
2012-02-15smtp.c: Fixed use of angled brackets in AUTH parameter.Steve Holme
2012-02-14smtp_mail: Added support to MAIL FROM for the optional AUTH parameterSteve Holme
2012-02-14cyassl: update to CyaSSL 2.0.x APItoddouska
2012-02-14SMTP: Fixed error when using CURLOPT_CONNECT_ONLYSteve Holme
2012-02-10parse_proxy: simply memory handlingDaniel Stenberg
2012-02-10parse_proxy: bail out on zero-length proxy names!Daniel Stenberg
2012-02-09nss: add support for the CURLSSLOPT_ALLOW_BEAST optionKamil Dudka
2012-02-09CURLOPT_SSL_OPTIONS: addedDaniel Stenberg
2012-02-09add library support for tuning TCP_KEEPALIVEDave Reisner
2012-02-07curl_easy_reset: reset the referer stringDaniel Stenberg
2012-01-31CONNECT: send correct Host: with IPv6 numerical addressDaniel Stenberg
2012-01-28more resilient connection times among IP addressesPierre Ynard
2012-01-28remove write-only variablePierre Ynard
2012-01-24gnutls: enforced use of SSLv3Daniel Stenberg
2012-01-24URL sanitize: reject URLs containing bad dataDaniel Stenberg
2012-01-24OpenSSL: don't disable security work-aroundDaniel Stenberg
2012-01-20URL parse: user name with ipv6 numerical addressDaniel Stenberg
2012-01-20telnet.c: fix OOM triggered segfaultYang Tse
2012-01-19OpenSSL: follow-up for commit a20daf90e3Yang Tse
2012-01-18ssl session caching: fix compiler warningsYang Tse
2012-01-18polarssl: show cipher suite name correctly with 1.1.0Daniel Stenberg
2012-01-18polarssl: show error code correctlyDaniel Stenberg
2012-01-18polarssl: havege_rand is not present in version 1.1.0Daniel Stenberg
2012-01-18Use correct file descriptor for telnet upload.Colin Hogben
2012-01-18OpenLDAP: fix LDAP connection phase memory leakYang Tse
2012-01-18OpenSSL: fix PKCS#12 certificate parsing related memory leakJohannes Bauer
2012-01-18OpenSSL: SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG option is no longer enabledYang Tse
2012-01-16add LF termination to infof() trace stringYang Tse
2012-01-15Curl_proxyCONNECT() trace known bug #39Yang Tse
2012-01-13http_negotiate_sspi.c: fix compiler warningYang Tse
2012-01-13ssh.c: fix compiler warningYang Tse
2012-01-12hostip: avoid getaddrinfo when c-ares is usedDaniel Stenberg
2012-01-09FTP: CURLE_PARTIAL_FILE should not cause control connection to be closedgsengun
2012-01-08lib/setup.h: portable symbolic names for Winsock shutdown() mode flagsYang Tse
2012-01-04win32-threaded-resolver: stop using a dummy socketDaniel Stenberg
2012-01-04OpenSSL: remove reference to openssl internal structPeter Sylvester
2012-01-04krb5.c: fix compiler warning: variable set but not usedYang Tse
2012-01-04Fixed use of CURLUSESSL_TRY for POP3 and IMAP based connections.Steve Holme
2012-01-04Fixed incorrect error code being returned in STARTTLSSteve Holme
2012-01-02hostip.c: fix potential write past the end of string bufferYang Tse