Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-17 | --epsv: fix typo | Daniel Stenberg | |
Reported by: Thomas L. Shinnick | |||
2011-10-14 | docs: --xattr | Michal Marek | |
2011-09-13 | Curl_add_custom_headers: support headers with no data | warp kawada | |
A custom HTTP header ending in a semicolon instead of a colon will be treated as a header to be added without any data portion. | |||
2011-08-26 | --cookie-jar: activates the cookie engine | Daniel Stenberg | |
2011-08-12 | docs: --delegation | Daniel Stenberg | |
2011-08-09 | proxy protocol docs: rephrased and updated | Daniel Stenberg | |
2011-06-30 | docs: FTP quotes support '*' prefix to ignore errors | Daniel Stenberg | |
By default libcurl stops processing quote commands on failures. | |||
2011-05-05 | curl.1: --socks* options no longer needed | Daniel Stenberg | |
As we now can specify all the socks proxy types with the regular --proxy option using protocol prefix. | |||
2011-05-05 | curl.1: minor edit of --ftp-ssl* | Daniel Stenberg | |
2011-05-05 | curl.1: use GNU style and sort options | Jari Aalto | |
Follow style of GNU layout (cp, mv ...) where options are separated with comma: -o, --option Order item alphabetically (by length also): -o, -O, --option Follow style of GNU layout by moving help related options to the end: --help, -M, --version | |||
2011-05-02 | docs: mention the protocol:// support in proxy strings | Daniel Stenberg | |
2011-05-02 | --data-ascii: add mention | Daniel Stenberg | |
As it is a separate option it should have a .IP title | |||
2011-04-18 | transfer-encoding: document the options | Daniel Stenberg | |
The new libcurl and command line options are now described. | |||
2011-04-14 | curl.1: error code update | Daniel Stenberg | |
Error 4 has got a meaning Error 48 has got a slightly different meaning now | |||
2011-04-11 | curl.1: spell out the -O target directory | Daniel Stenberg | |
When using -O the file will be saved in the current directory, and this is now spelled out clearly. | |||
2011-03-08 | curl.1: clarify -E | Daniel Stenberg | |
Stress that it is for client certificates and then mention that it also works for all other SSL-based protocols apart from HTTPS and FTPS. Namely POP3S, IMAPS and SMTPS for now. | |||
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-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-26 | Mention that sftp quote commands can be quoted | Dan Fandrich | |
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-04 | nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slash | Kamil Dudka | |
Bug: https://bugzilla.redhat.com/623663 | |||
2010-12-25 | Typo / spelling fixes. | Brad Hards | |
2010-11-12 | curl.1: "a file", not an | Daniel Stenberg | |
2010-11-08 | curl.1: --resolve documented | Daniel Stenberg | |
2010-11-04 | curl.1: added a few missing exit codes | Daniel Stenberg | |
2010-09-09 | curl.1: updated protocols and polished language | Daniel Stenberg | |
2010-04-24 | curl: added --proto and --proto-redir | Alex Bligh | |
--proto tells curl to use the listed protocols for its initial retrieval --proto-redir tells curl to use the listed protocols after a redirect | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-15 | -w speed_download and speed_upload are measured in bytes per second | Daniel Stenberg | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2010-02-02 | mention SOCKS related problems in the curl(1) man page | Kamil Dudka | |
2010-01-23 | Added -J/--remote-header-name. | Bjorn Stenberg | |
2010-01-02 | - Make curl support --ssl and --ssl-reqd instead of the previous FTP-specific | Daniel Stenberg | |
versions --ftp-ssl and --ftp-ssl-reqd as these options are now used to control SSL/TLS for IMAP, POP3 and SMTP as well in addition to FTP. The old option names are still working but the new ones are the prefered ones (listed and documented). | |||
2010-01-01 | - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This | Daniel Stenberg | |
command is a special "hack" used by the drftpd server, but even though it is a custom extension I've deemed it fine to add to libcurl since this server seems to survive and people keep using it and want libcurl to support it. The new libcurl option is named CURLOPT_FTP_USE_PRET, and it is also usable from the curl tool with --ftp-pret. Using this option on a server that doesn't support this command will make libcurl fail. | |||
2009-12-31 | --mail-rcpt and --mail-from are starting to settle and work like this... | Daniel Stenberg | |
2009-12-10 | - Siegfried Gyuricsko found out that the curl manual said --retry would retry | Daniel Stenberg | |
on FTP errors in the transient 5xx range. Transient FTP errors are in the 4xx range. The code itself only tried on 5xx errors that occured _at login_. Now the retry code retries on all FTP transfer failures that ended with a 4xx response. (http://curl.haxx.se/bug/view.cgi?id=2911279) | |||
2009-11-27 | document --tftp-blksize | Daniel Stenberg | |
2009-10-26 | grrr, removed the conflict markers | Daniel Stenberg | |
2009-10-26 | spell fix by Michael Wood | Daniel Stenberg | |
2009-10-24 | Fabian Keil's suggested wording | Daniel Stenberg | |
2009-10-21 | add --crlfile to the man page | Daniel Stenberg | |
2009-10-01 | mention some alternative method names in the docs for --request | Daniel Stenberg | |
2009-10-01 | mention "quiet" for the --silent option to get easier to find | Daniel Stenberg | |
2009-08-24 | - Eric Wong introduced support for the new option -T. (dot) that makes curl | Daniel Stenberg | |
read stdin in a non-blocking fashion. This also brings back -T- (minus) to the previous blocking behavior since it could break stuff for people at times. | |||
2009-08-14 | I think it's worth clarifying that curl DOES NOT validate a given URL more | Daniel Stenberg | |
than what's absolutely necessary: curl will do its best to use what you pass to it as a URL. It is not trying to validate it as a syntactically correct URL by any means but is instead VERY liberal with what it accepts. | |||
2009-08-04 | RFC1867 was updated by RFC2388 | Daniel Stenberg | |
2009-06-30 | silly typo, pointed out by Fabian Keil | Daniel Stenberg | |