- Jan 09, 2002
-
-
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
-
-
sm authored
-
sm authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
corrections
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
I also replaced all printf() calls with calls to Curl_failf()
-
Daniel Stenberg authored
platforms that have such a function. This affects multi-thread running libcurls on IPv4 systems that have VERBOSE switched on. The previous version was risking that another thread overwrote the data before it was read out in this thread. There could possibly also be a slight risk that the data isn't zero terminated for a short while and thus could cause the thread to crash...
-
Daniel Stenberg authored
header directory but the function *is* present!
-
Daniel Stenberg authored
to become properly 8-byte aligned on 64-bit archs. Philip Gladstone reported.
-
Daniel Stenberg authored
headers.
-
- Jan 03, 2002
-
-
Daniel Stenberg authored
-