summaryrefslogtreecommitdiffstats
path: root/net/base/mock_host_resolver.h
Commit message (Expand)AuthorAgeFilesLines
* Automatically fail external DNS queries in tests, but don't abort the test.isherman@chromium.org2010-10-051-3/+3
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-041-13/+6
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-6/+6
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-011-6/+13
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-011-13/+6
* HostResolver should flush the JobPools on a network change.willchan@chromium.org2010-09-211-0/+7
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...eroman@chromium.org2010-06-081-18/+6
* Log the OS error that getaddrinfo() failed with.eroman@chromium.org2010-05-161-3/+5
* Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs.cbentzel@chromium.org2010-04-281-5/+19
* Fix crash on IP address change.willchan@chromium.org2010-04-191-3/+0
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-081-1/+4
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-0/+3
* Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...cbentzel@chromium.org2010-04-071-4/+1
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-071-1/+4
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-1/+1
* Remove the HostResolver::Shutdown() method.eroman@chromium.org2010-02-051-2/+0
* Add fine grain tracing to HostResolverImpl.eroman@chromium.org2010-02-021-1/+0
* Add autodetection of "intranet" redirection, for ISPs etc. that send typos an...pkasting@chromium.org2010-01-081-5/+7
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-4/+12
* 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-0/+5
* Add a mechanism to disable IPv6.eroman@chromium.org2009-10-211-3/+7
* Add a visualizer for the HostCache (DNS cache) on the network internals page.eroman@chromium.org2009-09-021-0/+1
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-3/+3
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-2/+5
* Update a bug number referenced by some TODOs, to point at the new bug for tra...eroman@chromium.org2009-08-031-1/+1
* Use manually constructed IPv6 socket addresses for tests, rather than system ...ericroman@google.com2009-07-181-0/+8
* Add synchronous-mode operation to MockHostResolver; this helps clarify some t...ericroman@google.com2009-07-181-10/+30
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-0/+143