summaryrefslogtreecommitdiffstats
path: root/net/base/host_resolver.h
Commit message (Expand)AuthorAgeFilesLines
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-4/+2
* Initial support for built-in DNS resolver/cache.agayev@chromium.org2010-10-281-6/+7
* Revert 64202 - Initial support for built-in DNS resolver/cache.yusukes@chromium.org2010-10-281-7/+6
* Initial support for built-in DNS resolver/cache.agayev@chromium.org2010-10-281-6/+7
* Shows the default_address_family on both the DNS tab and in log dumps,mmenke@chromium.org2010-10-071-0/+3
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-10/+9
* FBTF: Moves code to the headers.erg@google.com2010-09-281-2/+2
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-14/+10
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-8/+1
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-241-1/+3
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-211-3/+0
* Revert 56539 - Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-3/+1
* Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-1/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Add a command line flag to change the default number of parallel DNS requests...eroman@chromium.org2010-07-171-1/+9
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-091-0/+3
* Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start...eroman@chromium.org2010-07-081-3/+0
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-081-0/+3
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-5/+1
* Make HostResolver NonThreadSafe and not thread safe refcounted.willchan@chromium.org2010-06-031-2/+2
* 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-0/+11
* 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-11/+0
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-071-0/+11
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-4/+4
* Revert 40099 - Revert 39998 Revert 39996 Refine IPv6 probe to require that ...jar@chromium.org2010-02-261-1/+1
* Revert 39998 - Revert 39996 Refine IPv6 probe to require that the client has...jar@chromium.org2010-02-261-1/+1
* Revert 39996 - Refine IPv6 probe to require that the client has an IPv6 addre...jar@chromium.org2010-02-251-1/+1
* Refine IPv6 probe to require that the client has an IPv6 address on an interfacejar@chromium.org2010-02-251-1/+1
* Make MappedHostResolver display its internals on the about:net-internals page...eroman@chromium.org2010-02-191-4/+5
* Add a command-line flag to remap hostnames based on patterns.eroman@chromium.org2010-02-181-0/+7
* linux: build with -Wextraevan@chromium.org2010-02-051-2/+2
* Remove the HostResolver::Shutdown() method.eroman@chromium.org2010-02-051-3/+0
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-1/+5
* Add fine grain tracing to HostResolverImpl.eroman@chromium.org2010-02-021-4/+5
* Add mechanism for global queueing and prioritization of DNS.eroman@chromium.org2010-01-301-1/+9
* Cancel any outstanding host resolve when calling SOCKSClientSocket::Disconnec...eroman@chromium.org2010-01-071-0/+4
* Some small comment fixes for HostResolver and DnsMaster.eroman@chromium.org2009-11-231-2/+3
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-5/+7
* Add a command line flag to force all network traffic through a particular ser...mbelshe@google.com2009-11-031-5/+7
* Refactor: Change the interface from HostResolver::DisableIPv6() to HostResolv...eroman@chromium.org2009-10-261-2/+5
* Add a mechanism to disable IPv6.eroman@chromium.org2009-10-211-0/+13
* Fixed a few data races on reference counters.timurrrr@chromium.org2009-09-171-1/+1
* Add a visualizer for the HostCache (DNS cache) on the network internals page.eroman@chromium.org2009-09-021-0/+5
* Fix access control.maruel@chromium.org2009-08-281-2/+4
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-6/+6
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-4/+12
* Update a bug number referenced by some TODOs, to point at the new bug for tra...eroman@chromium.org2009-08-031-1/+1
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-141/+18