summaryrefslogtreecommitdiffstats
path: root/net/dns/dns_config_service_win_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-261-0/+1
* Migrate net/dns/* to net::IPAddress.martijn2016-03-041-4/+5
* Convert Pass()→std::move() on Windowsdcheng2016-03-021-1/+1
* Switch to standard integer types in net/.Avi Drissman2015-12-201-4/+3
* net/dns: Fix the last warning found by chromium-style clang plugin on Windows.thakis2015-05-101-50/+35
* Use uint16 for port numbers more pervasively.pkasting2014-11-201-4/+4
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-261-3/+3
* [net/dns] Treat Name Resolution Policy Table as unhandled option.szym@chromium.org2013-09-171-1/+38
* Grab bag of clang fixes for Windows codernk@chromium.org2013-05-171-2/+2
* [net/dns] Ignore DNS addresses from stateless IPv6 DNS discovery.szym@chromium.org2013-01-151-4/+5
* fix another silly warning diagnosis in net/dns unittestscottmg@google.com2012-10-201-1/+1
* [net/dns] Instrument DnsConfigService to measure performance and failures.szym@chromium.org2012-06-191-7/+11
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-1/+1
* Add config reader for Primary DNS Suffix and corresponding unittest.zhaoqin@chromium.org2012-05-021-6/+47
* [net/dns] Refactoring of DnsConfigService.szym@chromium.org2012-03-161-8/+23
* [net/dns] Fixes to DnsConfigServiceWin szym@chromium.org2012-02-111-4/+43
* [net/dns] Suffix search list for DnsConfigService and related features.szym@chromium.org2012-02-071-9/+285
* Implementation of DnsConfigService for win (+ Bind migration).szym@chromium.org2011-10-101-0/+54