History log of /curl/lib/multi.c (Results 751 – 764 of 764)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_9_7, curl-7_9_7-pre2
# 0b898b5a 03-May-2002 Daniel Stenberg

fixed return code


# 2db0744a 02-May-2002 Daniel Stenberg

return CURLM_CALL_MULTI_PERFORM in one more case, and check return code
from malloc()


# 2de00283 02-May-2002 Daniel Stenberg

make sure the dns cache pointers in the easy handles are NULLed


# 969a25d1 27-Apr-2002 Daniel Stenberg

implemented curl_multi_info_read() which I had forgotten before!


Revision tags: curl-7_9_6
# 67b0f9aa 20-Mar-2002 Daniel Stenberg

no longer include "multi.h", it comes with the regular curl/curl.h now


# 974f314f 19-Mar-2002 Daniel Stenberg

copyright string (year) update


Revision tags: curl-7_9_5, curl-7_9_5-pre4, curl-7_9_5-pre2, curl-7_9_4, curl-7_9_3, curl-7_9_3-pre3, curl-7_9_3-pre2, curl-7_9_3-pre1
# 8d7f402e 07-Jan-2002 Sterling Hughes

Make cach'ing work with threads now, there are now three cases:

- Use a global dns cache (via setting the tentatively named,
CURLOPT_DNS_USE_GLOBAL_CACHE option to true)

Make cach'ing work with threads now, there are now three cases:

- 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

show more ...


# 8b6314cc 03-Jan-2002 Daniel Stenberg

merged the multi-dev branch back into MAIN again


Revision tags: pre-host-cache
# e66cdacb 13-Dec-2001 Daniel Stenberg

minor changes


Revision tags: curl-7_9_2
# d52c0b6f 04-Dec-2001 Daniel Stenberg

more comments


# a32cd520 28-Nov-2001 Daniel Stenberg

more more more MORE


# b93a60da 28-Nov-2001 Daniel Stenberg

the perform "state machine" is more explained now


# e2844f5e 28-Nov-2001 Daniel Stenberg

mods


# 15a56b42 28-Nov-2001 Daniel Stenberg

used in the new multi interface, not yet actually part of libcurl but
added to CVS to make them available to others


1...<<31