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