summaryrefslogtreecommitdiffstats
path: root/net/base/host_cache_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-4/+5
* [Linux] Enable connecting to localhost when offline.vandebo@chromium.org2010-07-231-0/+12
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-081-16/+71
* Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...cbentzel@chromium.org2010-04-071-71/+16
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-071-16/+71
* Clear the host cache when closing the last incognito window.eroman@chromium.org2010-01-111-0/+20
* Cache failed DNS resolutions for 1 second.eroman@chromium.org2009-12-101-13/+75
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-1/+2
* Fix a bad comparator. This caused lookups in std::map to be wrong.eroman@chromium.org2009-10-261-0/+73
* Refactor: Address some style comments from a review (which missed the origina...eroman@chromium.org2009-10-231-1/+1
* Add a mechanism to disable IPv6.eroman@chromium.org2009-10-211-67/+108
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-17/+17
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-11/+11
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-11/+11
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-0/+218