summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Tag ProxyService as NonThreadSafe.willchan@chromium.org2011-04-141-0/+10
* Allow ProxyConfigService to report "no configuration set"mnissler@chromium.org2011-04-111-19/+40
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-041-2/+2
* Create a URLRequestContext for PAC fetching.willchan@chromium.org2010-12-231-1/+5
* Almost done deinlining virtual methods.erg@google.com2010-12-161-0/+8
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-11/+4
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-2/+4
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-4/+4
* Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ...eroman@chromium.org2010-10-161-10/+9
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-2/+2
* Plumb up the preconnect logic from pools to StreamFactory.willchan@chromium.org2010-10-161-0/+7
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-141-2/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+0
* Add an option ProxyService::Create() to disable use of proxy auto-config.eroman@chromium.org2010-10-141-25/+60
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-1/+1
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-0/+2
* Change the logging of PROXY_CONFIG_CHANGED so it is not displayed each time t...eroman@chromium.org2010-09-241-15/+32
* Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...tfarina@chromium.org2010-09-151-1/+1
* Trying to green up the tree, lots of mac and win red around this cl.thomasvl@chromium.org2010-09-141-1/+1
* net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.tfarina@chromium.org2010-09-141-1/+1
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-311-1/+1
* Refactor: Address a TODO about renaming a function.eroman@chromium.org2010-08-311-3/+3
* Display the "effective" proxy settings in about:net-internals.eroman@chromium.org2010-08-281-14/+15
* Introduce an artificial 2 second delay after network IP address changes befor...eroman@chromium.org2010-08-261-2/+52
* Make sure the key into the spdy session pool identifies the actual proxy used...eroman@chromium.org2010-08-251-0/+48
* chromeos: 1st draft of ProxyConfigService for chromeoskuan@chromium.org2010-08-241-1/+5
* Emit an event to NetLog whenever the proxy settings change.eroman@chromium.org2010-08-131-2/+44
* Use notification-based API for getting system proxy settings on Mac rather th...eroman@chromium.org2010-07-301-1/+1
* Change the ProxyConfigService interface to be asynchronous, and support obser...eroman@chromium.org2010-07-231-132/+92
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-201-4/+3
* 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
* Display the proxy PAC javascript errors in the NetLog.eroman@chromium.org2010-07-141-9/+21
* Change the default number of proxy resolver threads used for evaluating PAC s...eroman@chromium.org2010-07-101-4/+8
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-091-35/+61
* Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start...eroman@chromium.org2010-07-081-61/+35
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-081-35/+61
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-1/+1
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-21/+8
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-9/+9
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-13/+16
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-271-5/+6
* Fix a deadlock that could happen during shutdown if a host resolve request wa...eroman@chromium.org2010-04-171-10/+20
* Add support for attaching custom parameters to NetLog events.eroman@chromium.org2010-04-091-3/+3
* Move over another legacy "LoadLog-style" event generator to routing its messa...eroman@chromium.org2010-03-161-8/+11
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-50/+51
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-39/+2