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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce frequency of IPv6 probes in HostResolverImpl.
sergeyu
2015-05-14
1
-11
/
+38
*
Remove unnecessary ScopedTrackers for what turned out to be IsGloballyReachab...
eroman
2015-05-05
1
-25
/
+1
*
Narrow the instrumentation to track jank in HostResolverImpl.
eroman
2015-04-30
1
-15
/
+20
*
Add jank instrumentation for HostResolverImpl::Resolve().
eroman
2015-04-29
1
-2
/
+21
*
Inline NetLog IPv6 reachability events.
mmenke
2015-04-24
1
-9
/
+4
*
More instrumentation to track down net/ jank.
eroman
2015-04-23
1
-0
/
+5
*
Refactor NetLog::LogLevel --> NetLogCaptureMode.
eroman
2015-04-23
1
-9
/
+10
*
Avoid initial NetworkChangeNotifier OnDNSChanged() signal on Android
pauljensen
2015-04-17
1
-15
/
+29
*
Don't probe for IPv6 connectivity when resolving IPv6 literals.
pauljensen
2015-04-15
1
-16
/
+32
*
Remove unnecessary instrumentation for several jank bugs.
pkasting
2015-04-08
1
-31
/
+0
*
Move NetLog code from src/net/base to src/net/log.
eroman
2015-04-02
1
-1
/
+1
*
Remove some unused Net.* metrics.
rkaplow
2015-03-30
1
-8
/
+1
*
Always treat .localhost as loopback
estark
2015-03-26
1
-2
/
+16
*
Fail DNS resolution if the result contains 127.0.53.53.
eroman
2015-03-26
1
-0
/
+22
*
Skip IPv6 probes when resolving IPv4 literals. The probes aren't
pauljensen
2015-02-17
1
-1
/
+8
*
Remove unused Net.IPv6ConnectDuration histogram.
asvitkine
2015-01-06
1
-3
/
+0
*
Instrumenting host_resolver_impl.cc to locate the source of jankiness
vadimt
2014-11-26
1
-0
/
+31
*
Enable MSVC warning for unused locals.
Peter Kasting
2014-11-20
1
-8
/
+7
*
Inline HOST_RESOLER_IMPL_REQUESTs into their parent source
xunjieli
2014-11-10
1
-60
/
+30
*
Standardize usage of virtual/override/final in net/
dcheng
2014-10-21
1
-7
/
+7
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
1
-3
/
+3
*
Add LOCAL_ prefix to non-UMA histogram macros.
asvitkine
2014-08-26
1
-1
/
+1
*
Fix crash when trying to connect to an IPv6 IP via a SOCKS4 proxy.
mmenke@chromium.org
2014-08-07
1
-4
/
+13
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
1
-1
/
+1
*
Provide Shill IP Address to myIpAddress()
stevenjb@chromium.org
2014-06-17
1
-32
/
+30
*
Fix WeakPtrFactory member order
n.bansal@samsung.com
2014-05-27
1
-3
/
+3
*
Label IPv6 reachability checks in NetLog
ttuttle@chromium.org
2014-01-16
1
-1
/
+6
*
Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...
avi@chromium.org
2013-12-25
1
-1
/
+1
*
[Net] Log RequestPriority instances as strings instead of integers
akalin@chromium.org
2013-10-16
1
-1
/
+1
*
Fast-fail WPAD detection.
ellyjones@chromium.org
2013-09-19
1
-1
/
+5
*
[net/dns] Treat Name Resolution Policy Table as unhandled option.
szym@chromium.org
2013-09-17
1
-3
/
+6
*
Reland of 218616. It was reverted in 219027 due to crashes in the case of
mmenke@chromium.org
2013-09-05
1
-117
/
+260
*
Revert 218616 "[net/dns] Perform A/AAAA queries for AF_UNSPEC re..."
mmenke@chromium.org
2013-08-22
1
-212
/
+100
*
Detect domain-specific resolvers on OS X and disable DnsClient
szym@chromium.org
2013-08-21
1
-2
/
+2
*
[net/dns] Perform A/AAAA queries for AF_UNSPEC resolutions in parallel.
mmenke@chromium.org
2013-08-21
1
-100
/
+212
*
Remove HostResolver::RequestInfo's priority parameter
akalin@chromium.org
2013-08-20
1
-21
/
+21
*
Avoid wasted work in OnProcTaskComplete().
pochang0403@gmail.com
2013-08-06
1
-1
/
+3
*
[net/dns] Change the port used in IPv6-test connect to 53.
szym@chromium.org
2013-07-24
1
-2
/
+2
*
Add local address of UDP sockets used to check IPv6 support to NetLog
szym@chromium.org
2013-07-23
1
-7
/
+10
*
Restrict the AI_ADDRCONFIG workaround on loopback-only hosts to OS_LINUX
szym@chromium.org
2013-07-20
1
-2
/
+2
*
Make DnsTransaction.Start() never complete synchronously.
mmenke@chromium.org
2013-07-19
1
-26
/
+4
*
Remove interface probing for IPv6 support from HostResolverImpl
szym@chromium.org
2013-07-18
1
-76
/
+4
*
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
-16
/
+64
*
Revert r208636 to fix use-after-delete in StartDnsTask.
mef@chromium.org
2013-06-27
1
-45
/
+13
*
Added HostResolverImpl::allow_fallback_from_dnstask_to_proctask to vary accor...
mef@chromium.org
2013-06-26
1
-13
/
+45
*
Make net and ipc explicitly use the base namespace for Values.
brettw@chromium.org
2013-06-13
1
-6
/
+6
*
Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in net/.
avi@chromium.org
2013-06-07
1
-1
/
+1
[next]