- Jan 14, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Sterling Hughes authored
-
- Jan 13, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 10, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
reporting bugs
-
- Jan 09, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
would crash. This corrects the problem.
-
- Jan 08, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
over to non-blocking sockets, but this loops very nastily. We should return back to the select() and wait there until more data arrives, not just blindly attempt again and again...
-
Daniel Stenberg authored
that it won't create an empty file if the remote file doesn't exist
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
ranges
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
unsigned everywhere
-
Daniel Stenberg authored
-
Sterling Hughes authored
2) in the curl_dns_cache_entry structure, timestamp should be a time_t instead of an integer (although I doubt it matters).
-
Sterling Hughes authored
The default cache timeout for this is 60 seconds, which is arbitrary and completely subject to change :)
-
- Jan 07, 2002
-
-
Daniel Stenberg authored
Set-Cookie: line was ignored if they didn't end with a trailing semicolon. This is indeed wrong syntax, but there are high-profile web sites out there sending cookies like that so we must make a best-effort to parse them.
-
Daniel Stenberg authored
platforms, unrelated to what they might prefer by default
-
Daniel Stenberg authored
-
Sterling Hughes authored
-
Sterling Hughes authored
- Use a global dns cache (via setting the tentatively named, CURLOPT_DNS_USE_GLOBAL_CACHE option to true) - Use a per-handle dns cache, by default - Use a pooled dns cache when in the "multi" interface
-
Daniel Stenberg authored
-
Daniel Stenberg authored
connection timeout
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
expect (nor read) any response-body
-
Daniel Stenberg authored
cookie list, even though they're not supposed to do that...
-
- Jan 04, 2002