summaryrefslogtreecommitdiffstats
path: root/net/base/host_resolver.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure that even if the HostResolver outlives the IO thread, its jobs will no...ericroman@google.com2009-06-271-0/+6
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-2/+2
* Reverting 19425.ericroman@google.com2009-06-261-2/+2
* Make net::HostResolver refcounted.ericroman@google.com2009-06-261-2/+2
* Re-land second-to-last subset of r18520 (now everything is relanded except no...ericroman@google.com2009-06-171-0/+4
* Re-land another subset of r18520.ericroman@google.com2009-06-171-4/+9
* Revert 18520.ericroman@google.com2009-06-171-13/+4
* * Add an OnCancelResolution() notifier to HostResolver::Observer, so observer...ericroman@google.com2009-06-161-4/+13
* [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.ericroman@google.com2009-06-151-4/+19
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-151-7/+73
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-17/+121
* Prevent making real DNS lookups by chrome tests.phajdan.jr@chromium.org2009-03-271-0/+3
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-191-4/+3
* Revert "Clean up dns prefetch code, and also port it."tc@google.com2009-02-061-3/+4
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-061-4/+3
* Add more unit tests for net/base/host_resolver.phajdan.jr@chromium.org2009-01-291-1/+15
* Reverting 8627,8625.maruel@chromium.org2009-01-261-4/+5
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-01-261-5/+4
* Add support for mock DNS queries. This allows us to eliminatedarin@google.com2008-09-241-0/+24
* Build host_resolver on the Macmmentovai@google.com2008-09-091-2/+1
* 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-0/+2
* A more portable HostResolver implementation.darin@google.com2008-07-301-7/+16
* Create a constructor to construct an AddressList::Datawtc@google.com2008-07-281-7/+9
* Add net to the repository.initial.commit2008-07-261-0/+72