- Jan 07, 2002
-
-
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
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
stopped working after the dec-20 fixes that now supports FTP operations to skip the transfer phase.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 02, 2002
-
-
Daniel Stenberg authored
-
- Dec 21, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
"3.9 How do I use curl in my favourite programming language?"
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 20, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
we return a set of headers not more. This enables FTP operations that don't transfer any data, only perform FTP commands.
-
- Dec 19, 2001
-
-
Daniel Stenberg authored
-