summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split out the handling of proxy bypass rules into ProxyBypassRules. There are...eroman@chromium.org2010-02-191-85/+1
* Add unittest for r37566 (on PAC failure, should fallback to DIRECT).eroman@chromium.org2010-02-051-4/+14
* Add a histogram to record how long fetching the system proxy settings takes:eroman@chromium.org2010-01-281-0/+11
* Add more functionality to about:net-internals:eroman@chromium.org2010-01-131-0/+8
* Retry proxies which were cached as bad before giving up.eroman@chromium.org2010-01-121-1/+1
* Adds a NetworkChangeNotifier dependency to ProxyService; when we observer a n...eroman@chromium.org2010-01-081-5/+28
* Log the results of proxy resolution to LoadLog when "full logging mode" is en...eroman@chromium.org2010-01-071-11/+26
* Remove the implicit fallback to DIRECT when proxies fail. This better matches...eroman@chromium.org2010-01-051-60/+12
* Separate ProxyResolverMac and ProxyConfigServiceMac into their own files and ...hayato@chromium.org2009-12-101-0/+1
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-031-1/+1
* Add a new event to LoadLog:eroman@chromium.org2009-12-011-7/+15
* NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte...eroman@chromium.org2009-11-181-9/+32
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-061-1/+3
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+4
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-8/+3
* Add the ability to purge memory to the ProxyResolver.pkasting@chromium.org2009-10-131-0/+5
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-5/+3
* Aesthetic changes to the proxy configuration log format.eroman@chromium.org2009-09-061-2/+0
* Linux: get GNOME or KDE proxy settings.mdm@chromium.org2009-08-281-8/+12
* Reference count ProxyService.eroman@chromium.org2009-08-181-0/+3
* Instrument ProxyService and InitProxyResolver with LoadLog.eroman@chromium.org2009-08-171-12/+48
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-19/+19
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-12/+19
* Don't mutate |config_| after failing proxy-autodetect.eroman@chromium.org2009-08-051-5/+7
* Better match IE's proxy settings.ericroman@google.com2009-08-041-75/+70
* Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.eroman@chromium.org2009-08-041-13/+4
* Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings.eroman@chromium.org2009-08-021-2/+3
* Consider "127.0.0.1" and "[::1]" local addresses for the purposes of proxy by...ericroman@google.com2009-07-281-4/+15
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-168/+150
* Whenever proxy configurations contain socks and http/https/ftp proxies, socks...arindam@chromium.org2009-07-141-1/+1
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-2/+13