summaryrefslogtreecommitdiffstats
path: root/net/base/host_resolver.cc
Commit message (Expand)AuthorAgeFilesLines
* Add DNS configuration information to about:net-internals#dns,mmenke@chromium.org2012-03-291-1/+5
* Refactor: Remove HostResolver::GetAsHostResolverImpl()cbentzel@chromium.org2011-10-211-2/+1
* Add GetHostCache to HostResolver interface, and use themmenke@chromium.org2011-10-121-0/+4
* HostResolver: don't interpret NULL callback argument as a request to do synch...agayev@chromium.org2011-08-041-1/+0
* Add unit-tests for SingleRequestHostResolver.eroman@chromium.org2011-06-061-61/+0
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-2/+2
* Add a flag to a host resolver request to request that resolution onlymbelshe@chromium.org2011-03-021-0/+1
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-3/+3
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-0/+8
* FBTF: Moves code to the headers.erg@google.com2010-09-281-0/+6
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-3/+2
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+10
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-2/+2
* Cancel any outstanding host resolve when calling SOCKSClientSocket::Disconnec...eroman@chromium.org2010-01-071-3/+8
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-4/+4
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-2/+4
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-606/+2
* Ensure that even if the HostResolver outlives the IO thread, its jobs will no...ericroman@google.com2009-06-271-1/+14
* Re-land final subset of r18520.ericroman@google.com2009-06-171-1/+13
* Re-land second-to-last subset of r18520 (now everything is relanded except no...ericroman@google.com2009-06-171-0/+9
* Re-land another subset of r18520.ericroman@google.com2009-06-171-4/+8
* Re-land a subset of r18520.ericroman@google.com2009-06-171-1/+6
* Revert 18520.ericroman@google.com2009-06-171-36/+6
* * Add an OnCancelResolution() notifier to HostResolver::Observer, so observer...ericroman@google.com2009-06-161-6/+36
* [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.ericroman@google.com2009-06-151-3/+2
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-151-28/+87
* Remove a DCHECK which is being hit because of a unit-test's particular setup.ericroman@google.com2009-06-121-1/+4
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-64/+310
* Use res_ninit for thread safety and a timer for reloading resolv.conf on Linux.evan@chromium.org2009-06-051-2/+76
* Revert "Use res_ninit for thread safety and a timer for reloading resolv.conf...willchan@chromium.org2009-06-041-72/+1
* Use res_ninit for thread safety and a timer for reloading resolv.conf on Linux.evan@chromium.org2009-06-031-1/+72
* Work around linux resolver problem where changes to resolv.conf go unnoticed ...evan@chromium.org2009-05-271-0/+10
* Add #if defined(OS_WIN) for the previous change, which onlywtc@chromium.org2009-05-221-1/+5
* AI_ADDRCONFIG is not necessary on Windows because itswtc@chromium.org2009-05-151-2/+23
* Prevent making real DNS lookups by chrome tests.phajdan.jr@chromium.org2009-03-271-4/+7
* Revert "Clean up dns prefetch code, and also port it."tc@google.com2009-02-061-20/+4
* Fix HostResolver crash when MessageLoop is destroyed duringphajdan.jr@chromium.org2009-02-061-4/+20
* Add more unit tests for net/base/host_resolver.phajdan.jr@chromium.org2009-01-291-6/+17
* Add the CertVerifier class. It is based on thewtc@google.com2008-12-191-3/+3
* fix minor whitespace issuesdarin@chromium.org2008-09-241-1/+1
* Add support for mock DNS queries. This allows us to eliminatedarin@google.com2008-09-241-3/+21
* Build host_resolver on the Macmmentovai@google.com2008-09-091-1/+0
* Modify HostResolver slightly to build on posix as well as windows.dkegel@google.com2008-09-051-0/+10
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Document that the callback parameter ofwtc@google.com2008-07-301-1/+1
* A more portable HostResolver implementation.darin@google.com2008-07-301-56/+85
* Create a constructor to construct an AddressList::Datawtc@google.com2008-07-281-3/+4
* Add net to the repository.initial.commit2008-07-261-0/+161