summaryrefslogtreecommitdiffstats
path: root/net/base/mock_host_resolver.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-2/+2
* Use CHECK_* in netwillchan@chromium.org2010-03-021-1/+1
* Remove the HostResolver::Shutdown() method.eroman@chromium.org2010-02-051-4/+0
* Add fine grain tracing to HostResolverImpl.eroman@chromium.org2010-02-021-4/+0
* Add mechanism for global queueing and prioritization of DNS.eroman@chromium.org2010-01-301-1/+1
* Set up HostResolverImpl to flush cache on IP address change.willchan@chromium.org2010-01-111-1/+1
* Add autodetection of "intranet" redirection, for ISPs etc. that send typos an...pkasting@chromium.org2010-01-081-6/+5
* Cache failed DNS resolutions for 1 second.eroman@chromium.org2009-12-101-3/+9
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-031-1/+1
* Refactor: Address some style comments from a review (which missed the origina...eroman@chromium.org2009-10-231-3/+3
* Disable IPv6 results for the PAC bindings:eroman@chromium.org2009-10-221-6/+26
* Add a mechanism to disable IPv6.eroman@chromium.org2009-10-211-2/+5
* Add a visualizer for the HostCache (DNS cache) on the network internals page.eroman@chromium.org2009-09-021-0/+4
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-4/+4
* Remove the unittest "DnsMasterTest.OsCachesLookupsTest".eroman@chromium.org2009-08-121-4/+1
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-2/+3