summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/dns_master.cc
Commit message (Expand)AuthorAgeFilesLines
* Support speculative pre-connection to search URLsjar@chromium.org2010-05-181-114/+173
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-1/+2
* Refactor: Eliminte locking from PrefetchObserver and DnsMaster in favor of ma...eroman@chromium.org2009-12-081-66/+32
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-20/+22
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-1/+1
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+2
* Fix a typo in a comment.ericroman@google.com2009-06-291-1/+1
* Refactor DNS A/B experient, and add test of congestion time limitsjar@chromium.org2009-06-271-5/+7
* Properly cleanup state after synchronous DNS resolutionjar@chromium.org2009-06-161-12/+22
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-151-2/+10
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-3/+4
* Change DnsMaster to only access HostResolver only on the IO thread.ericroman@google.com2009-06-111-5/+45
* Reverting 17638.jar@chromium.org2009-06-051-12/+71
* Fix purify freeze. Revert "Use a priority queue to assure that subresources ...willchan@chromium.org2009-06-041-71/+12
* Use a priority queue to assure that subresources are resolved asapjar@chromium.org2009-06-041-12/+71
* Test impact of 4 rather than 8 parallel DNS prefetchjar@chromium.org2009-06-011-6/+6
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-181-1/+0
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-1/+1
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-191-202/+116
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-1/+1
* Persist info about subresources on pages for DNS pre-resolutionjar@chromium.org2009-02-171-0/+46
* Revert "Clean up dns prefetch code, and also port it."tc@google.com2009-02-061-105/+202
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-061-202/+105
* Reverting 8627,8625.maruel@chromium.org2009-01-261-100/+191
* Fix MSVC warning.phajdan.jr@chromium.org2009-01-261-1/+3
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-01-261-191/+98
* Platform cleanup in chrome/browser/net.phajdan.jr@chromium.org2008-12-201-15/+8
* Adaptively identify URL subresources and pre-resolve hosts via DNSjar@google.com2008-11-061-60/+190
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Refactor thread naming in the DNS slaves.deanm@google.com2008-08-221-11/+0
* Port the Thread class properly to Mac and Linux. This involved portingdarin@google.com2008-08-211-1/+1
* Remove includes that are already included in the header.paulg@google.com2008-08-091-3/+0
* Add chrome to the repository.initial.commit2008-07-261-0/+454