Make cach'ing work with threads now, there are now three cases:
authorSterling Hughes <sterling@bumblebury.com>
Mon, 7 Jan 2002 20:52:32 +0000 (20:52 +0000)
committerSterling Hughes <sterling@bumblebury.com>
Mon, 7 Jan 2002 20:52:32 +0000 (20:52 +0000)
commit8d7f402efbcace85851c6bb8f6aa2452c15a9595
tree4faf3a7b90bca33494801df5e0b58415d3ff39c3
parentd3299beec734be02a781c393a994d525e3eaaac1
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
include/curl/curl.h
lib/easy.c
lib/hash.c
lib/hash.h
lib/hostip.c
lib/hostip.h
lib/multi.c
lib/url.c
lib/urldata.h