summaryrefslogtreecommitdiffstats
path: root/net/base/host_resolver_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-041-2/+2
* Add a flag to a host resolver request to request that resolution onlymbelshe@chromium.org2011-03-021-0/+12
* Update NetLog in preparation for late binding of HttpStream jobs to requests.willchan@chromium.org2011-02-281-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-7/+7
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-46/+46
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-3/+3
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+4
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-6/+10
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-3/+3
* Restrict total parallel DNS resolutionsjar@chromium.org2010-10-291-3/+5
* Initial support for built-in DNS resolver/cache.agayev@chromium.org2010-10-281-1/+2
* Revert 64202 - Initial support for built-in DNS resolver/cache.yusukes@chromium.org2010-10-281-2/+1
* Initial support for built-in DNS resolver/cache.agayev@chromium.org2010-10-281-1/+2
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-2/+3
* A/B test of parelellism limits on DNS resolutionsjar@chromium.org2010-10-201-2/+14
* Fix clang warning about local types being used as template parameters.thakis@chromium.org2010-10-181-1/+1
* Fix a bad merge.eroman@chromium.org2010-10-161-1/+1
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-4/+3
* Add performance histograms to resolver, asong with A/B testjar@chromium.org2010-10-151-13/+61
* Return a distinct error from ERR_NAME_NOT_RESOLVED when the call to getaddrin...eroman@chromium.org2010-10-151-1/+1
* Rename OSErrorForGetAddrinfo to include a suffix for the particular platform.eroman@chromium.org2010-10-151-1/+15
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD...eroman@chromium.org2010-10-091-0/+6
* Shows the default_address_family on both the DNS tab and in log dumps,mmenke@chromium.org2010-10-071-0/+4
* HostResolver should flush the JobPools on a network change.willchan@chromium.org2010-09-211-3/+9
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-2/+1
* Fix remaining localhost resolution issues.vandebo@chromium.org2010-09-031-17/+29
* Fix invalid read in HostResolverImpl::OnIPAddressChanged.willchan@chromium.org2010-09-011-1/+2
* Relands r58007.willchan@chromium.org2010-09-011-6/+34
* Revert r58019 and r58007 due to flaky.willchan@chromium.org2010-08-311-34/+6
* Abort host resolution requests with ERR_ABORTED on ip address change.willchan@chromium.org2010-08-311-6/+34
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-241-54/+182
* Don't resolve IP literals.vandebo@chromium.org2010-08-181-2/+17
* Revert 56539 - Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-183/+51
* Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-51/+183
* Revert 56384 - Don't resolve IP literals.vandebo@chromium.org2010-08-171-17/+2
* Don't resolve IP literals.vandebo@chromium.org2010-08-171-2/+17
* Convert src/net to use std::string/char* for DictionaryValue keys.viettrungluu@chromium.org2010-07-311-5/+6
* Implement prefetching in chromegavinp@google.com2010-07-311-1/+2
* Avoid printing log errors during shutdown of HostResolverImpl when there are ...eroman@chromium.org2010-07-271-1/+2
* [Linux] Enable connecting to localhost when offline.vandebo@chromium.org2010-07-231-2/+14
* Add a command line flag to change the default number of parallel DNS requests...eroman@chromium.org2010-07-171-3/+7
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-11/+5
* Disable caching of failed DNS lookups.eroman@chromium.org2010-06-171-1/+1
* Make HostResolver NonThreadSafe and not thread safe refcounted.willchan@chromium.org2010-06-031-0/+9