summaryrefslogtreecommitdiffstats
path: root/net/dns/dns_config_service_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-1/+1
* New new versions of Starts/EndsWith and SplitString in net.brettw2015-07-061-6/+4
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-171-1/+1
* Fix uninitialized reads in DnsConfigServiceWin tests.benwells2015-05-121-0/+13
* net/dns: Fix the last warning found by chromium-style clang plugin on Windows.thakis2015-05-101-0/+15
* Apply automated fixits for Chrome clang plugin to net_unittests.dcheng2015-04-171-10/+8
* Split bug 418183 into separate bugs for each janky piece and remove thepkasting2015-02-281-6/+0
* Adding instrumentation to locate the source of jankiness.Peter Kasting2015-02-051-1/+2
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-5/+4
* Remove raw handles from base::win::RegKeyrvargas2014-10-171-20/+14
* Revert of Remove raw handles from base::win::RegKey (patchset #6 id:330001 of...dcheng2014-10-161-14/+20
* Remove raw handles from base::win::RegKeyrvargas2014-10-151-20/+14
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-6/+6
* An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...sergeyu2014-10-011-0/+6
* ReadIpHelper: Zero out before calling GetAdaptersAddressesttuttle2014-09-061-0/+1
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-2/+2
* Renamed namespaces in src/net.vitalybuka@chromium.org2014-04-301-2/+2
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-2/+2
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-2/+2
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+1
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-261-4/+4
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-251-1/+1
* [net/dns] Treat Name Resolution Policy Table as unhandled option.szym@chromium.org2013-09-171-82/+112
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Use a direct include of time headers in net/, part 2.avi@chromium.org2013-06-281-2/+2
* Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-071-1/+1
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-1/+1
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-5/+6
* [net/dns] Fix AsyncDNS histograms.szym@chromium.org2013-03-231-0/+2
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* [net/dns] Add AsyncDNS.WatchStatus histogram.szym@chromium.org2013-02-081-0/+12
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-4/+5
* [net/dns] Ignore DNS addresses from stateless IPv6 DNS discovery.szym@chromium.org2013-01-151-0/+16
* Remove the base::files:: namespace.darin@chromium.org2013-01-151-1/+1
* [net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa...szym@chromium.org2012-12-131-2/+2
* (1) Added a recursive boolean param to FilePathWatcher::Watch() function to w...kmadhusu@chromium.org2012-12-051-2/+1
* [cros/net] Add DnsConfigService to NetworkChangeNotifierChromeos.szym@chromium.org2012-09-111-2/+2
* [net] Move DnsConfigService to NetworkChangeNotifier.szym@chromium.org2012-08-311-27/+139
* [net/dns] Retry reading config in DnsConfigServiceWinszym@chromium.org2012-07-251-1/+9
* Coverity: Initialize a member variable.jhawkins@chromium.org2012-06-201-1/+3
* [net/dns] Instrument DnsConfigService to measure performance and failures.szym@chromium.org2012-06-191-149/+175
* [net/dns] Refactor DnsHostsReader to reduce unnecessary inheritance.szym@chromium.org2012-06-141-19/+19
* [net/dns] Don't use memset to initialize a struct with string16 members.szym@chromium.org2012-06-081-2/+1
* [net/dns] Isolate DnsConfigWatcher from DnsConfigService.szym@chromium.org2012-05-161-192/+39
* Add config reader for Primary DNS Suffix and corresponding unittest.zhaoqin@chromium.org2012-05-021-8/+27
* [net/dns] Removes locking from DnsConfigServiceWin and adds local computer name.szym@chromium.org2012-03-231-108/+278