summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config.h
Commit message (Expand)AuthorAgeFilesLines
* Define id_ to have the ID type for better readability.wtc@chromium.org2011-10-131-2/+2
* Reduce number of unnamed-type-template-args violations (mostly when passing v...pkasting@chromium.org2011-09-011-2/+2
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-3/+3
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-1/+3
* net: Add net_api to the proxy code.rvargas@google.com2011-05-191-2/+3
* Enable (optional) blocking of webrequests in case a PAC script cannot be fetc...battre@chromium.org2011-05-031-1/+15
* FBTF: Move code from .h to .cc in net/erg@google.com2010-09-151-1/+5
* Refactor: Address a TODO about renaming a function.eroman@chromium.org2010-08-311-10/+5
* Move the pretty-printing of proxy settings from the C++ code to javascript.eroman@chromium.org2010-08-311-3/+0
* Display the "effective" proxy settings in about:net-internals.eroman@chromium.org2010-08-281-0/+7
* Cleanup: rename ProxyRules::socks_proxy --> ProxyRules::fallback_proxy.eroman@chromium.org2010-08-251-8/+6
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-191-2/+1
* Emit an event to NetLog whenever the proxy settings change.eroman@chromium.org2010-08-131-9/+10
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Implement KDE ReversedException setting in Chromedavidben@chromium.org2010-06-141-1/+4
* Add a tool for testing your network setup.eroman@chromium.org2010-05-041-0/+18
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-34/+77
* Split out the handling of proxy bypass rules into ProxyBypassRules. There are...eroman@chromium.org2010-02-191-14/+2
* Whenever proxy configurations contain socks and http/https/ftp proxies, socks...arindam@chromium.org2009-07-141-5/+16
* Fix gconf for the linux proxy config service.sdoyon@chromium.org2009-05-221-0/+1
* Making command-line specified proxy settings more flexible - allowing for set...robertshield@google.com2009-05-121-0/+11
* Get rid of the static next_id_ counter, to make construction of ProxyConfig o...ericroman@google.com2009-05-041-1/+1
* Allows a proxy bypass entry to match on a specific port, used by thesdoyon@chromium.org2009-04-201-0/+2
* ProxyConfigService for Linux.sdoyon@chromium.org2009-04-201-1/+6
* Add some LOG(INFO) to help diagnose problems when proxy is not working.ericroman@google.com2009-04-131-0/+5
* Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test.ericroman@google.com2009-03-311-16/+56
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-021-0/+70