- Oct 27, 2005
-
-
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.
-
- May 01, 2005
-
-
Daniel Stenberg authored
-
- Apr 27, 2005
-
-
Daniel Stenberg authored
more places. First, CURL_HOME is a new environment variable that is used instead of HOME if it is set, to point out where the default config file lives. If there's no config file in the dir pointed out by one of the environment variables, the Windows version will instead check the same directory the executable curl is located in.
-
- Apr 24, 2005
-
-
Daniel Stenberg authored
*/setup.h and */config-win32.h to build fine with VS2005 on x64.
-
- Apr 23, 2005
-
-
Daniel Stenberg authored
-
- Apr 22, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
#1187787 points out.
-
- Apr 20, 2005
-
-
Guenter Knauf authored
-
- Mar 31, 2005
-
-
Daniel Stenberg authored
-
- Mar 28, 2005
-
-
Daniel Stenberg authored
-
- Mar 16, 2005
-
-
Dan Fandrich authored
-
Dan Fandrich authored
scripts use the version in packages/vms/
-
- Mar 12, 2005
-
-
Daniel Stenberg authored
-
- Mar 11, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 10, 2005
-
-
Daniel Stenberg authored
USE_WINDOWS_SSPI on Windows, and then libcurl will be built to use the native way to do NTLM. SSPI also allows libcurl to pass on the current user and its password in the request.
-
- Mar 07, 2005
-
-
Dan Fandrich authored
revert to the SEEK_END method of repositioning the stream after a ftruncate() and only use SEEK_SET if ftruncate() isn't available.
-
- Mar 05, 2005
-
-
Dan Fandrich authored
Added HAVE_FTRUNCATE to all the static config-*.h files on the assumption that all those systems provide it.
-
- Mar 04, 2005
-
-
Daniel Stenberg authored
-