summaryrefslogtreecommitdiffstats
path: root/net/base/host_cache.h
Commit message (Expand)AuthorAgeFilesLines
* 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