summaryrefslogtreecommitdiffstats
path: root/net/dns/dns_config_service_posix_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Migrate net/dns/* to net::IPAddress.martijn2016-03-041-7/+8
* Removed unused include of winsock.h/inet.h from sys_byteorder.h.bcwhite2015-11-301-0/+7
* Fix SerialWorker crash accessing DnsConfigServicePosix pointer.maclellant2015-11-201-1/+19
* Don't use base::MessageLoop::{Quit,QuitClosure} in net/ki.stfu2015-10-091-1/+1
* Avoid initial NetworkChangeNotifier OnDNSChanged() signal on Androidpauljensen2015-04-171-3/+115
* Cleanup: Better constify some strings in net/.thestig2015-01-241-2/+2
* Add Android support in DnsConfigServicePosix.ttuttle@chromium.org2014-01-211-0/+4
* More -Wunused-private-field cleanups.thakis@chromium.org2012-07-201-0/+2
* [net/dns] Instrument DnsConfigService to measure performance and failures.szym@chromium.org2012-06-191-5/+9
* [net/dns] If the only name server is 0.0.0.0:53 assume DnsConfig is invalid.szym@chromium.org2012-06-141-0/+24
* [net/dns] Fix IPv6 handling from res_init on Linux.szym@chromium.org2012-05-121-77/+74
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-281-4/+2
* [net/dns] Refactoring of DnsConfigService.szym@chromium.org2012-03-161-4/+2
* [net] Asynchronous DNS ready for experiments.szym@chromium.org2012-02-211-1/+1
* [net/dns] Suffix search list for DnsConfigService and related features.szym@chromium.org2012-02-071-5/+5
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-281-1/+1
* Refactoring and further work on DnsConfigServiceszym@chromium.org2011-09-031-344/+5
* Revert 99135 - Refactoring and remaining work on DnsConfigService: levin@chromium.org2011-09-011-5/+344
* Refactoring and remaining work on DnsConfigService: szym@chromium.org2011-09-011-344/+5
* Fixing #ifdef -> #if defined()szym@chromium.org2011-08-181-4/+4
* DnsConfigService and a posix implementationszym@chromium.org2011-08-181-0/+472