| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -1/+1 |
* | Add more functionality to about:net-internals: | eroman@chromium.org | 2010-01-13 | 1 | -0/+15 |
* | Adds a NetworkChangeNotifier dependency to ProxyService; when we observer a n... | eroman@chromium.org | 2010-01-08 | 1 | -2/+18 |
* | Log the results of proxy resolution to LoadLog when "full logging mode" is en... | eroman@chromium.org | 2010-01-07 | 1 | -0/+7 |
* | Re-order some declarations in ProxyService, to ensure that deletion of InitPr... | eroman@chromium.org | 2010-01-06 | 1 | -6/+10 |
* | Remove the implicit fallback to DIRECT when proxies fail. This better matches... | eroman@chromium.org | 2010-01-05 | 1 | -9/+0 |
* | Add a new event to LoadLog: | eroman@chromium.org | 2009-12-01 | 1 | -2/+2 |
* | NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte... | eroman@chromium.org | 2009-11-18 | 1 | -0/+5 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -2/+8 |
* | Move initialization of ChromeURLRequestContexts to the IO thread. | eroman@chromium.org | 2009-10-23 | 1 | -14/+10 |
* | Add the ability to purge memory to the ProxyResolver. | pkasting@chromium.org | 2009-10-13 | 1 | -1/+4 |
* | Add skeleton for an about:net-internal page. | eroman@chromium.org | 2009-09-01 | 1 | -5/+10 |
* | Linux: get GNOME or KDE proxy settings. | mdm@chromium.org | 2009-08-28 | 1 | -4/+5 |
* | Remove an unused header from proxy_service.h. | ericroman@google.com | 2009-08-18 | 1 | -2/+0 |
* | Reference count ProxyService. | eroman@chromium.org | 2009-08-18 | 1 | -3/+2 |
* | Instrument ProxyService and InitProxyResolver with LoadLog. | eroman@chromium.org | 2009-08-17 | 1 | -0/+10 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -12/+11 |
* | Update a comment to reflect the new truth. | ericroman@google.com | 2009-08-14 | 1 | -7/+5 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -6/+14 |
* | Don't mutate |config_| after failing proxy-autodetect. | eroman@chromium.org | 2009-08-05 | 1 | -0/+5 |
* | Better match IE's proxy settings. | ericroman@google.com | 2009-08-04 | 1 | -31/+19 |
* | Consider "127.0.0.1" and "[::1]" local addresses for the purposes of proxy by... | ericroman@google.com | 2009-07-28 | 1 | -2/+7 |
* | Remove the concept of threading from ProxyService, and move it into the Proxy... | ericroman@google.com | 2009-07-26 | 1 | -19/+25 |
* | Re-do of r16741 (http://codereview.chromium.org/113482). | robertshield@google.com | 2009-05-22 | 1 | -0/+7 |
* | Revert of r16741 which appeared to cause a perf regression (???) on the build... | robertshield@google.com | 2009-05-22 | 1 | -7/+0 |
* | Adding the ability to alter Chrome's proxy settings via the automation interf... | robertshield@google.com | 2009-05-22 | 1 | -0/+7 |
* | Fix gconf for the linux proxy config service. | sdoyon@chromium.org | 2009-05-22 | 1 | -10/+19 |
* | Reorganize the ProxyService::Create() and ProxyService::CreateWithoutV8Resolv... | eroman@chromium.org | 2009-05-19 | 1 | -0/+8 |
* | Making command-line specified proxy settings more flexible - allowing for set... | robertshield@google.com | 2009-05-12 | 1 | -5/+5 |
* | Get rid of the static next_id_ counter, to make construction of ProxyConfig o... | ericroman@google.com | 2009-05-04 | 1 | -4/+12 |
* | Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test. | ericroman@google.com | 2009-03-31 | 1 | -0/+5 |
* | 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 |
* | Add a command line flag --v8-proxy-resolver, to select the new PAC implementa... | ericroman@google.com | 2009-03-03 | 1 | -3/+18 |
* | split up proxy_service into several files (one per class). | ericroman@google.com | 2009-03-02 | 1 | -229/+7 |
* | Add support to ProxyService for downloading a PAC script on behalf of the Pro... | ericroman@google.com | 2009-02-23 | 1 | -0/+87 |
* | Add parsing for PAC result strings -- ProxyInfo::UsePacString(). | ericroman@google.com | 2009-02-19 | 1 | -23/+53 |
* | Get rid of synchronous ResolveProxy API. | ericroman@google.com | 2009-01-31 | 1 | -12/+3 |
* | Move proxy resolve requests out of plugin/renderer process, and into the brow... | ericroman@google.com | 2009-01-31 | 1 | -0/+26 |
* | post-winhttp cleanup: remove a todo. | ericroman@google.com | 2009-01-15 | 1 | -9/+0 |
* | Split ProxyResolver into two interfaces: A. interface for retrieving the sys... | ericroman@google.com | 2008-12-19 | 1 | -7/+21 |
* | Reverting 6966. | ericroman@google.com | 2008-12-13 | 1 | -5/+1 |
* | Use automatic memory management for URLRequestContext's members. | ericroman@google.com | 2008-12-13 | 1 | -1/+5 |
* | Misc proxy service changes. | ericroman@google.com | 2008-12-10 | 1 | -14/+41 |
* | Refactoring: replace some raw strings with GURL. | ericroman@google.com | 2008-12-02 | 1 | -3/+4 |
* | Relanding of r4221, initial proxy support for the Mac | avi@google.com | 2008-10-31 | 1 | -4/+8 |
* | oops; will reland once tree is open | avi@google.com | 2008-10-30 | 1 | -8/+4 |
* | Initial Mac proxy implementation | avi@google.com | 2008-10-30 | 1 | -4/+8 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -3/+3 |
* | Allow consumers of MessageLoop to specify the type of MessageLoop they want. | darin@google.com | 2008-08-26 | 1 | -2/+2 |