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
/
host_resolver_impl_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve RFC 6761 localhost names to loopback
estark
2015-06-20
1
-11
/
+45
*
net: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-11
1
-5
/
+8
*
Remove "Default Address Family" behavior from the HostResolver.
cbentzel
2015-06-05
1
-137
/
+63
*
Reduce frequency of IPv6 probes in HostResolverImpl.
sergeyu
2015-05-14
1
-0
/
+32
*
Avoid initial NetworkChangeNotifier OnDNSChanged() signal on Android
pauljensen
2015-04-17
1
-1
/
+21
*
Always treat .localhost as loopback
estark
2015-03-26
1
-0
/
+11
*
Fail DNS resolution if the result contains 127.0.53.53.
eroman
2015-03-26
1
-0
/
+47
*
Use uint16 for port numbers more pervasively.
pkasting
2014-11-20
1
-3
/
+3
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
1
-5
/
+3
*
Standardize usage of virtual/override/final in net/
dcheng
2014-10-21
1
-20
/
+20
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
1
-12
/
+12
*
Fix crash when trying to connect to an IPv6 IP via a SOCKS4 proxy.
mmenke@chromium.org
2014-08-07
1
-0
/
+27
*
Provide Shill IP Address to myIpAddress()
stevenjb@chromium.org
2014-06-17
1
-43
/
+32
*
net: Disable HostResolverImplTest for TSAN
hashimoto@chromium.org
2014-01-16
1
-3
/
+21
*
Disable another racy HostResolverImplTest under tsan.
thakis@chromium.org
2014-01-11
1
-1
/
+10
*
Disable HostResolverImplTest.LongHost under ThreadSanitizer because of a racy...
glider@chromium.org
2013-12-13
1
-1
/
+9
*
Fast-fail WPAD detection.
ellyjones@chromium.org
2013-09-19
1
-0
/
+18
*
Reland of 218616. It was reverted in 219027 due to crashes in the case of
mmenke@chromium.org
2013-09-05
1
-48
/
+435
*
Revert 218616 "[net/dns] Perform A/AAAA queries for AF_UNSPEC re..."
mmenke@chromium.org
2013-08-22
1
-263
/
+47
*
[net/dns] Perform A/AAAA queries for AF_UNSPEC resolutions in parallel.
mmenke@chromium.org
2013-08-21
1
-47
/
+263
*
Remove HostResolver::RequestInfo's priority parameter
akalin@chromium.org
2013-08-20
1
-23
/
+31
*
Add a priority parameter for HostResolver::RequestInfo's constructor
akalin@chromium.org
2013-08-16
1
-6
/
+8
*
Make DnsTransaction.Start() never complete synchronously.
mmenke@chromium.org
2013-07-19
1
-34
/
+23
*
Remove interface probing for IPv6 support from HostResolverImpl
szym@chromium.org
2013-07-18
1
-0
/
+2
*
Use a direct include of the message_loop header in net/, part 1.
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Use a direct include of time headers in net/, part 2.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Added HostResolverImpl::fallback_to_proctask_ to vary according to AsyncDnsNo...
mef@chromium.org
2013-06-28
1
-0
/
+81
*
Revert r208636 to fix use-after-delete in StartDnsTask.
mef@chromium.org
2013-06-27
1
-54
/
+0
*
Added HostResolverImpl::allow_fallback_from_dnstask_to_proctask to vary accor...
mef@chromium.org
2013-06-26
1
-0
/
+54
*
Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.
avi@chromium.org
2013-06-11
1
-2
/
+2
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-17
/
+14
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
1
-18
/
+19
*
Protect against empty "labeled" DNS names in DnsTransaction.
wez@chromium.org
2013-05-17
1
-0
/
+7
*
HostResolverImpl will return ERR_NAME_NOT_RESOLVED instead of Ok if address l...
mef@chromium.org
2013-05-07
1
-0
/
+11
*
[net/dns] Add test DualFamilyLocalhost and fix it when DnsClient enabled.
szym@chromium.org
2013-04-17
1
-6
/
+74
*
[net/dns] Rename SystemHostResolverProc and CallSystemHostResolverProc.
szym@chromium.org
2013-04-16
1
-1
/
+1
*
[net] Move host_cache files from net/base to net/dns
szym@chromium.org
2013-04-10
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-9
/
+13
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-13
/
+9
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-9
/
+13
*
[net/dns] When serving AF_UNSPEC addresses from DnsHosts, serve one from each...
szym@chromium.org
2013-03-28
1
-2
/
+2
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
1
-0
/
+1481