summaryrefslogtreecommitdiffstats
path: root/net/base/host_resolver_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert src/net to use std::string/char* for DictionaryValue keys.viettrungluu@chromium.org2010-07-311-5/+6
* Implement prefetching in chromegavinp@google.com2010-07-311-1/+2
* Avoid printing log errors during shutdown of HostResolverImpl when there are ...eroman@chromium.org2010-07-271-1/+2
* [Linux] Enable connecting to localhost when offline.vandebo@chromium.org2010-07-231-2/+14
* Add a command line flag to change the default number of parallel DNS requests...eroman@chromium.org2010-07-171-3/+7
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-11/+5
* Disable caching of failed DNS lookups.eroman@chromium.org2010-06-171-1/+1
* Make HostResolver NonThreadSafe and not thread safe refcounted.willchan@chromium.org2010-06-031-0/+9
* Log the OS error that getaddrinfo() failed with.eroman@chromium.org2010-05-161-19/+139
* 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