summaryrefslogtreecommitdiffstats
path: root/net/base/host_resolver_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-2180/+0
* [net] Add Net.UnspecResolvedIPv6 to measure if getaddrinfo resolves IPv6 addr...szym@chromium.org2013-01-291-2/+18
* Enable AsyncDns by default on CrOS, Linux and MacOS.szym@chromium.org2013-01-261-1/+8
* [net/dns] Add per-address-family histograms AsyncDNS.ResolveSuccess_FAMILY_* ...szym@chromium.org2013-01-101-4/+23
* Remove measurement of DNS resolution waste from not always performing AF_UNSPECpauljensen@chromium.org2013-01-081-39/+0
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-141-4/+4
* Add AsyncDNS.DnsClientDisabledReason to record the last error in the streak w...szym@chromium.org2012-12-121-4/+7
* [net] Fix AsyncDNS.HaveDnsConfig measurement.szym@chromium.org2012-11-281-0/+8
* [net] Add HostResolver::SetDnsClientEnabled to support dynamic preference (fo...szym@chromium.org2012-11-171-7/+32
* [net] Disable DnsClient in HostResolverImpl after a streak of consecutive fai...szym@chromium.org2012-11-151-4/+42
* [net] Make HostResolverImpl::OnIPAddressChange faster by removing blocking on...szym@chromium.org2012-11-061-122/+75
* Remove the expired DnsImpact field trial.stevet@chromium.org2012-10-291-11/+0
* [net] Move call to HaveOnlyLoopbackAddresses from HostResolverImpl ctor to Wo...szym@chromium.org2012-10-261-7/+49
* [net] When using TTL from DnsTask, set it to at least 60 seconds.szym@chromium.org2012-10-251-34/+40
* [net/dns] Add histograms for duration of DnsTask, fallback to ProcTask and Dn...szym@chromium.org2012-10-231-4/+16
* [net] Change factory methods for HostResolver and HostCache to return a scope...szym@chromium.org2012-10-221-72/+3
* [net] Add AsyncDNS.TTL histogram.szym@chromium.org2012-10-171-18/+33
* [net] Hide SupportsWeakPtr from HostResolverImplszym@chromium.org2012-09-201-5/+7
* Exclude asynchronous host resolver from iOS builds.droger@chromium.org2012-09-181-0/+5
* [net/dns] Use the DnsConfig provided in the HostResolverImpl ctor if any.szym@chromium.org2012-09-111-1/+2
* [net] Move DnsConfigService to NetworkChangeNotifier.szym@chromium.org2012-08-311-14/+6
* [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...szym@chromium.org2012-08-151-34/+128
* When measuring waste in the DNS resolver related to AF_UNSPEC lookups, alsopauljensen@chromium.org2012-08-151-40/+41
* Revert 151586 - [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort add...brettw@chromium.org2012-08-141-128/+34
* [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...szym@chromium.org2012-08-141-34/+128
* Measure DNS resolution waste from not always performing AF_UNSPEC lookups.pauljensen@chromium.org2012-08-131-2/+40
* [net] Use only DnsConfigService to detect DNS changes in HostResolverImplszym@chromium.org2012-08-131-30/+19
* Add ipv6 probe events to NetLog, and add a buttonmmenke@chromium.org2012-07-191-9/+24
* [net] Initialize Job priority before the first request is added.szym@chromium.org2012-07-181-6/+8
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-2/+2
* [net] Record JobQueueTime and TotalTime histograms.szym@chromium.org2012-06-251-16/+94
* [net/dns] Instrument DnsConfigService to measure performance and failures.szym@chromium.org2012-06-191-3/+2
* [net/dns] Histograms for the reasons DnsTransaction failed.szym@chromium.org2012-06-191-9/+37
* NetLogEventParameter to Callback refactoring 8.mmenke@chromium.org2012-06-141-15/+15
* NetLogEventParameter to Callback refactoring 1,mmenke@chromium.org2012-06-121-184/+106
* [net/dns] Turn DnsConfigService on by default.szym@chromium.org2012-05-311-30/+38
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-23/+20
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-281-0/+24
* [net] Change order of RequestPriority to natural: higher > lowerszym@chromium.org2012-04-241-7/+5
* Reduce parallel DNS resolutions to 6jar@chromium.org2012-04-071-3/+4
* [net/dns] Remove Job leak when HostResolverImpl is deleted during Abort callb...szym@chromium.org2012-04-061-4/+4
* [net/dns] Add CHECKs to diagnose crash in DnsResponse::qname.szym@chromium.org2012-03-301-0/+2
* Add DNS configuration information to about:net-internals#dns,mmenke@chromium.org2012-03-291-25/+21
* [net/dns] Don't abort Jobs on hosts-only change.szym@chromium.org2012-03-241-6/+11
* [net/dns] Removes locking from DnsConfigServiceWin and adds local computer name.szym@chromium.org2012-03-231-3/+5
* [net/dns] Added AsyncDNS histogram for success rate, transaction duration and...szym@chromium.org2012-03-221-4/+41
* Fix DnsConfigParameters that get passed into the NetLog.cbentzel@chromium.org2012-03-201-2/+2
* [net/dns] Refactoring of DnsConfigService.szym@chromium.org2012-03-161-27/+75
* [net/dns] Serve requests from HOSTS file if possible.szym@chromium.org2012-03-141-24/+107
* Revert 126559 - Broke XP Tests (2)rsleevi@chromium.org2012-03-141-107/+24