summaryrefslogtreecommitdiffstats
path: root/net/proxy/sync_host_resolver_bridge_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a source to V8 proxy resolver-initiated DNS requests,mmenke@chromium.org2012-01-271-2/+2
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-201-8/+9
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-161-2/+2
* Remove unused HostResolver::Observer.szym@chromium.org2011-11-151-8/+0
* Add new text for indicating we are resolving hosts during proxy resolution.willchan@chromium.org2011-11-081-0/+11
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-5/+5
* HostResolver: don't interpret NULL callback argument as a request to do synch...agayev@chromium.org2011-08-041-0/+7
* Add OVERRIDE throughout net/proxy/*eroman@chromium.org2011-07-221-11/+11
* Remove the HostResolverImpl::Shutdown() method.eroman@chromium.org2011-06-151-3/+2
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Almost done deinlining virtual methods.erg@google.com2010-12-161-0/+4
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-11/+10
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-1/+1
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-201-5/+6
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-091-7/+38
* Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start...eroman@chromium.org2010-07-081-34/+7
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-081-7/+34
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-1/+1
* Make HostResolver NonThreadSafe and not thread safe refcounted.willchan@chromium.org2010-06-031-31/+31
* Fix a deadlock that could happen during shutdown if a host resolve request wa...eroman@chromium.org2010-04-171-0/+199