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