summaryrefslogtreecommitdiffstats
path: root/net/dns/dns_config_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert DnsConfig values from base::Value* to scoped_ptr<base::Value>.tfh2016-01-111-2/+2
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-171-1/+1
* Change NetLog::ParametersCallback to return a scoped_ptr.estade2015-05-211-3/+2
* Add AsyncDNS.NameServersType histogram.ttuttle@chromium.org2014-03-121-0/+86
* [net/dns] Treat Name Resolution Policy Table as unhandled option.szym@chromium.org2013-09-171-2/+6
* Detect domain-specific resolvers on OS X and disable DnsClientszym@chromium.org2013-08-211-1/+5
* [net/dns] Use only NullDnsSocketPool.szym@chromium.org2013-04-181-1/+1
* Cleanup: Remove deprecated base::Value methods from net. Use base::Value too.thestig@chromium.org2013-02-121-5/+5
* [net/dns] Ignore transient flutter of resolv.conf.szym@chromium.org2013-02-111-3/+3
* [net/dns] Disable socket pooling in DnsProbeJobszym@chromium.org2013-01-301-0/+1
* [net] Move DnsConfigService to NetworkChangeNotifier.szym@chromium.org2012-08-311-13/+15
* [net/dns] Hardcode DnsConfig.timeout to 1 second.szym@chromium.org2012-08-151-2/+3
* [net/dns] Remove check for DNS Changer.szym@chromium.org2012-07-261-54/+1
* Fix gcc 4.7 building problems - cont 2.shenhan@google.com2012-07-261-10/+12
* [net/dns] Instrument DnsConfigService to measure performance and failures.szym@chromium.org2012-06-191-0/+27
* [net/dns] Check for DNS-changer malware on first valid configuration.szym@chromium.org2012-06-191-1/+53
* [net/dns] Suppress multiple DnsConfig withdrawals after timeout.szym@chromium.org2012-06-121-5/+13
* [net/dns] Isolate DnsConfigWatcher from DnsConfigService.szym@chromium.org2012-05-161-1/+23
* Add DNS configuration information to about:net-internals#dns,mmenke@chromium.org2012-03-291-0/+25
* [net/dns] Removes locking from DnsConfigServiceWin and adds local computer name.szym@chromium.org2012-03-231-0/+12
* [net/dns] Refactoring of DnsConfigService.szym@chromium.org2012-03-161-50/+61
* [net/dns] Suffix search list for DnsConfigService and related features.szym@chromium.org2012-02-071-11/+13
* Implementation of DnsConfigService for win (+ Bind migration).szym@chromium.org2011-10-101-8/+10
* Refactoring and further work on DnsConfigServiceszym@chromium.org2011-09-031-1/+81
* Revert 99135 - Refactoring and remaining work on DnsConfigService: levin@chromium.org2011-09-011-82/+1
* Refactoring and remaining work on DnsConfigService: szym@chromium.org2011-09-011-1/+82
* DnsConfigService and a posix implementationszym@chromium.org2011-08-181-0/+32