Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-02 | make sure the dns cache pointers in the easy handles are NULLed | Daniel Stenberg | |
2002-04-27 | implemented curl_multi_info_read() which I had forgotten before! | Daniel Stenberg | |
2002-03-20 | no longer include "multi.h", it comes with the regular curl/curl.h now | Daniel Stenberg | |
2002-03-19 | copyright string (year) update | Daniel Stenberg | |
2002-01-07 | Make cach'ing work with threads now, there are now three cases: | Sterling Hughes | |
- 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 | |||
2002-01-03 | merged the multi-dev branch back into MAIN again | Daniel Stenberg | |
2001-12-13 | minor changes | Daniel Stenberg | |
2001-12-04 | more comments | Daniel Stenberg | |
2001-11-28 | more more more MORE | Daniel Stenberg | |
2001-11-28 | the perform "state machine" is more explained now | Daniel Stenberg | |
2001-11-28 | mods | Daniel Stenberg | |
2001-11-28 | used in the new multi interface, not yet actually part of libcurl but | Daniel Stenberg | |
added to CVS to make them available to others |