aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
AgeCommit message (Collapse)Author
2005-06-23added docs about the new proxy string supportDaniel Stenberg
2005-05-02Added --trace-time that when used adds a time stamp to each trace line thatDaniel Stenberg
--trace, --trace-ascii and --verbose output. I also made the '>' display separate each line on the linefeed so that HTTP requests etc look nicer in the -v output.
2005-04-28Updated with (new and old) default config file search path explanation.Daniel Stenberg
2005-04-16clarify that > in the verbose output can contain newlinesDaniel Stenberg
2005-04-07add SSPIDaniel Stenberg
2005-04-06Removed extraneous commaDan Fandrich
2005-04-04spell fixes, based on the Debian bug report #302820 submitted by "A Costa"Daniel Stenberg
2005-03-30format mistake in --form-string, pointed out by Owen WatsonDaniel Stenberg
2005-03-28Added --proxy-anyauthDaniel Stenberg
2005-03-12David Houlder added --form-stringDaniel Stenberg
2005-02-17mention filename= for the -FDaniel Stenberg
2005-02-08-O clarificationDaniel Stenberg
2005-01-25Ian Ford asked about support for the FTP command ACCT, and I discovered it isDaniel Stenberg
present in RFC959... so now (lib)curl supports it as well. --ftp-account and CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account string after PASS have been sent away. The client responds with "ACCT [account string]".) Added test case 228 and 229 to verify the functionality. Updated the test FTP server to support ACCT somewhat.
2005-01-21FTP third transfer support overhaul. See CHANGES for details.Daniel Stenberg
2005-01-20Philippe Hameau found out that -Q "+[command]" didn't work, although some codeDaniel Stenberg
was written for it. I fixed and added test case 227 to verify it. The curl.1 man page didn't mention the '+' so I added it.
2005-01-17updated the wording for -B/--use-asciiDaniel Stenberg
2005-01-16mention --netrc in the -u descriptionDaniel Stenberg
2004-12-21Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made theDaniel Stenberg
-w option support 'http_connect' to make it easier to verify!
2004-12-13Document CURLINFO_SSL_ENGINES and "--engine".Gisle Vanem
2004-12-10Dan Fandrich corrects spelling mistakesDaniel Stenberg
2004-11-24HTTP "auth done right". See lib/README.httpauthDaniel Stenberg
2004-11-15new -w variables supportedDaniel Stenberg
2004-11-04more retry stuffDaniel Stenberg
2004-11-02documented the current --retry optionsDaniel Stenberg
2004-10-19snart isn't really used these days so we cut out the reference to itDaniel Stenberg
2004-10-19added num_connectsDaniel Stenberg
2004-09-30--max-redirs is _not_ -ZDaniel Stenberg
2004-09-16ftp-ssl mistake correctedDaniel Stenberg
2004-09-15the new date parser affects -zDaniel Stenberg
2004-09-10fixed -F to support setting type= even on parts that aren't file-uploadsDaniel Stenberg
2004-07-06clarify the -Q option a bit betterDaniel Stenberg
2004-06-01--create-dirs clarificationDaniel Stenberg
2004-05-25--proxy-basic added for completenessDaniel Stenberg
2004-05-24IDN is a recognized featureDaniel Stenberg
2004-05-24fixed a referenceDaniel Stenberg
2004-05-03Added --proxy-digest, added the standard curl source header to this file.Daniel Stenberg
2004-04-26my nroff 1.18.1 complained the URL as it contains a nroff combo somehowDaniel Stenberg
and when I modified it slightly the warning dissappeared...
2004-03-25tcp-nodelay patch by Joe HalpinDaniel Stenberg
2004-03-05Multiple updates, most of them being proper formatting to create nice htmlDaniel Stenberg
links in the web pages, but also additional facts and removal of old crap.
2004-02-21mention in --limit-rate that --speed-limit might ruin the limiting slightly.Daniel Stenberg
2004-02-06Added documentation of a few command line options that were still undocumentedDaniel Stenberg
here.
2004-01-30--socksDaniel Stenberg
2003-12-03edited the -d section slightlyDaniel Stenberg
2003-12-03minor editDaniel Stenberg
2003-12-02--ftp-pasv now overrides a previous --ftpport option. We now also supportDaniel Stenberg
it named "--ftp-port" as the additional dash between the words is used in several other options and this makes it more consistant.
2003-11-07explain the requirements for --negotiate, --ntlm and --krb4Daniel Stenberg
2003-11-06mark all mentioned options betterDaniel Stenberg
2003-11-06converted most .I lines to \fI onesDaniel Stenberg
2003-11-06egd, not edgDaniel Stenberg
2003-11-04.IP instead of .TP and .BDaniel Stenberg