summaryrefslogtreecommitdiffstats
path: root/net/dns/dns_config_service_win.h
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-261-0/+1
* Switch to standard integer types in net/.Avi Drissman2015-12-201-0/+1
* net/dns: Fix the last warning found by chromium-style clang plugin on Windows.thakis2015-05-101-0/+3
* Apply automated fixits for Chrome clang plugin to net_unittests.dcheng2015-04-171-3/+3
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-2/+2
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-261-1/+1
* [net/dns] Treat Name Resolution Policy Table as unhandled option.szym@chromium.org2013-09-171-13/+5
* Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.avi@chromium.org2013-06-111-1/+1
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-2/+2
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-1/+1
* [net] Move DnsConfigService to NetworkChangeNotifier.szym@chromium.org2012-08-311-9/+8
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* [net/dns] Instrument DnsConfigService to measure performance and failures.szym@chromium.org2012-06-191-1/+17
* [net/dns] Isolate DnsConfigWatcher from DnsConfigService.szym@chromium.org2012-05-161-26/+45
* Add config reader for Primary DNS Suffix and corresponding unittest.zhaoqin@chromium.org2012-05-021-0/+2
* [net/dns] Removes locking from DnsConfigServiceWin and adds local computer name.szym@chromium.org2012-03-231-4/+2
* [net/dns] Refactoring of DnsConfigService.szym@chromium.org2012-03-161-5/+15
* [net/dns] Suffix search list for DnsConfigService and related features.szym@chromium.org2012-02-071-4/+67
* Implementation of DnsConfigService for win (+ Bind migration).szym@chromium.org2011-10-101-0/+48