summaryrefslogtreecommitdiffstats
path: root/net/base/mock_host_resolver.cc
Commit message (Expand)AuthorAgeFilesLines
* [net] Add AsyncDNS.TTL histogram.szym@chromium.org2012-10-171-1/+1
* Make sure MockHostResolverWorks regardless of whether winsock has already bee...eroman@chromium.org2012-08-281-0/+6
* Use 127.0.0.1 as the local address for Android in the MockHostResolver as well.peter@chromium.org2012-05-241-6/+0
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-16/+13
* Use base::strdup() instead of strdup()/_strdup().thestig@chromium.org2012-04-051-10/+4
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-281-2/+4
* Adds TTL argument to HostCache::Set.szym@chromium.org2012-01-211-6/+12
* Revert 118489 since it seems to regress linux-sizes.sadrul@chromium.org2012-01-201-11/+6
* Adds custom ttl argument to HostCache::Set.szym@chromium.org2012-01-201-6/+11
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-161-6/+6
* Remove unused HostResolver::Observer.szym@chromium.org2011-11-151-21/+4
* Remove HostResolverImpl from Mock*HostResolver. szym@chromium.org2011-11-081-79/+162
* Revert 108910 - Remove HostResolverImpl from Mock*HostResolver.szym@chromium.org2011-11-071-162/+79
* Remove HostResolverImpl from Mock*HostResolver.szym@chromium.org2011-11-071-79/+162
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* HostResolver: don't interpret NULL callback argument as a request to do synch...agayev@chromium.org2011-08-041-0/+6
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-281-2/+8
* Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...agayev@chromium.org2011-07-281-8/+2
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-281-2/+8
* Upstream android net related code (part 1)michaelbai@google.com2011-07-111-0/+6
* Revert of 85854 which is a revert of 85852 - Add a command line optionrtenneti@chromium.org2011-05-191-1/+1
* Revert 85852 - Add a command line option ("host-resolver-retry-attempts")rtenneti@chromium.org2011-05-191-1/+1
* Add a command line option ("host-resolver-retry-attempts")rtenneti@chromium.org2011-05-191-1/+1
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Make the MockHostResolver able to populate AddressLists with multiple IPs.mbelshe@chromium.org2011-03-091-18/+31
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-32/+32
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-2/+2
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-041-0/+25
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-1/+1
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-011-25/+0
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-011-0/+25
* Make the glob matcher support UTF8 strings.mnissler@chromium.org2010-09-101-1/+1
* Fix remaining localhost resolution issues.vandebo@chromium.org2010-09-031-15/+22
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-241-1/+1
* Don't resolve IP literals.vandebo@chromium.org2010-08-181-9/+17
* Revert 56539 - Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-1/+1
* Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-1/+1
* Revert 56384 - Don't resolve IP literals.vandebo@chromium.org2010-08-171-9/+9
* Don't resolve IP literals.vandebo@chromium.org2010-08-171-9/+9
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-1/+1
* Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...eroman@chromium.org2010-06-081-60/+26
* Log the OS error that getaddrinfo() failed with.eroman@chromium.org2010-05-161-3/+4
* Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs.cbentzel@chromium.org2010-04-281-13/+67
* Fix crash on IP address change.willchan@chromium.org2010-04-191-4/+0
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-081-3/+9
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-0/+4
* Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...cbentzel@chromium.org2010-04-071-9/+3
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-071-3/+9