summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-36/+26
* Don't preresolve DNS if a fixed proxy configuration is in place.bemasc2014-10-201-1/+36
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-18/+18
* Declaring the weak_ptr_factory in proper order in src/net.nagarjuna.a2014-10-071-5/+5
* Pass in bad proxy to NotifyProxyFallback and not the successful one.kundaji2014-09-091-1/+3
* Use scoped_refptr<SingleThreadTaskRunner> when initializing ProxyConfigServicesergeyu2014-09-051-15/+9
* Keep track of network error in ProxyRetryInfo.kundaji@chromium.org2014-08-151-8/+13
* Use data reduction proxy when managed proxy config returns directbengr@chromium.org2014-08-141-2/+2
* Removed data compression UMA from ProxyServicebengr@chromium.org2014-08-101-62/+7
* Add Finch experiment for selectively bypassing proxies.rcs@chromium.org2014-07-091-8/+42
* Remove unused SyncProxyServiceHelper.mmenke@chromium.org2014-07-081-73/+0
* Update data reduction bypass UMA to reflect modern usage.megjablon@chromium.org2014-07-011-8/+19
* Moved data reduction proxy bypass logic to a NetworkDelegatebengr@chromium.org2014-06-131-7/+2
* Update UMA to track bypasses due to 4xx responses that are missing the proxy'...bengr@chromium.org2014-05-301-3/+30
* Remove NetLog::LOG_BASIC.davidben@chromium.org2014-03-121-1/+1
* Remove PurgeMemory() from the proxy service. The MemoryPurger is gone, so thispkasting@chromium.org2014-03-111-6/+0
* Do not retry data reduction proxy on direct request failurebengr@chromium.org2014-02-271-2/+6
* Fix uninits introduced by r241374.earthdok@chromium.org2014-01-241-2/+4
* Add a preference (proxy.quick_check_enabled, default true) to control QuickCh...ellyjones@chromium.org2013-12-171-0/+13
* Accept Chrome-Proxy: block=xxx to bypass all Chrome proxiesbengr@chromium.org2013-12-131-3/+6
* Added UMA to track data reduction proxy probe URL and fallbackbengr@chromium.org2013-11-081-0/+33
* Added support for a new HTTP response header called Chrome-Proxy, which is re...bengr@chromium.org2013-10-281-1/+3
* Clean up a few unused globals.thakis@chromium.org2013-09-251-2/+0
* Use a direct include of the message_loop header in net/, part 2.avi@chromium.org2013-07-181-1/+1
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-5/+5
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-19/+20
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-4/+3
* Cleanup: Remove deprecated base::Value methods from net. Use base::Value too.thestig@chromium.org2013-02-121-14/+16
* Improve performance of proxy resolver by tracing DNS dependencies.eroman@chromium.org2013-01-301-13/+0
* [net] Add a new load state for "Downloading Proxy script".eroman@chromium.org2013-01-301-0/+11
* LoadTiming in net part 4.mmenke@chromium.org2013-01-241-4/+10
* Fix infinite proxy retries that could happen when PAC script threw javascript...eroman@chromium.org2012-10-311-1/+4
* Upstream Android-specific net/ changes.newt@chromium.org2012-10-201-1/+1
* Receiving Connection: Proxy-Bypass induces proxy fallback.piatek@google.com2012-10-161-0/+6
* [net] Connect DNS signals to re-fetching PAC script.szym@chromium.org2012-09-211-0/+6
* Minor fixes in proxy configuration on iOS.droger@chromium.org2012-09-061-1/+1
* Add iOS support to ProxyServicedroger@chromium.org2012-09-041-0/+5
* net: Add a new target 'net_with_v8'.tfarina@chromium.org2012-08-311-89/+0
* net: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-191-3/+4
* NetLogEventParameter to Callback refactoring 7.mmenke@chromium.org2012-06-141-72/+44
* Track sources of proxy settings.asanka@chromium.org2012-06-121-0/+9
* Upstream Android proxy config service.pliard@chromium.org2012-06-061-0/+6
* Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService.sergeyu@chromium.org2012-05-241-8/+10
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-281-0/+6
* Fix a crash of WebView in ash_shell on Chrome OS build.mazda@chromium.org2012-04-261-3/+18
* Use base::MessageLoopProxy instead of MessageLoop in ProxyConfigServiceLinux.sergeyu@chromium.org2012-04-241-1/+3
* Add a source id to global NetLog entries, which makes themmmenke@chromium.org2012-03-151-11/+6