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
/
base
/
mock_host_resolver.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve performance of proxy resolver by tracing DNS dependencies.
eroman@chromium.org
2013-01-30
1
-1
/
+9
*
Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...
joaodasilva@chromium.org
2012-12-14
1
-5
/
+20
*
net: Pass the real IP address and port for mock TCP sockets where possible.
phajdan.jr@chromium.org
2012-11-16
1
-6
/
+5
*
[net] When using TTL from DnsTask, set it to at least 60 seconds.
szym@chromium.org
2012-10-25
1
-8
/
+4
*
[net] Add AsyncDNS.TTL histogram.
szym@chromium.org
2012-10-17
1
-1
/
+1
*
Make sure MockHostResolverWorks regardless of whether winsock has already bee...
eroman@chromium.org
2012-08-28
1
-0
/
+6
*
Use 127.0.0.1 as the local address for Android in the MockHostResolver as well.
peter@chromium.org
2012-05-24
1
-6
/
+0
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
1
-16
/
+13
*
Use base::strdup() instead of strdup()/_strdup().
thestig@chromium.org
2012-04-05
1
-10
/
+4
*
Convert use of int ms to TimeDelta in files owned by jar.
tedvessenes@gmail.com
2012-01-28
1
-2
/
+4
*
Adds TTL argument to HostCache::Set.
szym@chromium.org
2012-01-21
1
-6
/
+12
*
Revert 118489 since it seems to regress linux-sizes.
sadrul@chromium.org
2012-01-20
1
-11
/
+6
*
Adds custom ttl argument to HostCache::Set.
szym@chromium.org
2012-01-20
1
-6
/
+11
*
base::Bind: Convert HostResolver::Resolve.
jhawkins@chromium.org
2011-11-16
1
-6
/
+6
*
Remove unused HostResolver::Observer.
szym@chromium.org
2011-11-15
1
-21
/
+4
*
Remove HostResolverImpl from Mock*HostResolver.
szym@chromium.org
2011-11-08
1
-79
/
+162
*
Revert 108910 - Remove HostResolverImpl from Mock*HostResolver.
szym@chromium.org
2011-11-07
1
-162
/
+79
*
Remove HostResolverImpl from Mock*HostResolver.
szym@chromium.org
2011-11-07
1
-79
/
+162
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-2
/
+2
*
HostResolver: don't interpret NULL callback argument as a request to do synch...
agayev@chromium.org
2011-08-04
1
-0
/
+6
*
HostResolverImpl: don't interpret NULL callback argument as a request to do s...
agayev@chromium.org
2011-07-28
1
-2
/
+8
*
Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...
agayev@chromium.org
2011-07-28
1
-8
/
+2
*
HostResolverImpl: don't interpret NULL callback argument as a request to do s...
agayev@chromium.org
2011-07-28
1
-2
/
+8
*
Upstream android net related code (part 1)
michaelbai@google.com
2011-07-11
1
-0
/
+6
*
Revert of 85854 which is a revert of 85852 - Add a command line option
rtenneti@chromium.org
2011-05-19
1
-1
/
+1
*
Revert 85852 - Add a command line option ("host-resolver-retry-attempts")
rtenneti@chromium.org
2011-05-19
1
-1
/
+1
*
Add a command line option ("host-resolver-retry-attempts")
rtenneti@chromium.org
2011-05-19
1
-1
/
+1
*
Miscelaneous cleanups to AddressList to make it harder to mis-use.
eroman@chromium.org
2011-05-12
1
-2
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Make the MockHostResolver able to populate AddressLists with multiple IPs.
mbelshe@chromium.org
2011-03-09
1
-18
/
+31
*
Even more reordering the methods in headers and implementation in net/.
erg@google.com
2011-01-20
1
-32
/
+32
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-2
/
+2
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-2
/
+2
*
Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-04
1
-0
/
+25
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
1
-1
/
+1
*
Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."
erg@google.com
2010-10-01
1
-25
/
+0
*
FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-01
1
-0
/
+25
*
Make the glob matcher support UTF8 strings.
mnissler@chromium.org
2010-09-10
1
-1
/
+1
*
Fix remaining localhost resolution issues.
vandebo@chromium.org
2010-09-03
1
-15
/
+22
*
Adds HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-24
1
-1
/
+1
*
Don't resolve IP literals.
vandebo@chromium.org
2010-08-18
1
-9
/
+17
*
Revert 56539 - Added HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-18
1
-1
/
+1
*
Added HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-18
1
-1
/
+1
*
Revert 56384 - Don't resolve IP literals.
vandebo@chromium.org
2010-08-17
1
-9
/
+9
*
Don't resolve IP literals.
vandebo@chromium.org
2010-08-17
1
-9
/
+9
*
Massively simplify the NetworkChangeNotifier infrastructure:
pkasting@chromium.org
2010-06-25
1
-1
/
+1
*
Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...
eroman@chromium.org
2010-06-08
1
-60
/
+26
*
Log the OS error that getaddrinfo() failed with.
eroman@chromium.org
2010-05-16
1
-3
/
+4
*
Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs.
cbentzel@chromium.org
2010-04-28
1
-13
/
+67
*
Fix crash on IP address change.
willchan@chromium.org
2010-04-19
1
-4
/
+0
[next]