- Jan 21, 2011
-
-
Dan Fandrich authored
-
- Jan 19, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
The default value is 1. curl _uses_ a default CA bundle, it doesn't install one. Drop the references to 7.10 as that is now >8 years old!
-
Daniel Stenberg authored
Extended the intial HTTP protcol part and added a mention of --trace and --trace-ascii. Replaced most URLs in the text to use example.com instead of all the made up strange names. Shortened a bunch of lines.
-
Daniel Stenberg authored
Extended the descriptions somewhat and made the options get listed next to each other.
-
- Jan 18, 2011
-
-
Kamil Dudka authored
... and update the curl.1 and curl_easy_setopt.3 man pages such that they do not suggest to use an OpenSSL utility if curl is not built against OpenSSL. Bug: https://bugzilla.redhat.com/669702
-
- Jan 15, 2011
-
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/bug/view.cgi?id=3157232 Reported by: John Bradshaw
-
- Jan 12, 2011
-
-
Yang Tse authored
-
- Jan 04, 2011
-
-
Kamil Dudka authored
Bug: https://bugzilla.redhat.com/623663
-
- Jan 03, 2011
-
-
Daniel Stenberg authored
-
- Dec 30, 2010
-
-
Daniel Stenberg authored
-
- Dec 25, 2010
-
-
Brad Hards authored
-
Brad Hards authored
Also spelling fix for RECIPIENT #define.
-
Brad Hards authored
-
- Dec 23, 2010
-
-
Daniel Stenberg authored
Even if libcurl might to do it for us, it is more correct.
-
- Dec 22, 2010
-
-
Daniel Stenberg authored
-
Brad Hards authored
Without this you won't get the next (Subject) line.
-
- Dec 18, 2010
-
-
Daniel Stenberg authored
-
Brad Hards authored
-
- Dec 17, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Brad Hards authored
This example shows how to send SMTP with TLS
-
Brad Hards authored
Add a simple SMTP example program, patterned after some of the existing examples, and the curl application. This version addresses issues raised by David Woodhouse on comments in the simplesmtp.c example.
-
- Dec 16, 2010
-
-
Daniel Stenberg authored
-
Brad Hards authored
Bug: http://curl.haxx.se/mail/lib-2010-12/0192.html
-
- Dec 15, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 09, 2010
-
-
Daniel Stenberg authored
It was added in 7.17.0 and is not deprecated
-
- Dec 08, 2010
-
-
Dan Fandrich authored
-
- Dec 03, 2010
-
-
Daniel Stenberg authored
and the traditional source header
-
- Nov 28, 2010
-
-
Yang Tse authored
-
- Nov 20, 2010
-
-
Dan Fandrich authored
-
- Nov 12, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
This script is the start of a helper tool that scans a source code and outputs the most recent libcurl version it finds symbols for. Meaning that if there's no conditions in the code, that's the earliest libcurl version the scanned code requires. It is not added to the Makefile.am yet as it is still a bit crude, but I'm committing it to keep it and allow us to work on it.
-
- Nov 11, 2010
-
-
Daniel Stenberg authored
This is a meta symbol. OR this value together with a single specific auth value to force libcurl to probe for un-restricted auth and if not, only that single auth algorithm is acceptable. For example you can use CURLAUTH_DIGEST|CURLAUTH_ONLY to make libcurl first probe for what method to use, but yet only consider Digest to be acceptable. Using _only_ CURLAUTH_DIGEST without the CURLAUTH_ONLY field, will make libcurl explicitly use Digest right away and not do any probing.
-
- Nov 09, 2010
-
-
Daniel Stenberg authored
I also documented the filtering logic in the symbol-scan.pl function to clarify why not all CURL_* symbols are included.
-
- Nov 08, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-