Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-27 | Now uses Curl_ as prefix for internal global symbols. curl_ should only be | Daniel Stenberg | |
used for "exported" globals. | |||
2002-04-17 | Prune old hostcache entries with each call... | Sterling Hughes | |
This can be optimized a tidbit, but this is a start. | |||
2002-04-13 | Add protos and change return value of curl_hash_count.... | Sterling Hughes | |
2002-04-12 | Speed up the hash code considerably, removing a bunch of legacy crud | Sterling Hughes | |
2002-03-19 | copyright string (year) update | Daniel Stenberg | |
2002-01-14 | Remove erreaneous include, setup.h is included one line above | Sterling Hughes | |
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 | Sterling Hughes' provided initial DNS cache source code. | Daniel Stenberg | |