- May 13, 2004
-
-
Daniel Stenberg authored
-
- May 11, 2004
-
-
Daniel Stenberg authored
memory.h is included everywhere for this.
-
- Apr 29, 2004
-
-
Daniel Stenberg authored
-
- Apr 27, 2004
-
-
Daniel Stenberg authored
and then figure it out with a suitable windows call.
-
- Apr 26, 2004
-
-
Daniel Stenberg authored
-
- Mar 30, 2004
-
-
Daniel Stenberg authored
-
- Mar 15, 2004
-
-
Daniel Stenberg authored
an error code, we now make curl_easy_init fail and return NULL.
-
- Mar 03, 2004
-
-
Daniel Stenberg authored
machines.
-
- Jan 22, 2004
-
-
Daniel Stenberg authored
-
- Jan 13, 2004
-
-
Daniel Stenberg authored
-
- Jan 07, 2004
-
-
Daniel Stenberg authored
-
- Jan 05, 2004
-
-
Daniel Stenberg authored
-
- Oct 14, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Aug 14, 2003
-
-
Daniel Stenberg authored
-
- Aug 11, 2003
-
-
Daniel Stenberg authored
-
- Aug 04, 2003
-
-
Daniel Stenberg authored
-
- Jul 25, 2003
-
-
Daniel Stenberg authored
need it.
-
- Apr 22, 2003
-
-
Daniel Stenberg authored
return CURLE_OK no matter what happens.
-
- Jan 29, 2003
-
-
Daniel Stenberg authored
way for emacs, and vim users should provide a similar non-polluting style
-
- Jan 16, 2003
-
-
Daniel Stenberg authored
-
- Jan 06, 2003
-
-
Sterling Hughes authored
previously, if you called curl_easy_perform and then set the global dns cache, the global cache wouldn't be used. I don't see this really happening in practice, but this code allows you to do it.
-
- Nov 26, 2002
-
-
Daniel Stenberg authored
for freeing single dns cache entries
-
- Sep 03, 2002
-
-
Daniel Stenberg authored
-
- May 07, 2002
-
-
Daniel Stenberg authored
-
- Apr 27, 2002
-
-
Daniel Stenberg authored
used for "exported" globals.
-
- Mar 19, 2002
-
-
Daniel Stenberg authored
-
- Jan 07, 2002
-
-
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
-
- Jan 03, 2002
-
-
Daniel Stenberg authored
-
- Oct 19, 2001
-
-
Daniel Stenberg authored
- patch by T. Bharath
-
- Oct 11, 2001
-
-
Sterling Hughes authored
-
- Sep 17, 2001
-
-
Daniel Stenberg authored
-
- Sep 12, 2001
-
-
Daniel Stenberg authored
function
-
- Sep 07, 2001
-
-
Sterling Hughes authored
-
- Sep 05, 2001
-
-
Daniel Stenberg authored
-
- Aug 30, 2001
-
-
Daniel Stenberg authored
be posted in a minute to the libcurl list.
-
- Aug 17, 2001
-
-
Daniel Stenberg authored
-
- Aug 15, 2001
-
-
Daniel Stenberg authored
with the more appropriate 'struct UrlData *' instead.
-
- Aug 14, 2001
-
-
Daniel Stenberg authored
warnings, changed the Curl_open() call as the second argument was never used anyway
-
- Jul 12, 2001
-
-
Sterling Hughes authored
curl_global_cleanup(). Update corresponding man pages... Improve the logic in curl_global_cleanup() and curl_global_init() so that they are not called twice if the application libraries have been initialized and make sure to reset the init flags in curl_global_cleanup().
-