aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-16fix some compiler warningsYang Tse
2012-03-13resolve with c-ares: don't resolve IPv6 when not workingMaxim Prohorov
2012-03-10smtp.c: Changed the curl error code for EHLO and HELO responsesSteve Holme
2012-03-10RELEASE-NOTES: synced with e650dbde86Daniel Stenberg
2012-03-10Curl_http: strip off [brackets] from ipv6-only host headersAndrei Cipu
2012-03-10CURLSSH_OPT_AUTH: documented it has no effectArmel Asselin
2012-03-10mk-ca-bundle.pl: use LWP::UserAgent with proper https verify behavior.John Joseph Bachir
2012-03-10access the CA source file using HTTPSJohn Joseph Bachir
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-03-08curl-config: only provide libraries with --libsDave Reisner
2012-03-05CONTRIB: Please don't send pull requestsDaniel Stenberg
2012-02-25libcurl docs: version correctionsDaniel 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-23curl.1: updated --libcurlDaniel Stenberg
2012-02-23test: --libcurl fixesDaniel Stenberg
2012-02-23Add helper script convsrctest.pl to manipulate --libcurl tests.Colin Hogben
2012-02-23Add tests for curl's --libcurl output.Colin Hogben
2012-02-23Generate lists and use symbols in --libcurl code output.Colin Hogben
2012-02-21smtp.c: Fixed an issue with writing postdataSteve Holme
2012-02-21CURLOPT_MAIL_AUTH: added in 7.25.0Daniel Stenberg
2012-02-21pop3 test server: send terminating ".CRLF" onlyDaniel Stenberg
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-17CURLE_FTP_PRET_FAILED: listed twiceDaniel Stenberg
2012-02-16--mail-auth documentedDaniel Stenberg
2012-02-16SMTP: Code policing and tidy upSteve Holme
2012-02-16curl: Added support for --mail-authSteve Holme
2012-02-16docs: mention that NTLM works with NSS, tooKamil Dudka
2012-02-15DOCS: Added information for CURLOPT_MAIL_AUTH.Steve 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-14LIBCURL_VERSION_NUM: 0x071900Daniel Stenberg
2012-02-14SMTP: Fixed error when using CURLOPT_CONNECT_ONLYSteve Holme
2012-02-13s/7.24.1/7.25.0Daniel Stenberg
2012-02-13curlver.h: bumped to 7.25.0Daniel Stenberg
2012-02-13RELEASE-NOTES: synced with 2b26eb985Daniel Stenberg
2012-02-13configure: add option disable --libcurl outputColin Hogben
2012-02-13curl tool: allow negative numbers as option valuesAlessandro Ghedini
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-09configure: don't modify LD_LIBRARY_PATH for cross compilesRob Ward
2012-02-09--ssl-allow-beast addedDaniel Stenberg
2012-02-09CURLOPT_SSL_OPTIONS: addedDaniel Stenberg
2012-02-09curl: use new library-side TCP_KEEPALIVE optionsDave Reisner