summaryrefslogtreecommitdiffstats
path: root/net/base/host_resolver_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Make HostResolver NonThreadSafe and not thread safe refcounted.willchan@chromium.org2010-06-031-0/+2
* Log the OS error that getaddrinfo() failed with.eroman@chromium.org2010-05-161-3/+6
* Replace about:net-internals with the javascript-based frontend.eroman@chromium.org2010-05-101-14/+0
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-0/+1
* Fix crash on IP address change.willchan@chromium.org2010-04-191-2/+5
* Add support for attaching custom parameters to NetLog events.eroman@chromium.org2010-04-091-1/+1
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-5/+2
* Refine IPv6 probe to require that the client has an IPv6 address on an interfacejar@chromium.org2010-03-161-3/+21
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-6/+7
* Revert 40099 - Revert 39998 Revert 39996 Refine IPv6 probe to require that ...jar@chromium.org2010-02-261-11/+3
* Revert 39998 - Revert 39996 Refine IPv6 probe to require that the client has...jar@chromium.org2010-02-261-3/+11
* Revert 39996 - Refine IPv6 probe to require that the client has an IPv6 addre...jar@chromium.org2010-02-251-11/+3
* Refine IPv6 probe to require that the client has an IPv6 address on an interfacejar@chromium.org2010-02-251-3/+11
* Make MappedHostResolver display its internals on the about:net-internals page...eroman@chromium.org2010-02-191-1/+1
* Remove the HostResolver::Shutdown() method.eroman@chromium.org2010-02-051-4/+4
* Fix regression that broke the --disable-ipv6 command line flag.eroman@chromium.org2010-02-051-0/+5
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-3/+4
* Add fine grain tracing to HostResolverImpl.eroman@chromium.org2010-02-021-1/+23
* Add mechanism for global queueing and prioritization of DNS.eroman@chromium.org2010-01-301-1/+64
* Set up HostResolverImpl to flush cache on IP address change.willchan@chromium.org2010-01-111-5/+14
* Cache failed DNS resolutions for 1 second.eroman@chromium.org2009-12-101-10/+13
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-5/+5
* Refactor: Change the interface from HostResolver::DisableIPv6() to HostResolv...eroman@chromium.org2009-10-261-6/+4
* Add a mechanism to disable IPv6.eroman@chromium.org2009-10-211-4/+14
* Add a visualizer for the HostCache (DNS cache) on the network internals page.eroman@chromium.org2009-09-021-0/+1
* 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-12/+15
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-2/+5
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-0/+136