summaryrefslogtreecommitdiffstats
path: root/net/base/host_cache.h
Commit message (Expand)AuthorAgeFilesLines
* [net] Measure DNS.CacheEvicted and DNS.CacheExpired.szym@chromium.org2012-11-081-1/+10
* [net] Change factory methods for HostResolver and HostCache to return a scope...szym@chromium.org2012-10-221-1/+2
* [net] Add AsyncDNS.TTL histogram.szym@chromium.org2012-10-171-4/+9
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Consider the verification time as well as the expiration time when caching ce...rsleevi@chromium.org2012-06-191-1/+3
* Have the HostCache and CertVerifier cache use the common ExpiringCache.rsleevi@chromium.org2012-02-251-43/+13
* Revert 123565 - Broke the "ASAN Tests (1)" bot: http://build.chromium.org/p/c...fischman@chromium.org2012-02-241-13/+43
* Have the HostCache and CertVerifier cache use the common ExpiringCache.rsleevi@chromium.org2012-02-241-43/+13
* Adds TTL argument to HostCache::Set.szym@chromium.org2012-01-211-18/+7
* Revert 118489 since it seems to regress linux-sizes.sadrul@chromium.org2012-01-201-7/+18
* Adds custom ttl argument to HostCache::Set.szym@chromium.org2012-01-201-18/+7
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* AsyncHostResolver: integrated HostCache, temporarily, until we have RR cache.agayev@chromium.org2011-07-211-0/+3
* net: Add NET_API to net/baservargas@google.com2011-05-181-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-011-2/+2
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-301-3/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Style-fix: make a parameter a const reference.eroman@chromium.org2010-06-221-1/+1
* Mark HostCache as NonThreadSafe.cbentzel@chromium.org2010-06-091-25/+15
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-081-8/+21
* Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...cbentzel@chromium.org2010-04-071-15/+8
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-071-8/+15
* Clear the host cache when closing the last incognito window.eroman@chromium.org2010-01-111-0/+5
* Cache failed DNS resolutions for 1 second.eroman@chromium.org2009-12-101-7/+15
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+5
* Fix a bad comparator. This caused lookups in std::map to be wrong.eroman@chromium.org2009-10-261-3/+3
* Add a mechanism to disable IPv6.eroman@chromium.org2009-10-211-6/+26
* Add a visualizer for the HostCache (DNS cache) on the network internals page.eroman@chromium.org2009-09-021-2/+15
* Remove a stale comment.ericroman@google.com2009-06-291-2/+0
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-0/+93