| Commit message (Expand) | Author | Age | Files | Lines |
* | FBTF: Move code from .h to .cc in net/ | erg@google.com | 2010-09-15 | 1 | -1/+5 |
* | Refactor: Address a TODO about renaming a function. | eroman@chromium.org | 2010-08-31 | 1 | -10/+5 |
* | Move the pretty-printing of proxy settings from the C++ code to javascript. | eroman@chromium.org | 2010-08-31 | 1 | -3/+0 |
* | Display the "effective" proxy settings in about:net-internals. | eroman@chromium.org | 2010-08-28 | 1 | -0/+7 |
* | Cleanup: rename ProxyRules::socks_proxy --> ProxyRules::fallback_proxy. | eroman@chromium.org | 2010-08-25 | 1 | -8/+6 |
* | FBTF: Remove unnecessary STL #includes from src/net. | viettrungluu@chromium.org | 2010-08-19 | 1 | -2/+1 |
* | Emit an event to NetLog whenever the proxy settings change. | eroman@chromium.org | 2010-08-13 | 1 | -9/+10 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Implement KDE ReversedException setting in Chrome | davidben@chromium.org | 2010-06-14 | 1 | -1/+4 |
* | Add a tool for testing your network setup. | eroman@chromium.org | 2010-05-04 | 1 | -0/+18 |
* | ProxyConfig behaved like a struct, but was defined as a class. | eroman@chromium.org | 2010-02-24 | 1 | -34/+77 |
* | Split out the handling of proxy bypass rules into ProxyBypassRules. There are... | eroman@chromium.org | 2010-02-19 | 1 | -14/+2 |
* | Whenever proxy configurations contain socks and http/https/ftp proxies, socks... | arindam@chromium.org | 2009-07-14 | 1 | -5/+16 |
* | Fix gconf for the linux proxy config service. | sdoyon@chromium.org | 2009-05-22 | 1 | -0/+1 |
* | Making command-line specified proxy settings more flexible - allowing for set... | robertshield@google.com | 2009-05-12 | 1 | -0/+11 |
* | Get rid of the static next_id_ counter, to make construction of ProxyConfig o... | ericroman@google.com | 2009-05-04 | 1 | -1/+1 |
* | Allows a proxy bypass entry to match on a specific port, used by the | sdoyon@chromium.org | 2009-04-20 | 1 | -0/+2 |
* | ProxyConfigService for Linux. | sdoyon@chromium.org | 2009-04-20 | 1 | -1/+6 |
* | Add some LOG(INFO) to help diagnose problems when proxy is not working. | ericroman@google.com | 2009-04-13 | 1 | -0/+5 |
* | Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test. | ericroman@google.com | 2009-03-31 | 1 | -16/+56 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | split up proxy_service into several files (one per class). | ericroman@google.com | 2009-03-02 | 1 | -0/+70 |