| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 1 | -9/+9 |
* | More cleanup to address TODOs in net_log.h. | eroman@chromium.org | 2010-04-28 | 1 | -13/+16 |
* | Cleanup: Address some of the todos in net_log.h | eroman@chromium.org | 2010-04-27 | 1 | -5/+6 |
* | Fix a deadlock that could happen during shutdown if a host resolve request wa... | eroman@chromium.org | 2010-04-17 | 1 | -10/+20 |
* | Add support for attaching custom parameters to NetLog events. | eroman@chromium.org | 2010-04-09 | 1 | -3/+3 |
* | Move over another legacy "LoadLog-style" event generator to routing its messa... | eroman@chromium.org | 2010-03-16 | 1 | -8/+11 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -50/+51 |
* | ProxyConfig behaved like a struct, but was defined as a class. | eroman@chromium.org | 2010-02-24 | 1 | -39/+2 |
* | Split out the handling of proxy bypass rules into ProxyBypassRules. There are... | eroman@chromium.org | 2010-02-19 | 1 | -85/+1 |
* | Add unittest for r37566 (on PAC failure, should fallback to DIRECT). | eroman@chromium.org | 2010-02-05 | 1 | -4/+14 |
* | Add a histogram to record how long fetching the system proxy settings takes: | eroman@chromium.org | 2010-01-28 | 1 | -0/+11 |
* | Add more functionality to about:net-internals: | eroman@chromium.org | 2010-01-13 | 1 | -0/+8 |
* | Retry proxies which were cached as bad before giving up. | eroman@chromium.org | 2010-01-12 | 1 | -1/+1 |
* | Adds a NetworkChangeNotifier dependency to ProxyService; when we observer a n... | eroman@chromium.org | 2010-01-08 | 1 | -5/+28 |
* | Log the results of proxy resolution to LoadLog when "full logging mode" is en... | eroman@chromium.org | 2010-01-07 | 1 | -11/+26 |
* | Remove the implicit fallback to DIRECT when proxies fail. This better matches... | eroman@chromium.org | 2010-01-05 | 1 | -60/+12 |
* | Separate ProxyResolverMac and ProxyConfigServiceMac into their own files and ... | hayato@chromium.org | 2009-12-10 | 1 | -0/+1 |
* | Fixes to the string MatchPattern functions: | tony@chromium.org | 2009-12-03 | 1 | -1/+1 |
* | Add a new event to LoadLog: | eroman@chromium.org | 2009-12-01 | 1 | -7/+15 |
* | NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte... | eroman@chromium.org | 2009-11-18 | 1 | -9/+32 |
* | Improve the display of LoadLogs when truncation occurs. | eroman@chromium.org | 2009-11-06 | 1 | -1/+3 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -0/+4 |
* | Move initialization of ChromeURLRequestContexts to the IO thread. | eroman@chromium.org | 2009-10-23 | 1 | -8/+3 |
* | Add the ability to purge memory to the ProxyResolver. | pkasting@chromium.org | 2009-10-13 | 1 | -0/+5 |
* | Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi... | eroman@chromium.org | 2009-09-10 | 1 | -5/+3 |
* | Aesthetic changes to the proxy configuration log format. | eroman@chromium.org | 2009-09-06 | 1 | -2/+0 |
* | Linux: get GNOME or KDE proxy settings. | mdm@chromium.org | 2009-08-28 | 1 | -8/+12 |
* | Reference count ProxyService. | eroman@chromium.org | 2009-08-18 | 1 | -0/+3 |
* | Instrument ProxyService and InitProxyResolver with LoadLog. | eroman@chromium.org | 2009-08-17 | 1 | -12/+48 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -19/+19 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -12/+19 |
* | Don't mutate |config_| after failing proxy-autodetect. | eroman@chromium.org | 2009-08-05 | 1 | -5/+7 |
* | Better match IE's proxy settings. | ericroman@google.com | 2009-08-04 | 1 | -75/+70 |
* | Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h. | eroman@chromium.org | 2009-08-04 | 1 | -13/+4 |
* | Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings. | eroman@chromium.org | 2009-08-02 | 1 | -2/+3 |
* | Consider "127.0.0.1" and "[::1]" local addresses for the purposes of proxy by... | ericroman@google.com | 2009-07-28 | 1 | -4/+15 |
* | Remove the concept of threading from ProxyService, and move it into the Proxy... | ericroman@google.com | 2009-07-26 | 1 | -168/+150 |
* | Whenever proxy configurations contain socks and http/https/ftp proxies, socks... | arindam@chromium.org | 2009-07-14 | 1 | -1/+1 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -2/+13 |
* | Re-do of r16741 (http://codereview.chromium.org/113482). | robertshield@google.com | 2009-05-22 | 1 | -0/+6 |
* | Revert of r16741 which appeared to cause a perf regression (???) on the build... | robertshield@google.com | 2009-05-22 | 1 | -6/+0 |
* | Adding the ability to alter Chrome's proxy settings via the automation interf... | robertshield@google.com | 2009-05-22 | 1 | -0/+6 |
* | Fix gconf for the linux proxy config service. | sdoyon@chromium.org | 2009-05-22 | 1 | -20/+37 |
* | Changes the UI for HTTP/FTP auth challenges to include the server's port. So ... | ericroman@google.com | 2009-05-21 | 1 | -0/+1 |
* | Reorganize the ProxyService::Create() and ProxyService::CreateWithoutV8Resolv... | eroman@chromium.org | 2009-05-19 | 1 | -48/+54 |
* | Making command-line specified proxy settings more flexible - allowing for set... | robertshield@google.com | 2009-05-12 | 1 | -24/+36 |
* | Get rid of the static next_id_ counter, to make construction of ProxyConfig o... | ericroman@google.com | 2009-05-04 | 1 | -9/+22 |
* | Allows a proxy bypass entry to match on a specific port, used by the | sdoyon@chromium.org | 2009-04-20 | 1 | -3/+30 |
* | ProxyConfigService for Linux. | sdoyon@chromium.org | 2009-04-20 | 1 | -7/+7 |
* | Add some LOG(INFO) to help diagnose problems when proxy is not working. | ericroman@google.com | 2009-04-13 | 1 | -0/+11 |