summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-281-38/+38
* Decrease the PAC polling delay even further.eroman@chromium.org2012-01-201-28/+63
* Change the polling policy for PAC scripts to be much less frequent (new: 2 ho...eroman@chromium.org2012-01-181-29/+32
* Don't poll the PAC script during periods of network inactivity.eroman@chromium.org2012-01-131-52/+105
* Poll PAC scripts for content changes.eroman@chromium.org2012-01-051-56/+339
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-201-102/+31
* base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.jhawkins@chromium.org2011-12-151-7/+10
* Refactor: Extract "InitProxyResolver" to "ProxyScriptDecider".eroman@chromium.org2011-12-131-1/+137
* base::Bind: Convert proxy_resolution_service_provider.cc.jhawkins@chromium.org2011-12-061-8/+84
* Add new text for indicating we are resolving hosts during proxy resolution.willchan@chromium.org2011-11-081-0/+33
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-10/+10
* Reduce number of unnamed-type-template-args violations (mostly when passing v...pkasting@chromium.org2011-09-011-3/+3
* Only mark a proxy as bad if we have confirmation that another proxy succeeded...asanka@chromium.org2011-08-291-1/+51
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* Add OVERRIDE throughout net/proxy/*eroman@chromium.org2011-07-221-14/+15
* Remove the HostResolverImpl::Shutdown() method.eroman@chromium.org2011-06-151-1/+2
* Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.joi@chromium.org2011-05-171-5/+13
* Revert 85646 - Adds support for the DHCP portion of the WPAD (proxy auto-disc...joi@chromium.org2011-05-171-13/+5
* Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.joi@chromium.org2011-05-171-5/+13
* Change the obsolete ProxyConfigServiceNull to ProxyConfigServiceDirect.wtc@chromium.org2011-05-041-1/+1
* Use a MessageLoopProxy to forward PAC script errors to the network delegatejochen@chromium.org2011-05-031-1/+8
* Initialize the network_delegate_ and fix stylejochen@chromium.org2011-05-031-1/+2
* Enable (optional) blocking of webrequests in case a PAC script cannot be fetc...battre@chromium.org2011-05-031-13/+32
* Add a method for PAC script errors to the network delegate.jochen@chromium.org2011-05-031-4/+14
* 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