| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: change the spdy session pool key to take a ProxyServer instead of a... | eroman@chromium.org | 2010-08-25 | 1 | -0/+7 |
* | Address a TODO: use HostPortPair rather than a naked host string. | eroman@chromium.org | 2010-08-02 | 1 | -5/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Net: Get rid of ProxyServer::host_and_port() and friends. | thestig@chromium.org | 2010-07-22 | 1 | -23/+7 |
* | Add some plumbing for in-progress work on enabling SSL proxy support. | mbelshe@chromium.org | 2010-07-20 | 1 | -0/+6 |
* | Address a couple of nits in comment wording. | eroman@chromium.org | 2010-06-23 | 1 | -5/+4 |
* | Implement a 15 connection per proxy server limit. | willchan@chromium.org | 2010-04-29 | 1 | -0/+6 |
* | Remove the implicit fallback to DIRECT when proxies fail. This better matches... | eroman@chromium.org | 2010-01-05 | 1 | -0/+5 |
* | Separate ProxyResolverMac and ProxyConfigServiceMac into their own files and ... | hayato@chromium.org | 2009-12-10 | 1 | -0/+19 |
* | Whenever proxy configurations contain socks and http/https/ftp proxies, socks... | arindam@chromium.org | 2009-07-14 | 1 | -5/+6 |
* | Include C system headers before C++ system headers. | wtc@chromium.org | 2009-05-18 | 1 | -0/+2 |
* | Change the host() method of ProxyServer to strip the | wtc@chromium.org | 2009-05-14 | 1 | -2/+4 |
* | Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test. | ericroman@google.com | 2009-03-31 | 1 | -0/+6 |
* | Fix incorrect include guards in net/, where the guard didn't match the filename. | deanm@chromium.org | 2009-03-17 | 1 | -3/+3 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Include entries for SOCKS in ProxyResolverMac. | ericroman@google.com | 2009-02-19 | 1 | -0/+4 |
* | Add parsing for PAC result strings -- ProxyInfo::UsePacString(). | ericroman@google.com | 2009-02-19 | 1 | -0/+118 |