- Oct 09, 2006
-
-
Daniel Stenberg authored
-
- Sep 30, 2006
-
-
Daniel Stenberg authored
-
- Sep 24, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 23, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
encrypt the control connection and use the data connection "plain".
-
- Sep 21, 2006
-
-
Dan Fandrich authored
-
- Sep 20, 2006
-
-
Daniel Stenberg authored
FTPS
-
Daniel Stenberg authored
-
- Sep 11, 2006
-
-
Daniel Stenberg authored
handle that is part of a multi handle first removes the handle from the stack. - Added CURLOPT_SSL_SESSIONID_CACHE and --no-sessionid to disable SSL session-ID re-use on demand since there obviously are broken servers out there that misbehave with session-IDs used.
-
- Jul 26, 2006
-
-
Daniel Stenberg authored
control and data connection, as the existing --ftp-ssl option only requests it.
-
- Jul 25, 2006
-
-
Daniel Stenberg authored
tool option named --ftp-alternative-to-user. It provides a mean to send a particular command if the normal USER/PASS approach fails.
-
- Jun 16, 2006
-
-
Daniel Stenberg authored
of how to write such a file
-
- May 25, 2006
-
-
Daniel Stenberg authored
-
- Apr 26, 2006
-
-
Daniel Stenberg authored
-
- Mar 21, 2006
-
-
Daniel Stenberg authored
-
- Mar 15, 2006
-
-
Daniel Stenberg authored
-
- Mar 14, 2006
-
-
Daniel Stenberg authored
-
- Mar 02, 2006
-
-
Daniel Stenberg authored
-
- Feb 21, 2006
-
-
Daniel Stenberg authored
type to the already provided type CURLPROXY_SOCKS4. I added a --socks4 option that works like the current --socks5 option but instead use the socks4 protocol.
-
- 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
-