- 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().
-
- May 31, 2001
-
-
Sterling Hughes authored
This is my first CVS commit :), what it does: - Makes sure that parts of the cURL library don't get initialized twice - Makes sure that we only free what we initialize
-
Daniel Stenberg authored
specify exactly what global parts to init. Thanks to Sterling Hughes really for arguing wisely.
-
- May 30, 2001
-
-
Daniel Stenberg authored
-
- May 29, 2001
-
-
Daniel Stenberg authored
-
- May 28, 2001
-
-
Daniel Stenberg authored
curl_global_* functions
-
- Mar 09, 2001
-
-
Daniel Stenberg authored
-
- Jan 17, 2001
-
-
Daniel Stenberg authored
and download.h
-
- Jan 03, 2001
-
-
Daniel Stenberg authored
-
- Oct 02, 2000
-
-
Daniel Stenberg authored
-
- Sep 18, 2000
-
-
Daniel Stenberg authored
-
- Aug 24, 2000
-
-
Daniel Stenberg authored
-
- Jun 20, 2000
-
-
Daniel Stenberg authored
-
- May 22, 2000
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-