- Aug 29, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
docs/TODO
-
- Aug 26, 2005
-
-
Daniel Stenberg authored
-
- Aug 25, 2005
-
-
Daniel Stenberg authored
request
-
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.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
previously failed due to GnuTLS not allowing x509 v1 CA certs by default.
-
- Aug 23, 2005
-
-
Daniel Stenberg authored
-
- Aug 22, 2005
-
-
Guenter Knauf authored
-
- Aug 21, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
default dir
-
Daniel Stenberg authored
when getting the DNS server etc.
-
- Aug 19, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
recent gcc versions give far too many false positives for this to be valuable
-
Daniel Stenberg authored
that made curl run fine in his end. The key was to make sure we do the SSL/TLS negotiation immediately after the TCP connect is done and not after a few other commands have been sent like we did previously. I don't consider this change necessary to obey the standards, I think this server is pickier than what the specs allow it to be, but I can't see how this modified libcurl code can add any problems to those who are interpreting the standards more liberally.
-
Daniel Stenberg authored
one!
-
Daniel Stenberg authored
is due to now using emacs to sort but I'm not in a mood to fix it better just now.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
The CONNECT problem is now bug #25 planned to get fixed in next release.
-
- Aug 18, 2005
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
fixed after 7.14.1
-
Daniel Stenberg authored
-
- Aug 17, 2005
-
-
Daniel Stenberg authored
we have a fancier valgrind error parser these days and it seems to work rather well
-
Daniel Stenberg authored
-
Daniel Stenberg authored
true since the getdate() parser code rewrite
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CURLOPT_COOKIEFILE), add a cookie (with CURLOPT_COOKIELIST), tell it to write the result to a given cookie jar and then never actually call curl_easy_perform() - the given file(s) to read was never read but the output file was written and thus it caused a "funny" result. - While doing some tests for the bug above, I noticed that Firefox generates large numbers (for the expire time) in the cookies.txt file and libcurl didn't treat them properly. Now it does.
-
- Aug 16, 2005
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-