summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in net/.Avi Drissman2015-12-201-0/+3
* Remove unused ProxyService::quick_check_enabled().tnagel2015-10-061-2/+0
* make ProxyService::CreateSystemProxyConfigService return scoped_ptrscsharrison2015-09-221-8/+7
* Shift URLRequestContextStorage over to taking scoped_ptrs.rdsmith2015-09-161-7/+8
* ProxyService: make PendingRequests an std::setellyjones2015-08-271-5/+2
* Returning scoped_ptr<> instead of raw pointer in DhcpProxyScriptFetcherFactor...paritosh.in2015-08-251-2/+2
* Update marking proxies as bad in ProxyList/ProxyService to use a std::vectorjeremyim2015-05-141-12/+13
* Add some basic UMA for proxy service.amistry2015-05-131-1/+3
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-2/+2
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* Refactor ProxyService to take a ProxyResolverFactory instead of a ProxyResolver.sammc2015-04-021-2/+4
* Check effective proxy config before adding data reduction proxiesbengr2014-11-041-1/+1
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-4/+4
* Don't preresolve DNS if a fixed proxy configuration is in place.bemasc2014-10-201-0/+19
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-3/+3
* Use scoped_refptr<SingleThreadTaskRunner> when initializing ProxyConfigServicesergeyu2014-09-051-3/+2
* Keep track of network error in ProxyRetryInfo.kundaji@chromium.org2014-08-151-3/+8
* Removed data compression UMA from ProxyServicebengr@chromium.org2014-08-101-59/+0
* Add Finch experiment for selectively bypassing proxies.rcs@chromium.org2014-07-091-2/+12
* Remove unused SyncProxyServiceHelper.mmenke@chromium.org2014-07-081-36/+0
* Update data reduction bypass UMA to reflect modern usage.megjablon@chromium.org2014-07-011-20/+36
* Bypass data reduction proxy if no handler is found for a 407.kundaji@chromium.org2014-06-161-0/+3
* Moved data reduction proxy bypass logic to a NetworkDelegatebengr@chromium.org2014-06-131-2/+0
* Update UMA to track bypasses due to 4xx responses that are missing the proxy'...bengr@chromium.org2014-05-301-3/+19
* Remove PurgeMemory() from the proxy service. The MemoryPurger is gone, so thispkasting@chromium.org2014-03-111-4/+0
* Do not retry data reduction proxy on direct request failurebengr@chromium.org2014-02-271-5/+6
* Bypass data reduction proxy if response not via itbengr@chromium.org2014-02-061-0/+3
* Add a preference (proxy.quick_check_enabled, default true) to control QuickCh...ellyjones@chromium.org2013-12-171-0/+9
* Accept Chrome-Proxy: block=xxx to bypass all Chrome proxiesbengr@chromium.org2013-12-131-7/+9
* Added UMA to track data reduction proxy probe URL and fallbackbengr@chromium.org2013-11-081-0/+29
* Added support for a new HTTP response header called Chrome-Proxy, which is re...bengr@chromium.org2013-10-281-4/+8
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-4/+4
* Update an outdated comment.eroman@chromium.org2013-01-091-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/+5
* net: Add a new target 'net_with_v8'.tfarina@chromium.org2012-08-311-45/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService.sergeyu@chromium.org2012-05-241-1/+6
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-281-8/+8
* Decrease the PAC polling delay even further.eroman@chromium.org2012-01-201-7/+7
* Don't poll the PAC script during periods of network inactivity.eroman@chromium.org2012-01-131-6/+45
* Poll PAC scripts for content changes.eroman@chromium.org2012-01-051-1/+23
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-201-8/+0
* base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.jhawkins@chromium.org2011-12-151-2/+2
* Refactor: Extract "InitProxyResolver" to "ProxyScriptDecider".eroman@chromium.org2011-12-131-2/+3
* base::Bind: Convert proxy_resolution_service_provider.cc.jhawkins@chromium.org2011-12-061-0/+5
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-111-1/+1
* Add new text for indicating we are resolving hosts during proxy resolution.willchan@chromium.org2011-11-081-0/+4
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-4/+4
* Only mark a proxy as bad if we have confirmation that another proxy succeeded...asanka@chromium.org2011-08-291-0/+5