summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/dns_master_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the unittest "DnsMasterTest.OsCachesLookupsTest".eroman@chromium.org2009-08-121-72/+5
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+1
* Undisable DnsMasterTest.MassiveConcurrentLookupTest.phajdan.jr@chromium.org2009-07-291-1/+1
* Add synchronous-mode operation to MockHostResolver; this helps clarify some t...ericroman@google.com2009-07-181-3/+1
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-44/+44
* Fix a bunch of minor Coverity issues.phajdan.jr@chromium.org2009-07-151-1/+0
* Create A/B test of SDCHjar@chromium.org2009-06-301-3/+3
* Refactor DNS A/B experient, and add test of congestion time limitsjar@chromium.org2009-06-271-9/+24
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-12/+11
* Reverting 19425.ericroman@google.com2009-06-261-11/+12
* Make net::HostResolver refcounted.ericroman@google.com2009-06-261-12/+11
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-151-1/+2
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-1/+1
* Change DnsMaster to only access HostResolver only on the IO thread.ericroman@google.com2009-06-111-70/+80
* Reverting 17638.jar@chromium.org2009-06-051-1/+64
* Fix purify freeze. Revert "Use a priority queue to assure that subresources ...willchan@chromium.org2009-06-041-63/+0
* Use a priority queue to assure that subresources are resolved asapjar@chromium.org2009-06-041-0/+63
* Test impact of 4 rather than 8 parallel DNS prefetchjar@chromium.org2009-06-011-12/+12
* Prevent making real DNS lookups by chrome tests.phajdan.jr@chromium.org2009-03-271-4/+11
* Remove unneeded platform_thread.h includes. Reduces number of includes from 5...thestig@chromium.org2009-03-131-1/+0
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-191-285/+192
* Persist info about subresources on pages for DNS pre-resolutionjar@chromium.org2009-02-171-7/+206
* Revert "Clean up dns prefetch code, and also port it."tc@google.com2009-02-061-195/+256
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-061-256/+195
* Reverting 8627,8625.maruel@chromium.org2009-01-261-153/+255
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-01-261-255/+153
* Platform cleanup in chrome/browser/net.phajdan.jr@chromium.org2008-12-201-5/+6
* Adaptively identify URL subresources and pre-resolve hosts via DNSjar@google.com2008-11-061-13/+14
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3
* Move all callers to EnsureWinsockInit, and away from using WinsockInit instan...deanm@chromium.org2008-10-061-5/+5
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-5/+5
* Add chrome to the repository.initial.commit2008-07-261-0/+451