summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service.h
Commit message (Expand)AuthorAgeFilesLines
* Stop refcounting ProxyService.willchan@chromium.org2011-04-271-5/+3
* Tag ProxyService as NonThreadSafe.willchan@chromium.org2011-04-141-3/+5
* Allow ProxyConfigService to report "no configuration set"mnissler@chromium.org2011-04-111-3/+5
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-041-2/+2
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-3/+3
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-2/+2
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Create a URLRequestContext for PAC fetching.willchan@chromium.org2010-12-231-0/+2
* Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ...eroman@chromium.org2010-10-161-6/+11
* Plumb up the preconnect logic from pools to StreamFactory.willchan@chromium.org2010-10-161-2/+3
* Add an option ProxyService::Create() to disable use of proxy auto-config.eroman@chromium.org2010-10-141-9/+17
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-2/+2
* Change the logging of PROXY_CONFIG_CHANGED so it is not displayed each time t...eroman@chromium.org2010-09-241-2/+8
* Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...tfarina@chromium.org2010-09-151-4/+2
* Trying to green up the tree, lots of mac and win red around this cl.thomasvl@chromium.org2010-09-141-2/+4
* net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.tfarina@chromium.org2010-09-141-4/+2
* Display the "effective" proxy settings in about:net-internals.eroman@chromium.org2010-08-281-9/+11
* Introduce an artificial 2 second delay after network IP address changes befor...eroman@chromium.org2010-08-261-0/+13
* Make sure the key into the spdy session pool identifies the actual proxy used...eroman@chromium.org2010-08-251-0/+8
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-191-1/+0
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-301-3/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Change the ProxyConfigService interface to be asynchronous, and support obser...eroman@chromium.org2010-07-231-26/+25
* Change the default number of proxy resolver threads used for evaluating PAC s...eroman@chromium.org2010-07-101-0/+17
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-091-4/+0
* Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start...eroman@chromium.org2010-07-081-0/+4
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-081-4/+0
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-16/+10
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-3/+6
* Move over another legacy "LoadLog-style" event generator to routing its messa...eroman@chromium.org2010-03-161-10/+5
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-14/+14
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-6/+1
* Split out the handling of proxy bypass rules into ProxyBypassRules. There are...eroman@chromium.org2010-02-191-10/+0
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-1/+1
* Add more functionality to about:net-internals:eroman@chromium.org2010-01-131-0/+15
* Adds a NetworkChangeNotifier dependency to ProxyService; when we observer a n...eroman@chromium.org2010-01-081-2/+18
* Log the results of proxy resolution to LoadLog when "full logging mode" is en...eroman@chromium.org2010-01-071-0/+7
* Re-order some declarations in ProxyService, to ensure that deletion of InitPr...eroman@chromium.org2010-01-061-6/+10
* Remove the implicit fallback to DIRECT when proxies fail. This better matches...eroman@chromium.org2010-01-051-9/+0
* Add a new event to LoadLog:eroman@chromium.org2009-12-011-2/+2
* NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte...eroman@chromium.org2009-11-181-0/+5
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-2/+8
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-14/+10
* Add the ability to purge memory to the ProxyResolver.pkasting@chromium.org2009-10-131-1/+4
* Add skeleton for an about:net-internal page.eroman@chromium.org2009-09-011-5/+10
* Linux: get GNOME or KDE proxy settings.mdm@chromium.org2009-08-281-4/+5
* Remove an unused header from proxy_service.h.ericroman@google.com2009-08-181-2/+0
* Reference count ProxyService.eroman@chromium.org2009-08-181-3/+2
* Instrument ProxyService and InitProxyResolver with LoadLog.eroman@chromium.org2009-08-171-0/+10