aboutsummaryrefslogtreecommitdiff
path: root/docs/MANUAL
AgeCommit message (Collapse)Author
2019-07-20docs/MANUAL.md: converted to markdown from plain textDaniel Stenberg
... will make it render as a nicer web page. Closes #4131
2018-10-01MANUAL: minor grammar fixNate Prewitt
Noticed a typo reading through the docs. Closes #3069
2018-09-23update URLs in testsViktor Szakats
- and one in docs/MANUAL as well Closes https://github.com/curl/curl/pull/3038
2018-09-23whitespace fixesViktor Szakats
- replace tabs with spaces where possible - remove line ending spaces - remove double/triple newlines at EOF - fix a non-UTF-8 character - cleanup a few indentations/line continuations in manual examples Closes https://github.com/curl/curl/pull/3037
2018-02-26docs/MANUAL: formfind.pl is not accessible on the site anymoreDaniel Stenberg
Fixes #2342
2017-05-30docs: clarify NO_PROXY furtherDaniel Stenberg
Fixes #1208
2017-05-24LDAP: documentation update per #878 changes (#1506)Sergei Nikulov
2016-08-13MANUAL: Remove invalid link to LDAP documentation (#962)Ronnie Mose
The server developer.netscape.com does not resolve into any ip address and can be removed.
2016-02-02HTTPS: update a bunch of URLs from HTTP to HTTPSDaniel Stenberg
2015-05-04MANUAL: language fixDaniel Stenberg
Reported-by: Fred Stluka Bug: https://github.com/bagder/curl/issues/255
2014-11-30docs: Updated for the SMB protocolBill Nagel
This patch updates the documentation for the SMB/CIFS protocol.
2014-10-03ssh: improve key file searchJeremy Lin
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.
2014-08-09docs: Update SPNEGO and GSS-API related doc sectionsMichael Osipov
Reflect recent changes in SPNEGO and GSS-API code in the docs. Update them with appropriate namings and remove visible spots for GSS-Negotiate.
2014-03-31docs: Removed mention of -g hack when using IPv6 literalsDan Fandrich
This limitation was removed in commit 0bc4938e
2014-03-31URL parser: IPv6 zone identifiers are now supportedTill Maas
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