- Mar 21, 2006
-
-
Daniel Stenberg authored
-
- Mar 20, 2006
-
-
Daniel Stenberg authored
-
- Mar 14, 2006
-
-
Daniel Stenberg authored
-
- Feb 28, 2006
-
-
Dan Fandrich authored
-
- Feb 23, 2006
-
-
Daniel Stenberg authored
-
- Feb 21, 2006
-
-
Daniel Stenberg authored
-
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.
-
- Feb 07, 2006
-
-
Daniel Stenberg authored
-
- Feb 01, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- 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.
-
- Dec 19, 2005
-
-
Dan Fandrich authored
-
- Dec 18, 2005
- Dec 17, 2005
- Dec 16, 2005
-
-
Yang Tse authored
-
- Dec 13, 2005
-
-
Dan Fandrich authored
-
- Dec 08, 2005
-
-
Yang Tse authored
-
- Dec 05, 2005
-
-
Daniel Stenberg authored
-
- Nov 28, 2005
-
-
Daniel Stenberg authored
-
- Nov 25, 2005
-
-
Daniel Stenberg authored
-
- Nov 24, 2005
-
-
Daniel Stenberg authored
configure.
-
- Nov 23, 2005
-
-
Daniel Stenberg authored
-
- Nov 13, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
limit-rate units: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338681 Now curl will return error if a bad unit is used.
-
- Nov 10, 2005
-
-
Daniel Stenberg authored
step counter by adding :[num] within the brackets when specifying a range.
-
- Nov 08, 2005
-
-
Daniel Stenberg authored
version of libcurl with different Windows versions. Current version of libcurl imports SSPI functions from secur32.dll. However, under Windows NT 4.0 these functions are located in security.dll, under Windows 9x - in secur32.dll and Windows 2000 and XP contains both these DLLs (security.dll just forwards calls to secur32.dll). Dmitry's patch loads proper library dynamically depending on Windows version. Function InitSecurityInterface() is used to obtain pointers to all of SSPI function in one structure. : ----------------------------------------------------------------------
-
- 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
(http://curl.haxx.se/bug/view.cgi?id=1337723) that curl could not upload binary data from stdin on Windows if the data contained control-Z (hex 1a) since that is treated as end-of-file when read in text mode. Gisle Vanem pointed out the fix, and I made both -T and --data-binary take advantage of it.
-
Gisle Vanem authored
..\lib\timeval.c.
-
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.
-
- Oct 20, 2005
-
-
Daniel Stenberg authored
-
- Sep 07, 2005
-
-
Daniel Stenberg authored
glibc versions, and with this patch applied it no longer shows up to me. The problem was indeed a flaw that made curl use a file handle already closed.
-
- Sep 06, 2005
-
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
- Sep 04, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- 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 22, 2005
-
-
Guenter Knauf authored
-