summaryrefslogtreecommitdiffstats
path: root/net/base/host_resolver_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the HOST_RESOLVER_IMPL_OBSERVER_* log events. I have never found these...eroman@chromium.org2010-05-111-12/+0
* Replace about:net-internals with the javascript-based frontend.eroman@chromium.org2010-05-101-168/+2
* Fix IPv6 probe class to better handle cancellation of the job.jar@chromium.org2010-05-081-9/+19
* Attempt to fix a DCHECK failure related to usage of Singletonsphajdan.jr@chromium.org2010-05-071-7/+6
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-10/+10
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-271-1/+1
* Cancel IPv6 probe jobs during shutdown.eroman@chromium.org2010-04-201-0/+4
* Fix crash on IP address change.willchan@chromium.org2010-04-191-2/+7
* Add support for attaching custom parameters to NetLog events.eroman@chromium.org2010-04-091-8/+8
* Increase the default cache time for failed host resolves from 1 second to 1 m...eroman@chromium.org2010-04-081-1/+1
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-081-5/+11
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-7/+2
* Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...cbentzel@chromium.org2010-04-071-11/+5
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-071-5/+11
* Correct readability items from previous checkinjar@chromium.org2010-03-171-7/+8
* Refine IPv6 probe to require that the client has an IPv6 address on an interfacejar@chromium.org2010-03-161-2/+130
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-49/+47
* Use CHECK_* in netwillchan@chromium.org2010-03-021-3/+3
* Revert 40099 - Revert 39998 Revert 39996 Refine IPv6 probe to require that ...jar@chromium.org2010-02-261-22/+1
* Revert 39998 - Revert 39996 Refine IPv6 probe to require that the client has...jar@chromium.org2010-02-261-1/+22
* Revert 39996 - Refine IPv6 probe to require that the client has an IPv6 addre...jar@chromium.org2010-02-251-22/+1
* Refine IPv6 probe to require that the client has an IPv6 address on an interfacejar@chromium.org2010-02-251-1/+22
* Remove a TODO I've already done.willchan@chromium.org2010-02-191-1/+0
* Revert 38323 - Add IPv6 probing support, and disable IPv6 resolution when it ...jar@chromium.org2010-02-071-19/+0
* Add IPv6 probing support, and disable IPv6 resolution when it is uselessjar@chromium.org2010-02-071-0/+19
* Add placeholder for histogramming non-speculative resolve jobs duration.eroman@chromium.org2010-02-051-5/+40
* Fix regression that broke the --disable-ipv6 command line flag.eroman@chromium.org2010-02-051-7/+18
* Add a dump of the currently outstanding jobs when enabling DNS tracing.eroman@chromium.org2010-02-051-0/+33
* Revert 38078 - Turn off ipv6 when there is no support at startup.jar@chromium.org2010-02-041-2/+0
* Turn off ipv6 when there is no support at startup.jar@chromium.org2010-02-041-0/+2
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-3/+4
* Add fine grain tracing to HostResolverImpl.eroman@chromium.org2010-02-021-7/+135
* Add mechanism for global queueing and prioritization of DNS.eroman@chromium.org2010-01-301-10/+288
* Set up HostResolverImpl to flush cache on IP address change.willchan@chromium.org2010-01-111-7/+30
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-121-11/+0
* Cache failed DNS resolutions for 1 second.eroman@chromium.org2009-12-101-12/+18
* 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