| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep track of network error in ProxyRetryInfo. | kundaji@chromium.org | 2014-08-15 | 1 | -5/+15 |
* | Do not retry data reduction proxy on direct request failure | bengr@chromium.org | 2014-02-27 | 1 | -8/+8 |
* | Added tests for ProxyList::UpdateRetryInfoOnFallback | bengr@chromium.org | 2013-12-19 | 1 | -7/+3 |
* | Accept Chrome-Proxy: block=xxx to bypass all Chrome proxies | bengr@chromium.org | 2013-12-13 | 1 | -4/+18 |
* | Added support for a new HTTP response header called Chrome-Proxy, which is re... | bengr@chromium.org | 2013-10-28 | 1 | -1/+5 |
* | Recognize new proxy settings format in net-internals. | eroman@chromium.org | 2013-03-30 | 1 | -0/+7 |
* | Change ProxyRules to handle ProxyLists rather than just single ProxyServer in... | marq@google.com | 2013-03-16 | 1 | -0/+6 |
* | Receiving Connection: Proxy-Bypass induces proxy fallback. | piatek@google.com | 2012-10-16 | 1 | -0/+10 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Track sources of proxy settings. | asanka@chromium.org | 2012-06-12 | 1 | -1/+7 |
* | Only mark a proxy as bad if we have confirmation that another proxy succeeded... | asanka@chromium.org | 2011-08-29 | 1 | -1/+3 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -2/+2 |
* | net: Add net_api to the proxy code. | rvargas@google.com | 2011-05-19 | 1 | -2/+3 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 1 | -1/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Address a couple of nits in comment wording. | eroman@chromium.org | 2010-06-23 | 1 | -1/+2 |
* | Retry proxies which were cached as bad before giving up. | eroman@chromium.org | 2010-01-12 | 1 | -2/+3 |
* | Remove the implicit fallback to DIRECT when proxies fail. This better matches... | eroman@chromium.org | 2010-01-05 | 1 | -2/+6 |
* | Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test. | ericroman@google.com | 2009-03-31 | 1 | -0/+3 |
* | 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/+59 |