summaryrefslogtreecommitdiffstats
path: root/net/base/host_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Consider the verification time as well as the expiration time when caching ce...rsleevi@chromium.org2012-06-191-1/+1
* Have the HostCache and CertVerifier cache use the common ExpiringCache.rsleevi@chromium.org2012-02-251-80/+15
* Revert 123565 - Broke the "ASAN Tests (1)" bot: http://build.chromium.org/p/c...fischman@chromium.org2012-02-241-15/+80
* Have the HostCache and CertVerifier cache use the common ExpiringCache.rsleevi@chromium.org2012-02-241-80/+15
* Adds TTL argument to HostCache::Set.szym@chromium.org2012-01-211-27/+7
* Revert 118489 since it seems to regress linux-sizes.sadrul@chromium.org2012-01-201-7/+27
* Adds custom ttl argument to HostCache::Set.szym@chromium.org2012-01-201-27/+7
* AsyncHostResolver: integrated HostCache, temporarily, until we have RR cache.agayev@chromium.org2011-07-211-1/+13
* Style-fix: make a parameter a const reference.eroman@chromium.org2010-06-221-1/+1
* Mark HostCache as NonThreadSafe.cbentzel@chromium.org2010-06-091-0/+33
* Cache failed DNS resolutions for 1 second.eroman@chromium.org2009-12-101-4/+8
* Add a mechanism to disable IPv6.eroman@chromium.org2009-10-211-4/+4
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-0/+115