summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-1/+1
* Migrate ProxyConfigServiceImpl to NetworkStateHandler and NetworkProfileHandler.pneubeck@chromium.org2013-06-041-1/+1
* Recognize new proxy settings format in net-internals.eroman@chromium.org2013-03-301-2/+2
* Change ProxyRules to handle ProxyLists rather than just single ProxyServer in...marq@google.com2013-03-161-41/+57
* Cleanup: Remove deprecated base::Value methods from net. Use base::Value too.thestig@chromium.org2013-02-121-6/+6
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-3/+3
* Track sources of proxy settings.asanka@chromium.org2012-06-121-6/+12
* Reduce number of unnamed-type-template-args violations (mostly when passing v...pkasting@chromium.org2011-09-011-1/+1
* Enable (optional) blocking of webrequests in case a PAC script cannot be fetc...battre@chromium.org2011-05-031-4/+10
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-11/+11
* FBTF: Move code from .h to .cc in net/erg@google.com2010-09-151-0/+26
* Refactor: Address a TODO about renaming a function.eroman@chromium.org2010-08-311-1/+6
* Move the pretty-printing of proxy settings from the C++ code to javascript.eroman@chromium.org2010-08-311-112/+52
* Cleanup: rename ProxyRules::socks_proxy --> ProxyRules::fallback_proxy.eroman@chromium.org2010-08-251-17/+27
* Emit an event to NetLog whenever the proxy settings change.eroman@chromium.org2010-08-131-95/+116
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+4
* Implement KDE ReversedException setting in Chromedavidben@chromium.org2010-06-141-3/+15
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-29/+69
* Split out the handling of proxy bypass rules into ProxyBypassRules. There are...eroman@chromium.org2010-02-191-78/+7
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-031-1/+2
* Use GURL::is_valid() in place of !GURL::is_empty() in a condition.eroman@chromium.org2009-11-101-1/+1
* Aesthetic changes to the proxy configuration log format.eroman@chromium.org2009-09-061-14/+46
* Whenever proxy configurations contain socks and http/https/ftp proxies, socks...arindam@chromium.org2009-07-141-17/+25
* Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)ericroman@google.com2009-06-231-4/+4
* Adding socks4 support for chromium. tested for windows and linux.arindam@chromium.org2009-06-231-0/+11
* Making command-line specified proxy settings more flexible - allowing for set...robertshield@google.com2009-05-121-0/+69
* Get rid of the static next_id_ counter, to make construction of ProxyConfig o...ericroman@google.com2009-05-041-5/+3
* ProxyConfigService for Linux.sdoyon@chromium.org2009-04-201-3/+2
* Add some LOG(INFO) to help diagnose problems when proxy is not working.ericroman@google.com2009-04-131-0/+64
* Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test.ericroman@google.com2009-03-311-0/+54
* 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/+29