-
- Downloads
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
Showing
- include/curl/curl.h 3 additions, 0 deletionsinclude/curl/curl.h
- lib/easy.c 14 additions, 4 deletionslib/easy.c
- lib/hash.c 11 additions, 0 deletionslib/hash.c
- lib/hash.h 1 addition, 0 deletionslib/hash.h
- lib/hostip.c 19 additions, 7 deletionslib/hostip.c
- lib/hostip.h 7 additions, 2 deletionslib/hostip.h
- lib/multi.c 21 additions, 3 deletionslib/multi.c
- lib/url.c 9 additions, 0 deletionslib/url.c
- lib/urldata.h 4 additions, 0 deletionslib/urldata.h
Loading
Please register or sign in to comment