aboutsummaryrefslogtreecommitdiff
path: root/docs/MANUAL
AgeCommit message (Collapse)Author
2012-09-09MANUAL: clarified user+password in HTTP URLsAnthony Bryan
2012-08-15MANUAL reviewAnt Bryan
2012-07-20Fixed some typos in documentationDan Fandrich
2011-12-15Correct default upload mimetype in manualColin Hogben
The default content-type for file uploads is application/octet-stream, not text/plain as stated in the MANUAL.
2011-04-07Added mention of FTP proxiesDan Fandrich
2010-02-16replaced tabs with spacesYang Tse
2010-02-14removed trailing whitespaceYang Tse
2009-02-13Anthony Bryan's letter=>symbol fixesDaniel Stenberg
2009-02-02- Craig A West brought us: libcurl now defaults to do CONNECT with HTTPDaniel Stenberg
version 1.1 instead of 1.0 like before. This change also introduces the new proxy type for libcurl called 'CURLPROXY_HTTP_1_0' that then allows apps to switch (back) to CONNECT 1.0 requests. The curl tool also got a --proxy1.0 option that works exactly like --proxy but sets CURLPROXY_HTTP_1_0. I updated all test cases cases that use CONNECT and I tried to do some using --proxy1.0 and some updated to do CONNECT 1.1 to get both versions run.
2009-01-25- Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.Daniel Stenberg
They basically offer the same thing the NO_PROXY environment variable only offered previously: list a set of host names that shall not use the proxy even if one is specified.
2008-08-01Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn'tDan Fandrich
support this so it goes untested.
2008-07-31Fixed parsing of an IPv6 proxy address to support a scope identifier,Dan Fandrich
as well as IPv4 addresses in IPv6 format. Also, better handle the case of a malformatted IPv6 address (avoid empty and NULL strings).
2008-07-30Added IPv6 sectionDan Fandrich
2007-07-01Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg
libcurl. This also makes the options change name to --krb (from --krb4) and CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still
2007-03-29Show an absolute sftp: file path to give an additional example.Dan Fandrich
2007-03-23Added --pubkey option to curl and made --key also work for SCP/SFTP,Dan Fandrich
plus made --pass work on an SSH private key as well.
2007-03-22-z hasn't supported "yesterday" for quite some time...Daniel Stenberg
2007-03-01remove unncessary and wrong remarkDaniel Stenberg
2006-09-05added some fresh new blurbDaniel Stenberg
2006-05-25minor RFC updates, Dan Fandrich brought my attention to themDaniel Stenberg
2006-01-16David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg
not supporting it. It hasn't been functioning for years anyway, so this is just finally stating what already was true. And a cleanup at the same time.
2005-03-12David Houlder added --form-stringDaniel Stenberg
2004-12-10Dan Fandrich corrects spelling mistakesDaniel Stenberg
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
2004-06-03Mention the python-isque mailing list, don't mention the commit mailing listsDaniel Stenberg
as they are probably very rarely intresting to the "common people" anyway.
2004-03-26some more password blurbDaniel Stenberg
2004-02-03no one uses libcurl before 7.7 anyway...Daniel Stenberg
2003-08-01Joerg Mueller-Tolk fixed a minor mistakeDaniel Stenberg
2003-07-28As noticed by Kevin Roth, we shall not speak of root dir when it isn'tDaniel Stenberg
necessarily the root...
2003-02-26random updatesDaniel Stenberg
2002-10-28kromJx@crosswinds.net fixed typosDaniel Stenberg
2002-10-13some moreDaniel Stenberg
2002-10-12-y and -Y was switched in the examplesDaniel Stenberg
2002-05-21James Cone added CURLOPT_NETRC / --netrc / --netrc-optional descriptionsDaniel Stenberg
2002-04-12http_proxy must be lower caseDaniel Stenberg
2002-04-12explain all mailing lists betterDaniel Stenberg
2002-03-20old list is goneDaniel Stenberg
2002-03-077.9.5 commitDaniel Stenberg
2002-02-18updated LDAP URL syntax references by Aron RobertsDaniel Stenberg
2002-01-04The former -c is "-C -" these daysDaniel Stenberg
2001-10-30removed silly old -t usage from here, added some blurb about the "new" -tDaniel Stenberg
that sets telnet options
2001-08-02Frank Keeney pointed out a manual mistake for certificate convertionsDaniel Stenberg
2001-03-23updates by SM nttp at iname.comDaniel Stenberg
2001-03-12added a note about persitant connections through HTTP proxiesDaniel Stenberg
2001-03-12added persistant connection detailsDaniel Stenberg
2001-02-19added stuff to the mailing list chapterDaniel Stenberg
2001-02-077.6.1-pre3Daniel Stenberg
2001-02-05Added a telnet sectionDaniel Stenberg
2000-11-30Added a small note about referer needing to be complete to comply to theDaniel Stenberg
HTTP spec
2000-11-30README.curl is renamed to MANUALDaniel Stenberg