index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dns
/
dns_config_service_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert remaining StringToLowerASCII to ToLowerASCII.
brettw
2015-08-11
1
-1
/
+1
*
New new versions of Starts/EndsWith and SplitString in net.
brettw
2015-07-06
1
-6
/
+4
*
Change histogram.h includes to histogram_macros.h in net/
asvitkine
2015-06-17
1
-1
/
+1
*
Fix uninitialized reads in DnsConfigServiceWin tests.
benwells
2015-05-12
1
-0
/
+13
*
net/dns: Fix the last warning found by chromium-style clang plugin on Windows.
thakis
2015-05-10
1
-0
/
+15
*
Apply automated fixits for Chrome clang plugin to net_unittests.
dcheng
2015-04-17
1
-10
/
+8
*
Split bug 418183 into separate bugs for each janky piece and remove the
pkasting
2015-02-28
1
-6
/
+0
*
Adding instrumentation to locate the source of jankiness.
Peter Kasting
2015-02-05
1
-1
/
+2
*
Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...
vadimt
2014-10-29
1
-5
/
+4
*
Remove raw handles from base::win::RegKey
rvargas
2014-10-17
1
-20
/
+14
*
Revert of Remove raw handles from base::win::RegKey (patchset #6 id:330001 of...
dcheng
2014-10-16
1
-14
/
+20
*
Remove raw handles from base::win::RegKey
rvargas
2014-10-15
1
-20
/
+14
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
1
-6
/
+6
*
An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...
sergeyu
2014-10-01
1
-0
/
+6
*
ReadIpHelper: Zero out before calling GetAdaptersAddresses
ttuttle
2014-09-06
1
-0
/
+1
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
1
-1
/
+1
*
Move IsStringUTF8/ASCII to base namespace
brettw@chromium.org
2014-05-07
1
-2
/
+2
*
Renamed namespaces in src/net.
vitalybuka@chromium.org
2014-04-30
1
-2
/
+2
*
Revert 257524 "Move IsStringASCII/UTF8 to base namespace."
brettw@chromium.org
2014-03-17
1
-2
/
+2
*
Move IsStringASCII/UTF8 to base namespace.
brettw@chromium.org
2014-03-17
1
-2
/
+2
*
Move UTF16ToASCII, remove WideToASCII.
brettw@chromium.org
2014-03-14
1
-1
/
+1
*
Convert scoped_ptr_malloc -> scoped_ptr, part 2.
viettrungluu@chromium.org
2014-02-26
1
-4
/
+4
*
Update some uses of char16 to use the base:: namespace.
avi@chromium.org
2013-12-25
1
-1
/
+1
*
Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...
avi@chromium.org
2013-12-25
1
-1
/
+1
*
[net/dns] Treat Name Resolution Policy Table as unhandled option.
szym@chromium.org
2013-09-17
1
-82
/
+112
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
1
-1
/
+1
*
Use a direct include of time headers in net/, part 2.
avi@chromium.org
2013-06-28
1
-2
/
+2
*
Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in net/.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
1
-1
/
+1
*
Convert net to use base::string16 instead of string16.
brettw@chromium.org
2013-03-29
1
-5
/
+6
*
[net/dns] Fix AsyncDNS histograms.
szym@chromium.org
2013-03-23
1
-0
/
+2
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
1
-1
/
+1
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
[net/dns] Add AsyncDNS.WatchStatus histogram.
szym@chromium.org
2013-02-08
1
-0
/
+12
*
Replace FilePath with base::FilePath in net.
brettw@chromium.org
2013-02-08
1
-4
/
+5
*
[net/dns] Ignore DNS addresses from stateless IPv6 DNS discovery.
szym@chromium.org
2013-01-15
1
-0
/
+16
*
Remove the base::files:: namespace.
darin@chromium.org
2013-01-15
1
-1
/
+1
*
[net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa...
szym@chromium.org
2012-12-13
1
-2
/
+2
*
(1) Added a recursive boolean param to FilePathWatcher::Watch() function to w...
kmadhusu@chromium.org
2012-12-05
1
-2
/
+1
*
[cros/net] Add DnsConfigService to NetworkChangeNotifierChromeos.
szym@chromium.org
2012-09-11
1
-2
/
+2
*
[net] Move DnsConfigService to NetworkChangeNotifier.
szym@chromium.org
2012-08-31
1
-27
/
+139
*
[net/dns] Retry reading config in DnsConfigServiceWin
szym@chromium.org
2012-07-25
1
-1
/
+9
*
Coverity: Initialize a member variable.
jhawkins@chromium.org
2012-06-20
1
-1
/
+3
*
[net/dns] Instrument DnsConfigService to measure performance and failures.
szym@chromium.org
2012-06-19
1
-149
/
+175
*
[net/dns] Refactor DnsHostsReader to reduce unnecessary inheritance.
szym@chromium.org
2012-06-14
1
-19
/
+19
*
[net/dns] Don't use memset to initialize a struct with string16 members.
szym@chromium.org
2012-06-08
1
-2
/
+1
*
[net/dns] Isolate DnsConfigWatcher from DnsConfigService.
szym@chromium.org
2012-05-16
1
-192
/
+39
*
Add config reader for Primary DNS Suffix and corresponding unittest.
zhaoqin@chromium.org
2012-05-02
1
-8
/
+27
*
[net/dns] Removes locking from DnsConfigServiceWin and adds local computer name.
szym@chromium.org
2012-03-23
1
-108
/
+278
[next]