- Jan 30, 2006
-
-
Daniel Stenberg authored
curl tool with --local-port. Plain and simply set the range of ports to bind the local end of connections to. Implemented on to popular demand. Not extensively tested. Please let me know how it works.
-
- Jan 20, 2006
-
-
Dan Fandrich authored
Tried to make some of the wording a bit more consistent.
-
- Jan 19, 2006
-
-
Daniel Stenberg authored
-
- Jan 16, 2006
-
-
Daniel Stenberg authored
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.
-
Daniel Stenberg authored
-
- Dec 15, 2005
-
-
Daniel Stenberg authored
-
- Nov 24, 2005
-
-
Daniel Stenberg authored
-
- Nov 14, 2005
-
-
Daniel Stenberg authored
-
- Nov 10, 2005
-
-
Daniel Stenberg authored
step counter by adding :[num] within the brackets when specifying a range.
-
- Nov 07, 2005
-
-
Daniel Stenberg authored
-
- Oct 27, 2005
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a feature request, but anyway. It pointed out that --max-redirs did not allow it to be set to 0, which then would return an error code on the first Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS set to 0, or -1 for infinity. Added test case 274 to verify.
-
Daniel Stenberg authored
in the man page, curl would send an invalid HTTP Range: header. The correct way would be to use "-r [number]-" or even "-r -[number]". Starting now, curl will warn if this is discovered, and automatically append a dash to the range before passing it to libcurl.
-
- Sep 08, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
added TFTP to the list of supported protocols
-
- Sep 04, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Aug 25, 2005
-
-
Daniel Stenberg authored
request
-
- Aug 24, 2005
-
-
Daniel Stenberg authored
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.
-
- Aug 12, 2005
-
-
Daniel Stenberg authored
-
- Jun 23, 2005
-
-
Daniel Stenberg authored
-
- May 02, 2005
-
-
Daniel Stenberg authored
--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.
-
- Apr 28, 2005
-
-
Daniel Stenberg authored
-
- Apr 16, 2005
-
-
Daniel Stenberg authored
-
- Apr 07, 2005
-
-
Daniel Stenberg authored
-
- Apr 06, 2005
-
-
Dan Fandrich authored
-
- Apr 04, 2005
-
-
Daniel Stenberg authored
-
- Mar 30, 2005
-
-
Daniel Stenberg authored
-
- Mar 28, 2005
-
-
Daniel Stenberg authored
-
- Mar 12, 2005
-
-
Daniel Stenberg authored
-
- Feb 17, 2005
-
-
Daniel Stenberg authored
-
- Feb 08, 2005
-
-
Daniel Stenberg authored
-
- Jan 25, 2005
-
-
Daniel Stenberg authored
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.
-
- Jan 21, 2005
-
-
Daniel Stenberg authored
-
- Jan 20, 2005
-
-
Daniel Stenberg authored
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.
-
- Jan 17, 2005
-
-
Daniel Stenberg authored
-
- Jan 16, 2005
-
-
Daniel Stenberg authored
-
- Dec 21, 2004
-
-
Daniel Stenberg authored
-w option support 'http_connect' to make it easier to verify!
-
- Dec 13, 2004
-
-
Gisle Vanem authored
-
- Dec 10, 2004
-
-
Daniel Stenberg authored
-