aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-02-09add library support for tuning TCP_KEEPALIVEDave Reisner
2012-02-07curl_easy_reset: reset the referer stringDaniel Stenberg
2012-02-07curl tool: allow glob-loops to abort again upon critical errorsYang Tse
2012-02-06curl tool: don't abort glob-loop due to failuresDaniel Stenberg
2012-01-31CONNECT: send correct Host: with IPv6 numerical addressDaniel Stenberg
2012-01-28Explicitly link to the nettle/gcrypt librariesMartin Storsjo
2012-01-28more resilient connection times among IP addressesPierre Ynard
2012-01-28remove write-only variablePierre Ynard
2012-01-26Merge branch 'master' of github.com:bagder/curlPierre Joye