Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						575ce905b2 
					 
					
						
						
							
							ok, the right term (using RFC2616 lingo) for the -X keyword is method and not  
						
						... 
						
						
						
						request 
						
						
					 
					
						2005-08-25 12:19:22 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						a4773fcbbb 
					 
					
						
						
							
							Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible  
						
						... 
						
						
						
						from the command line tool with --ignore-content-length. This will make it
easier to download files from Apache 1.x (and similar) servers that are
still having problems serving files larger than 2 or 4 GB. When this option
is enabled, curl will simply have to wait for the server to close the
connection to signal end of transfer. I wrote test case 269 that runs a
simple test that this works. 
						
						
					 
					
						2005-08-24 10:57:28 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						162f58c53c 
					 
					
						
						
							
							-H needs no CRLF or similar added  
						
						
						
						
					 
					
						2005-08-12 20:56:12 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						d8dcd5e472 
					 
					
						
						
							
							added docs about the new proxy string support  
						
						
						
						
					 
					
						2005-06-23 23:07:07 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						b0f856213d 
					 
					
						
						
							
							Added --trace-time that when used adds a time stamp to each trace line that  
						
						... 
						
						
						
						--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-05-02 09:38:19 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						002de1eae2 
					 
					
						
						
							
							Updated with (new and old) default config file search path explanation.  
						
						
						
						
					 
					
						2005-04-28 21:26:30 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						b15507aac3 
					 
					
						
						
							
							clarify that > in the verbose output can contain newlines  
						
						
						
						
					 
					
						2005-04-16 12:24:12 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						5ebc6e305e 
					 
					
						
						
							
							add SSPI  
						
						
						
						
					 
					
						2005-04-07 07:30:02 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						34854e70cf 
					 
					
						
						
							
							Removed extraneous comma  
						
						
						
						
					 
					
						2005-04-06 00:39:48 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						5d1349031c 
					 
					
						
						
							
							spell fixes, based on the Debian bug report  #302820  submitted by "A Costa"  
						
						
						
						
					 
					
						2005-04-04 08:07:04 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						32a446cf19 
					 
					
						
						
							
							format mistake in --form-string, pointed out by Owen Watson  
						
						
						
						
					 
					
						2005-03-30 06:31:32 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						970722483c 
					 
					
						
						
							
							Added --proxy-anyauth  
						
						
						
						
					 
					
						2005-03-28 22:17:49 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						2f8085af15 
					 
					
						
						
							
							David Houlder added --form-string  
						
						
						
						
					 
					
						2005-03-12 19:39:27 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						85baebd0d4 
					 
					
						
						
							
							mention filename= for the -F  
						
						
						
						
					 
					
						2005-02-17 07:47:32 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						ab938bb9bd 
					 
					
						
						
							
							-O clarification  
						
						
						
						
					 
					
						2005-02-08 23:39:47 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						177dbc7be0 
					 
					
						
						
							
							Ian Ford asked about support for the FTP command ACCT, and I discovered it is  
						
						... 
						
						
						
						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-25 22:13:12 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						7e42cb61f7 
					 
					
						
						
							
							FTP third transfer support overhaul. See CHANGES for details.  
						
						
						
						
					 
					
						2005-01-21 09:32:32 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						7472ede32a 
					 
					
						
						
							
							Philippe Hameau found out that -Q "+[command]" didn't work, although some code  
						
						... 
						
						
						
						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-20 22:22:12 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						8a14dd25a9 
					 
					
						
						
							
							updated the wording for -B/--use-ascii  
						
						
						
						
					 
					
						2005-01-17 09:18:04 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						534a8a05f3 
					 
					
						
						
							
							mention --netrc in the -u description  
						
						
						
						
					 
					
						2005-01-16 08:34:18 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						4ba1eb26fa 
					 
					
						
						
							
							Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the  
						
						... 
						
						
						
						-w option support 'http_connect' to make it easier to verify! 
						
						
					 
					
						2004-12-21 19:59:35 +00:00 
						 
				 
			
				
					
						
							
							
								Gisle Vanem 
							
						 
					 
					
						
						
							
						
						5c14b3be6d 
					 
					
						
						
							
							Document CURLINFO_SSL_ENGINES and "--engine".  
						
						
						
						
					 
					
						2004-12-13 20:14:04 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						b6f855cb9b 
					 
					
						
						
							
							Dan Fandrich corrects spelling mistakes  
						
						
						
						
					 
					
						2004-12-10 21:56:35 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						3e1caa6185 
					 
					
						
						
							
							HTTP "auth done right". See lib/README.httpauth  
						
						
						
						
					 
					
						2004-11-24 16:11:35 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						8475a0df2f 
					 
					
						
						
							
							new -w variables supported  
						
						
						
						
					 
					
						2004-11-15 11:25:39 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						fd884a3cd2 
					 
					
						
						
							
							more retry stuff  
						
						
						
						
					 
					
						2004-11-04 16:17:23 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						8a66584db4 
					 
					
						
						
							
							documented the current --retry options  
						
						
						
						
					 
					
						2004-11-02 09:43:50 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						2f069ad3e2 
					 
					
						
						
							
							snart isn't really used these days so we cut out the reference to it  
						
						
						
						
					 
					
						2004-10-19 15:34:05 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						a3dbe03e80 
					 
					
						
						
							
							added num_connects  
						
						
						
						
					 
					
						2004-10-19 15:32:31 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						35292e794a 
					 
					
						
						
							
							--max-redirs is _not_ -Z  
						
						
						
						
					 
					
						2004-09-30 14:38:29 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						40b9b6f6dc 
					 
					
						
						
							
							ftp-ssl mistake corrected  
						
						
						
						
					 
					
						2004-09-16 08:45:11 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						106695d45e 
					 
					
						
						
							
							the new date parser affects -z  
						
						
						
						
					 
					
						2004-09-15 07:31:48 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						0ec4c66fba 
					 
					
						
						
							
							fixed -F to support setting type= even on parts that aren't file-uploads  
						
						
						
						
					 
					
						2004-09-10 21:47:52 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						570455b21d 
					 
					
						
						
							
							clarify the -Q option a bit better  
						
						
						
						
					 
					
						2004-07-06 08:08:13 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						8d611bec6e 
					 
					
						
						
							
							--create-dirs clarification  
						
						
						
						
					 
					
						2004-06-01 07:03:46 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						765754d39d 
					 
					
						
						
							
							--proxy-basic added for completeness  
						
						
						
						
					 
					
						2004-05-25 14:44:25 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						9fb4e019fa 
					 
					
						
						
							
							IDN is a recognized feature  
						
						
						
						
					 
					
						2004-05-24 13:23:54 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						74551597b1 
					 
					
						
						
							
							fixed a reference  
						
						
						
						
					 
					
						2004-05-24 13:21:31 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						0363fbc411 
					 
					
						
						
							
							Added --proxy-digest, added the standard curl source header to this file.  
						
						
						
						
					 
					
						2004-05-03 14:55:31 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						211004bb0d 
					 
					
						
						
							
							my nroff 1.18.1 complained the URL as it contains a nroff combo somehow  
						
						... 
						
						
						
						and when I modified it slightly the warning dissappeared... 
						
						
					 
					
						2004-04-26 21:12:10 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						bb3d6e8552 
					 
					
						
						
							
							tcp-nodelay patch by Joe Halpin  
						
						
						
						
					 
					
						2004-03-25 13:37:18 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						13f98c5c18 
					 
					
						
						
							
							Multiple updates, most of them being proper formatting to create nice html  
						
						... 
						
						
						
						links in the web pages, but also additional facts and removal of old crap. 
						
						
					 
					
						2004-03-05 07:55:02 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						c7775c59bf 
					 
					
						
						
							
							mention in --limit-rate that --speed-limit might ruin the limiting slightly.  
						
						
						
						
					 
					
						2004-02-21 16:18:57 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						1a6969a887 
					 
					
						
						
							
							Added documentation of a few command line options that were still undocumented  
						
						... 
						
						
						
						here. 
						
						
					 
					
						2004-02-06 10:17:13 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						aaa42735e6 
					 
					
						
						
							
							--socks  
						
						
						
						
					 
					
						2004-01-30 08:54:00 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						e2555cf83d 
					 
					
						
						
							
							edited the -d section slightly  
						
						
						
						
					 
					
						2003-12-03 14:09:29 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						f7c8a57206 
					 
					
						
						
							
							minor edit  
						
						
						
						
					 
					
						2003-12-03 14:02:37 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						ad5ead8bed 
					 
					
						
						
							
							--ftp-pasv now overrides a previous --ftpport option. We now also support  
						
						... 
						
						
						
						it named "--ftp-port" as the additional dash between the words is used in
several other options and this makes it more consistant. 
						
						
					 
					
						2003-12-02 18:01:08 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						c40309ae21 
					 
					
						
						
							
							explain the requirements for --negotiate, --ntlm and --krb4  
						
						
						
						
					 
					
						2003-11-07 13:23:08 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						6294b356fb 
					 
					
						
						
							
							mark all mentioned options better  
						
						
						
						
					 
					
						2003-11-06 13:51:29 +00:00