- 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
-
- Aug 18, 2005
-
-
Guenter Knauf authored
-
- Aug 16, 2005
-
-
Daniel Stenberg authored
-
- Aug 15, 2005
-
-
Daniel Stenberg authored
fails to open/read files etc to help users diagnose why it doesn't do what you'd expect it to. Converted lots of old messages to use the new generic function I wrote for this purpose.
-
- Aug 12, 2005
-
-
Daniel Stenberg authored
converts the request to a GET, but now instead makes it a POST of no data o The time condition illegal syntax warning is now inhibited if -s is used.
-
- Aug 10, 2005
-
-
Guenter Knauf authored
-
- Jul 13, 2005
-
-
Daniel Stenberg authored
-
- May 25, 2005
-
-
Daniel Stenberg authored
-
- May 12, 2005
-
-
Daniel Stenberg authored
-
- May 08, 2005
-
-
Daniel Stenberg authored
-
- May 02, 2005
-
-
Daniel Stenberg authored
-
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.
-
Daniel Stenberg authored
pointing out the CA cert path/file: SSL_CERT_DIR and SSL_CERT_FILE. If CURL_CA_BUNDLE is not set, they are checked afterwards.
-