summaryrefslogtreecommitdiffstats
path: root/net/base/host_resolver_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-5/+7
* Make LoadLog refcounted-thread safe.eroman@chromium.org2009-10-291-9/+4
* Refactor: Change the interface from HostResolver::DisableIPv6() to HostResolv...eroman@chromium.org2009-10-261-3/+3
* 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-23/+36
* Make sure that the LoadLog does not get freed on the worker thread during req...eroman@chromium.org2009-09-181-5/+8
* Add a visualizer for the HostCache (DNS cache) on the network internals page.eroman@chromium.org2009-09-021-0/+4
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-3/+3
* Implement LoadLog, and hook up HostResolverImpl to LoadLog.ericroman@google.com2009-08-141-30/+83
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+2
* Update a bug number referenced by some TODOs, to point at the new bug for tra...eroman@chromium.org2009-08-031-3/+3
* Modify a temporary hack to be more inclusive.ericroman@google.com2009-08-011-0/+9
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-0/+483