summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-5/+5
* Add OVERRIDE throughout net/proxy/*eroman@chromium.org2011-07-221-2/+2
* Changes to have chrome building with net.dllrvargas@google.com2011-06-031-1/+1
* net: Add net_api to the proxy code.rvargas@google.com2011-05-191-5/+5
* Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.joi@chromium.org2011-05-171-4/+17
* Revert 85646 - Adds support for the DHCP portion of the WPAD (proxy auto-disc...joi@chromium.org2011-05-171-17/+4
* Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.joi@chromium.org2011-05-171-4/+17
* Enable (optional) blocking of webrequests in case a PAC script cannot be fetc...battre@chromium.org2011-05-031-0/+4
* Add a method for PAC script errors to the network delegate.jochen@chromium.org2011-05-031-1/+3
* Stop refcounting ProxyService.willchan@chromium.org2011-04-271-5/+3
* Tag ProxyService as NonThreadSafe.willchan@chromium.org2011-04-141-3/+5
* Allow ProxyConfigService to report "no configuration set"mnissler@chromium.org2011-04-111-3/+5
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-041-2/+2
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-3/+3
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-2/+2
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Create a URLRequestContext for PAC fetching.willchan@chromium.org2010-12-231-0/+2
* Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ...eroman@chromium.org2010-10-161-6/+11
* Plumb up the preconnect logic from pools to StreamFactory.willchan@chromium.org2010-10-161-2/+3
* Add an option ProxyService::Create() to disable use of proxy auto-config.eroman@chromium.org2010-10-141-9/+17
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-2/+2
* Change the logging of PROXY_CONFIG_CHANGED so it is not displayed each time t...eroman@chromium.org2010-09-241-2/+8
* Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...tfarina@chromium.org2010-09-151-4/+2
* Trying to green up the tree, lots of mac and win red around this cl.thomasvl@chromium.org2010-09-141-2/+4
* net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.tfarina@chromium.org2010-09-141-4/+2
* Display the "effective" proxy settings in about:net-internals.eroman@chromium.org2010-08-281-9/+11
* Introduce an artificial 2 second delay after network IP address changes befor...eroman@chromium.org2010-08-261-0/+13
* Make sure the key into the spdy session pool identifies the actual proxy used...eroman@chromium.org2010-08-251-0/+8
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-191-1/+0
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-301-3/+3