- Jan 18, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
where BLA is undefined
-
Daniel Stenberg authored
should anyone ever want a good printf() clone
-
Daniel Stenberg authored
on the left side of comparisons...
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
boxes.
-
Daniel Stenberg authored
-
- Jan 17, 2002
-
-
Daniel Stenberg authored
0.9.5
-
Daniel Stenberg authored
all platforms, I also edited a few data types slightly to prevent my compiler from warning on comparisions between signed and unsigned values
-
Sterling Hughes authored
fine..
-
Sterling Hughes authored
host:port, so accessing curl.haxx.se on port 80 would yield a key value of :: curl.haxx.se:80
-
- Jan 16, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
now.
-
Daniel Stenberg authored
- made a separate buffer for uploads (due to the non-blocking stuff) - added two connectdata struct fields for non-blocking uploads
-
Daniel Stenberg authored
Curl_write().
-
Daniel Stenberg authored
-
Daniel Stenberg authored
cases where EWOULDBLOCK or equivalent is returned. We must not block.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
again. THIS IS NOT A NICE FIX.
-
Daniel Stenberg authored
again. THIS IS NOT A NICE FIX. We should/must make a select() then and only retry when we can write to the socket again.
-
- Jan 14, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Sterling Hughes authored
-
- Jan 09, 2002
-
-
Daniel Stenberg authored
would crash. This corrects the problem.
-
- Jan 08, 2002
-
-
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
-
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
-