| Commit message (Expand) | Author | Age | Files | Lines |
* | Retry proxies which were cached as bad before giving up. | eroman@chromium.org | 2010-01-12 | 1 | -3/+11 |
* | Adds a NetworkChangeNotifier dependency to ProxyService; when we observer a n... | eroman@chromium.org | 2010-01-08 | 1 | -43/+144 |
* | Log the results of proxy resolution to LoadLog when "full logging mode" is en... | eroman@chromium.org | 2010-01-07 | 1 | -4/+4 |
* | Re-order some declarations in ProxyService, to ensure that deletion of InitPr... | eroman@chromium.org | 2010-01-06 | 1 | -0/+64 |
* | Remove the implicit fallback to DIRECT when proxies fail. This better matches... | eroman@chromium.org | 2010-01-05 | 1 | -43/+162 |
* | Extend LoadLog to support logging of arbitrary strings, and of network error ... | eroman@chromium.org | 2009-12-21 | 1 | -3/+3 |
* | Add a new event to LoadLog: | eroman@chromium.org | 2009-12-01 | 1 | -12/+12 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 1 | -2/+4 |
* | NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte... | eroman@chromium.org | 2009-11-18 | 1 | -1/+58 |
* | Improve the display of LoadLogs when truncation occurs. | eroman@chromium.org | 2009-11-06 | 1 | -3/+3 |
* | Fix some style nits in unittests. | eroman@chromium.org | 2009-08-20 | 1 | -3/+3 |
* | Reference count ProxyService. | eroman@chromium.org | 2009-08-18 | 1 | -143/+160 |
* | Instrument ProxyService and InitProxyResolver with LoadLog. | eroman@chromium.org | 2009-08-17 | 1 | -3/+34 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -70/+70 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -70/+71 |
* | Reverting r22603, which reverts r22591. It seems that the revert doesn't help... | hamaji@chromium.org | 2009-08-06 | 1 | -150/+1 |
* | Reverting r22591. It seems to be making purify fail. | hamaji@chromium.org | 2009-08-06 | 1 | -1/+150 |
* | Remove dependency on SingleThreadedProxyResolver from resolve_proxy_msg_helpe... | eroman@chromium.org | 2009-08-06 | 1 | -150/+1 |
* | Don't mutate |config_| after failing proxy-autodetect. | eroman@chromium.org | 2009-08-05 | 1 | -0/+101 |
* | Better match IE's proxy settings. | ericroman@google.com | 2009-08-04 | 1 | -48/+397 |
* | Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h. | eroman@chromium.org | 2009-08-04 | 1 | -3/+30 |
* | Consider "127.0.0.1" and "[::1]" local addresses for the purposes of proxy by... | ericroman@google.com | 2009-07-28 | 1 | -197/+233 |
* | Clean-up proxy_service_unittest.cc, to remove dependency on SingleThreadedPro... | ericroman@google.com | 2009-07-28 | 1 | -744/+607 |
* | Remove the concept of threading from ProxyService, and move it into the Proxy... | ericroman@google.com | 2009-07-26 | 1 | -47/+106 |
* | Whenever proxy configurations contain socks and http/https/ftp proxies, socks... | arindam@chromium.org | 2009-07-14 | 1 | -0/+46 |
* | Re-do of r16741 (http://codereview.chromium.org/113482). | robertshield@google.com | 2009-05-22 | 1 | -0/+50 |
* | Revert of r16741 which appeared to cause a perf regression (???) on the build... | robertshield@google.com | 2009-05-22 | 1 | -50/+0 |
* | Adding the ability to alter Chrome's proxy settings via the automation interf... | robertshield@google.com | 2009-05-22 | 1 | -0/+50 |
* | Allows a proxy bypass entry to match on a specific port, used by the | sdoyon@chromium.org | 2009-04-20 | 1 | -50/+156 |
* | Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test. | ericroman@google.com | 2009-03-31 | 1 | -3/+3 |
* | Fix a race in proxy_service_unittest.cc that was causing flakiness on purify ... | ericroman@google.com | 2009-03-25 | 1 | -35/+102 |
* | Slight code change to make some global variables const. | maruel@google.com | 2009-03-10 | 1 | -2/+2 |
* | split up proxy_service into several files (one per class). | ericroman@google.com | 2009-03-02 | 1 | -66/+3 |
* | Add support to ProxyService for downloading a PAC script on behalf of the Pro... | ericroman@google.com | 2009-02-23 | 1 | -2/+451 |
* | Add parsing for PAC result strings -- ProxyInfo::UsePacString(). | ericroman@google.com | 2009-02-19 | 1 | -33/+85 |
* | Get rid of synchronous ResolveProxy API. | ericroman@google.com | 2009-01-31 | 1 | -68/+95 |
* | Split ProxyResolver into two interfaces: A. interface for retrieving the sys... | ericroman@google.com | 2008-12-19 | 1 | -44/+72 |
* | Reverting 6966. | ericroman@google.com | 2008-12-13 | 1 | -58/+51 |
* | Use automatic memory management for URLRequestContext's members. | ericroman@google.com | 2008-12-13 | 1 | -51/+58 |
* | Misc proxy service changes. | ericroman@google.com | 2008-12-10 | 1 | -88/+109 |
* | Refactoring: replace some raw strings with GURL. | ericroman@google.com | 2008-12-02 | 1 | -11/+11 |
* | Relanding of r4221, initial proxy support for the Mac | avi@google.com | 2008-10-31 | 1 | -6/+17 |
* | oops; will reland once tree is open | avi@google.com | 2008-10-30 | 1 | -17/+6 |
* | Initial Mac proxy implementation | avi@google.com | 2008-10-30 | 1 | -6/+17 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=541, which is an | iyengar@google.com | 2008-09-23 | 1 | -0/+16 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Change the ProxyService to work with ASCII strings. | darin@google.com | 2008-08-12 | 1 | -44/+44 |
* | Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory. | darin@google.com | 2008-08-11 | 1 | -0/+408 |