Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-07 | FAQ: How to SFTP from my user's home directory? | Daniel Stenberg | |
2011-02-21 | CURLOPT_SSH_KEYFUNCTION: requires *SSH_KNOWNHOSTS | Daniel Stenberg | |
Extend the docs to clarify that CURLOPT_SSH_KEYFUNCTION is only called if the known hosts option is also correctly set! | |||
2011-02-20 | curl_easy_setopt.3: Removed wrong reference to CURLOPT_USERPASSWORD. | Julien Chaffraix | |
CURLOPT_HTTPAUTH was mentioning CURLOPT_USERPASSWORD instead of CURLOPT_PASSWORD. Reported by: Mike Henshaw | |||
2011-02-20 | curl: Added --netrc-file. | Julien Chaffraix | |
This enables people to specify a path to the netrc file to use. The new option override --netrc if both are present. However it does follow --netrc-optional if specified. | |||
2011-02-17 | symbols-in-versions: sorted | Daniel Stenberg | |
I forgot to sort it when I added the CURL_SOCKOPT_* symbols | |||
2011-02-17 | SOCKOPTFUNCTION: documented new return codes | Daniel Stenberg | |
2011-02-17 | THANKS: add contributors from 7.21.4 | Daniel Stenberg | |
2011-02-13 | Updated OpenSSL version, added links to docu. | Guenter Knauf | |
2011-02-09 | CURLE_TLSAUTH_FAILED: removed | Quinn Slack | |
On second thought, I think CURLE_TLSAUTH_FAILED should be eliminated. It was only being raised when an internal error occurred while allocating or setting the GnuTLS SRP client credentials struct. For TLS authentication failures, the general CURLE_SSL_CONNECT_ERROR seems appropriate; its error string already includes "passwords" as a possible cause. Having a separate TLS auth error code might also cause people to think that a TLS auth failure means the wrong username or password was entered, when it could also be a sign of a man-in-the-middle attack. | |||
2011-02-09 | TLS-SRP: new options documented | Quinn Slack | |
2011-02-08 | curl.1: typo in -v description | Daniel Stenberg | |
Reported by: Ian D Allen Bug: https://bugs.launchpad.net/ubuntu/+source/curl/+bug/714895 Forwarded to us by: Reported by: Andreas Olsson Bug: http://curl.haxx.se/bug/view.cgi?id=3175422 | |||
2011-01-31 | file: add support for CURLOPT_TIMECONDITION | Dave Reisner | |
2011-01-29 | FAQ: clarified/expanded 6.7 a bit | Daniel Stenberg | |
"6.7 What are my obligations when using libcurl in my commercial apps?" got the piece about what exactly "in all copies" mean to a user of the code. This interpretation is based on what other MIT-like licenses have made more explicit. | |||
2011-01-27 | Some minor edits including updates to function names | Dan Fandrich | |
2011-01-26 | Mention that sftp quote commands can be quoted | Dan Fandrich | |
2011-01-24 | FAQ: clarify 5.13 how to stop a transfer | Daniel Stenberg | |
2011-01-21 | Mention axTLS in some more documentation | Dan Fandrich | |
2011-01-19 | symbols-in-versions: add the new TLSAUTH-SRP symbols | Daniel Stenberg | |
2011-01-19 | CURLOPT_SSL_VERIFYPEER: more clarifications | Daniel Stenberg | |
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! | |||
2011-01-19 | TheArtOfHttpScripting: extended | Daniel Stenberg | |
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. | |||
2011-01-19 | curl_easy_setopt.3: clarify VERIFYHOST/PEER | Daniel Stenberg | |
Extended the descriptions somewhat and made the options get listed next to each other. | |||
2011-01-18 | nss: fix a bug in handling of CURLOPT_CAPATH | Kamil Dudka | |
... 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 | |||
2011-01-15 | curl.1: fix spelling | Daniel Stenberg | |
Bug: http://curl.haxx.se/bug/view.cgi?id=3157232 Reported by: John Bradshaw | |||
2011-01-12 | docs - update BCC INSTALL section | Yang Tse | |
2011-01-04 | nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slash | Kamil Dudka | |
Bug: https://bugzilla.redhat.com/623663 | |||
2011-01-03 | TODO: get rid of PATH_MAX | Daniel Stenberg | |
2010-12-30 | CURLINFO_FTP_ENTRY_PATH: sftp support | Daniel Stenberg | |
2010-12-25 | Typo / spelling fixes. | Brad Hards | |
2010-12-25 | Use angle address, as for the rest of the example. | Brad Hards | |
Also spelling fix for RECIPIENT #define. | |||
2010-12-25 | Add angle brackets to addresses in easy SMTP examples, as for smtp-multi ↵ | Brad Hards | |
example. | |||
2010-12-23 | smtp-multi: put recipient within <brackets> | Daniel Stenberg | |
Even if libcurl might to do it for us, it is more correct. | |||
2010-12-22 | CURLOPT_MAIL_FROM: document the bracket situation | Daniel Stenberg | |
2010-12-22 | smtp-tls: add a missing newline | Brad Hards | |
Without this you won't get the next (Subject) line. | |||
2010-12-18 | examples: socket type cleanup | Daniel Stenberg | |
2010-12-18 | smtp-tls: add Message-ID: header | Brad Hards | |
2010-12-17 | gitignore: ignore the new example execs | Daniel Stenberg | |
2010-12-17 | examples: fix compiler warnings | Daniel Stenberg | |
2010-12-17 | examples: build all examples easier | Daniel Stenberg | |
2010-12-17 | smtp-tls: new example | Brad Hards | |
This example shows how to send SMTP with TLS | |||
2010-12-17 | Docs: add simple SMTP example | Brad Hards | |
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. | |||
2010-12-17 | example: fix compiler warnings in fopen.c | Daniel Stenberg | |
2010-12-17 | chkspeed: bad strtol() call for -M option | Brad Hards | |
Bug: http://curl.haxx.se/mail/lib-2010-12/0192.html | |||
2010-12-15 | axTLS: mention it among the other SSL libs | Daniel Stenberg | |
2010-12-15 | THANKS: added contributors from 7.21.3 | Daniel Stenberg | |
2010-12-09 | symbols-in-versions: CURLOPT_KEYPASSWD fixed | Daniel Stenberg | |
It was added in 7.17.0 and is not deprecated | |||
2010-12-08 | Mention that using other libraries can affect app licensing | Dan Fandrich | |
2010-12-03 | version-check: added brief documentation | Daniel Stenberg | |
and the traditional source header | |||
2010-11-28 | atoi: remove atoi usage | Yang Tse | |
2010-11-19 | Added a couple examples that were missing from the tar ball | Dan Fandrich | |
2010-11-12 | curl.1: "a file", not an | Daniel Stenberg | |