Revert "Update to 7.44.0"
[platform/upstream/curl.git] / docs / curl.1
2011-02-08 Daniel Stenbergcurl.1: typo in -v description
2011-01-31 Dave Reisnerfile: add support for CURLOPT_TIMECONDITION
2011-01-27 Dan FandrichMention that sftp quote commands can be quoted
2011-01-18 Kamil Dudkanss: fix a bug in handling of CURLOPT_CAPATH
2011-01-15 Daniel Stenbergcurl.1: fix spelling
2011-01-04 Kamil Dudkanss: avoid CURLE_OUT_OF_MEMORY given a file name withou...
2010-12-25 Brad HardsTypo / spelling fixes.
2010-11-12 Daniel Stenbergcurl.1: "a file", not an
2010-11-08 Daniel Stenbergcurl.1: --resolve documented
2010-11-04 Daniel Stenbergcurl.1: added a few missing exit codes
2010-09-08 Daniel Stenbergcurl.1: updated protocols and polished language
2010-04-24 Alex Blighcurl: added --proto and --proto-redir
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-15 Daniel Stenberg-w speed_download and speed_upload are measured in...
2010-02-14 Yang Tseremoved trailing whitespace
2010-02-02 Kamil Dudkamention SOCKS related problems in the curl(1) man page
2010-01-23 Bjorn StenbergAdded -J/--remote-header-name.
2010-01-02 Daniel Stenberg- Make curl support --ssl and --ssl-reqd instead of...
2010-01-01 Daniel Stenberg- Ingmar Runge enhanced libcurl's FTP engine to support...
2009-12-31 Daniel Stenberg--mail-rcpt and --mail-from are starting to settle...
2009-12-10 Daniel Stenberg- Siegfried Gyuricsko found out that the curl manual...
2009-11-27 Daniel Stenbergdocument --tftp-blksize
2009-10-26 Daniel Stenberggrrr, removed the conflict markers
2009-10-26 Daniel Stenbergspell fix by Michael Wood
2009-10-24 Daniel StenbergFabian Keil's suggested wording
2009-10-21 Daniel Stenbergadd --crlfile to the man page
2009-10-01 Daniel Stenbergmention some alternative method names in the docs for...
2009-10-01 Daniel Stenbergmention "quiet" for the --silent option to get easier...
2009-08-24 Daniel Stenberg- Eric Wong introduced support for the new option ...
2009-08-14 Daniel StenbergI think it's worth clarifying that curl DOES NOT valida...
2009-08-04 Daniel StenbergRFC1867 was updated by RFC2388
2009-06-30 Daniel Stenbergsilly typo, pointed out by Fabian Keil
2009-06-29 Daniel Stenberg- Markus Koetter made CURLOPT_FTPPORT (and curl's ...
2009-04-23 Daniel Stenberg- bug report #2779245 (curl.haxx.se/bug/view.cgi?id...
2009-02-27 Daniel Stenbergmention the '-o -' trick
2009-02-20 Daniel Stenbergclarified the FTP passive/active mode options somewhat
2009-02-04 Dan FandrichFixed a typo (spotted in the FreeBSD ports).
2009-02-02 Daniel Stenberg- Craig A West brought us: libcurl now defaults to...
2009-01-28 Daniel Stenberg- Markus Moeller introduced two new options to libcurl:
2009-01-25 Daniel Stenberg- Craig A West brought CURLOPT_NOPROXY and the correspo...
2008-12-22 Daniel Stenberg- Anthony Bryan provided a set of patches that cleaned...
2008-10-29 Daniel Stenberg--ftp-method was added in 7.15.1. This mention ends...
2008-10-09 Dan FandrichUpdate docs now that SFTP supports file ranges.
2008-09-10 Dan FandrichChecked in some grammatical and minor other fixes in...
2008-09-09 Dan FandrichMike Revi discovered some swapped speed switches docume...
2008-09-05 Daniel Stenberg- Martin Drasar provided the CURLOPT_POSTREDIR patch...
2008-08-20 Daniel Stenbergthe .netrc curl checks for is called _netrc on windows...
2008-08-20 Dan FandrichAdded an edited version of Vincent Le Normand's documen...
2008-08-01 Dan FandrichAdded support for --append on SFTP uploads. Unfortunate...
2008-07-30 Daniel Stenberg- Made the curl tool's -w option support the %{ssl_veri...
2008-07-11 Daniel Stenbergdocument the exit codes 82 and 83 that are new in 7...
2008-07-10 Daniel Stenbergs/muse/must
2008-07-10 Daniel Stenbergdocument --remote-name-all
2008-07-03 Daniel StenbergIntrocuding a new timestamp for curl_easy_getinfo():
2008-06-08 Daniel Stenbergthe next release is now called 7.19.0
2008-06-08 Daniel Stenberg- curl the tool now deals with its command line options...
2008-04-30 Daniel Stenberg- To make it easier for applications that want lots...
2008-03-13 Dan Fandrich--ftp-create-dirs works on SFTP as well
2008-02-18 Daniel Stenbergjust mention in --cacert that curl normally has a defau...
2008-01-25 Daniel Stenbergusing anyauth isn't unconditionally an extra roundtrip
2008-01-15 Daniel StenbergMichal Marek's improved .curlrc syntax description
2008-01-12 Daniel StenbergEric Landes provided the patch (edited by me) that...
2008-01-11 Daniel StenbergDaniel Egger made CURLOPT_RANGE work on file:// URLs...
2008-01-08 Daniel StenbergIntroducing curl_easy_pause() and new magic return...
2008-01-05 Daniel StenbergBased on further discussion on curl-library, I reverted...
2008-01-04 Daniel StenbergBased on Maxim Perenesenko's patch, we now do SOCKS5...
2008-01-02 Daniel StenbergRichard Atterer brought a patch that added support...
2007-12-27 Daniel Stenberg--libcurl was added in 7.16.1, a useful information
2007-12-14 Daniel Stenberg-u addition: If you just give the user name (without...
2007-12-12 Daniel StenbergGilles Blanc made the curl tool enable SO_KEEPALIVE...
2007-11-22 Daniel StenbergAlessandro Vesely helped me improve the --data-urlencod...
2007-11-20 Daniel Stenbergrephrased
2007-11-20 Daniel StenbergIntrouced --data-urlencode to the curl tool for easier...
2007-10-13 Daniel StenbergChris Leighton:
2007-10-09 Dan FandrichDocumented error codes 77-80, and fixed the one for 60.
2007-10-09 Daniel StenbergMichal Marek removed the no longer existing return...
2007-10-03 Daniel StenbergI renamed the CURLE_SSL_PEER_CERTIFICATE error code to
2007-10-03 Daniel StenbergBased on a patch brought by Johnny Luong, libcurl now...
2007-10-02 Daniel Stenbergdocument --post301, based on the phrasing in curl_easy_...
2007-09-24 Daniel StenbergBad use of "its" replaceed with a rephrase. I noticed...
2007-09-21 Daniel Stenberg--proxy-negotiate is added in 7.17.1
2007-09-21 Daniel StenbergMark Davies fixed Negotiate authentication over proxy...
2007-09-18 Daniel StenbergRob Crittenden provided an NSS update with the followin...
2007-08-23 Daniel Stenberg--libcurl does not support -F
2007-07-20 Dan FandrichDocument pwd as an sftp quote command for curl(1),...
2007-07-01 Daniel StenbergThomas J. Moore provided a patch that introduces Kerber...
2007-06-13 James HousleyUpdate documentation to reflect SFTP's ability to creat...
2007-05-15 Dan FandrichAdded support for quote commands before a transfer...
2007-05-14 Dan FandrichAdded SFTP directory listing test case 613.
2007-05-09 Dan FandrichAdded the list of SFTP post-quote commands, and fixed...
2007-04-22 Daniel Stenberg- Song Ma's warning if -r/--range is given with a ...
2007-04-22 Daniel Stenbergclarify a bit on the follow-redirect logic and when...
2007-03-23 Dan FandrichAdded --pubkey option to curl and made --key also work...
2007-02-28 Daniel Stenbergclarify that -K files are expected to have one option...
2007-02-23 Daniel Stenberg- Added warning outputs if the command line uses more...
2007-02-20 Linus Nielsen FeltzingNew FTP CCC functionality - adds passive and active...
2007-02-12 Daniel StenbergRob Crittenden added support for NSS (Network Security...
2007-02-12 Daniel Stenberg- Shmulik Regev fixed so that the final CRLF of HTTP...
2007-01-25 Daniel Stenberg- Added the --libcurl [file] option to curl. Append...
2007-01-05 Daniel Stenberg- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc...
next