summaryrefslogtreecommitdiff
path: root/docs/MANUAL
Commit message (Collapse)AuthorAgeFilesLines
* HTTPS: update a bunch of URLs from HTTP to HTTPSDaniel Stenberg2016-02-021-3/+3
|
* MANUAL: language fixDaniel Stenberg2015-05-041-2/+2
| | | | | Reported-by: Fred Stluka Bug: https://github.com/bagder/curl/issues/255
* docs: Updated for the SMB protocolBill Nagel2014-11-301-0/+9
| | | | This patch updates the documentation for the SMB/CIFS protocol.
* ssh: improve key file searchJeremy Lin2014-10-031-8/+18
| | | | | | | | | | | | | For private keys, use the first match from: user-specified key file (if provided), ~/.ssh/id_rsa, ~/.ssh/id_dsa, ./id_rsa, ./id_dsa Note that the previous code only looked for id_dsa files. id_rsa is now generally preferred, as it supports larger key sizes. For public keys, use the user-specified key file, if provided. Otherwise, try to extract the public key from the private key file. This means that passing --pubkey is typically no longer required, and makes the key-handling behavior more like OpenSSH.
* docs: Update SPNEGO and GSS-API related doc sectionsMichael Osipov2014-08-091-4/+4
| | | | | | Reflect recent changes in SPNEGO and GSS-API code in the docs. Update them with appropriate namings and remove visible spots for GSS-Negotiate.
* docs: Removed mention of -g hack when using IPv6 literalsDan Fandrich2014-03-311-1/+1
| | | | This limitation was removed in commit 0bc4938e
* URL parser: IPv6 zone identifiers are now supportedTill Maas2014-03-311-3/+3
|
* MANUAL: clarified user+password in HTTP URLsAnthony Bryan2012-09-091-3/+4
|
* MANUAL reviewAnt Bryan2012-08-151-36/+67
|
* Fixed some typos in documentationDan Fandrich2012-07-201-1/+1
|
* Correct default upload mimetype in manualColin Hogben2011-12-151-1/+1
| | | | | The default content-type for file uploads is application/octet-stream, not text/plain as stated in the MANUAL.
* Added mention of FTP proxiesDan Fandrich2011-04-071-2/+22
|
* replaced tabs with spacesYang Tse2010-02-161-1/+1
|
* removed trailing whitespaceYang Tse2010-02-141-14/+14
|
* Anthony Bryan's letter=>symbol fixesDaniel Stenberg2009-02-131-1/+1
|
* - Craig A West brought us: libcurl now defaults to do CONNECT with HTTPDaniel Stenberg2009-02-021-0/+3
| | | | | | | | | | 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.
* - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.Daniel Stenberg2009-01-251-2/+8
| | | | | | 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.
* Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn'tDan Fandrich2008-08-011-5/+24
| | | | support this so it goes untested.
* Fixed parsing of an IPv6 proxy address to support a scope identifier,Dan Fandrich2008-07-311-0/+3
| | | | | as well as IPv4 addresses in IPv6 format. Also, better handle the case of a malformatted IPv6 address (avoid empty and NULL strings).
* Added IPv6 sectionDan Fandrich2008-07-301-2/+21
|
* Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg2007-07-011-7/+8
| | | | | libcurl. This also makes the options change name to --krb (from --krb4) and CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still
* Show an absolute sftp: file path to give an additional example.Dan Fandrich2007-03-291-1/+1
|
* Added --pubkey option to curl and made --key also work for SCP/SFTP,Dan Fandrich2007-03-231-1/+10
| | | | plus made --pass work on an SSH private key as well.
* -z hasn't supported "yesterday" for quite some time...Daniel Stenberg2007-03-221-2/+2
|
* remove unncessary and wrong remarkDaniel Stenberg2007-03-011-3/+2
|
* added some fresh new blurbDaniel Stenberg2006-09-051-0/+31
|
* minor RFC updates, Dan Fandrich brought my attention to themDaniel Stenberg2006-05-251-1/+1
|
* David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg2006-01-161-9/+1
| | | | | 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.
* David Houlder added --form-stringDaniel Stenberg2005-03-121-0/+7
|
* Dan Fandrich corrects spelling mistakesDaniel Stenberg2004-12-101-14/+14
|
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-2/+2
|
* Mention the python-isque mailing list, don't mention the commit mailing listsDaniel Stenberg2004-06-031-13/+7
| | | | as they are probably very rarely intresting to the "common people" anyway.
* some more password blurbDaniel Stenberg2004-03-261-0/+11
|
* no one uses libcurl before 7.7 anyway...Daniel Stenberg2004-02-031-2/+0
|
* Joerg Mueller-Tolk fixed a minor mistakeDaniel Stenberg2003-08-011-1/+1
|
* As noticed by Kevin Roth, we shall not speak of root dir when it isn'tDaniel Stenberg2003-07-281-2/+2
| | | | necessarily the root...
* random updatesDaniel Stenberg2003-02-261-6/+31
|
* kromJx@crosswinds.net fixed typosDaniel Stenberg2002-10-281-3/+3
|
* some moreDaniel Stenberg2002-10-131-2/+18
|
* -y and -Y was switched in the examplesDaniel Stenberg2002-10-121-2/+2
|
* James Cone added CURLOPT_NETRC / --netrc / --netrc-optional descriptionsDaniel Stenberg2002-05-211-3/+3
|
* http_proxy must be lower caseDaniel Stenberg2002-04-121-1/+1
|
* explain all mailing lists betterDaniel Stenberg2002-04-121-9/+29
|
* old list is goneDaniel Stenberg2002-03-201-2/+2
|
* 7.9.5 commitcurl-7_9_5Daniel Stenberg2002-03-071-9/+9
|
* updated LDAP URL syntax references by Aron RobertsDaniel Stenberg2002-02-181-2/+8
|
* The former -c is "-C -" these daysDaniel Stenberg2002-01-041-3/+3
|
* removed silly old -t usage from here, added some blurb about the "new" -tDaniel Stenberg2001-10-301-2/+13
| | | | that sets telnet options
* Frank Keeney pointed out a manual mistake for certificate convertionsDaniel Stenberg2001-08-021-1/+1
|
* updates by SM nttp at iname.comDaniel Stenberg2001-03-231-28/+32
|