| Commit message (Expand) | Author | Age | Files | Lines |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 1 | -19/+13 |
* | Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ... | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Update sys_string_conversions includes in chrome_frame, content, net, and ui. | brettw@chromium.org | 2013-03-28 | 1 | -1/+1 |
* | Improve performance of proxy resolver by tracing DNS dependencies. | eroman@chromium.org | 2013-01-30 | 1 | -5/+0 |
* | Add iOS support to ProxyService | droger@chromium.org | 2012-09-04 | 1 | -1/+6 |
* | base::Bind: Convert net/proxy. | jhawkins@chromium.org | 2011-12-20 | 1 | -2/+2 |
* | Convert plain C-style casts to use CFCastStrict and GetValueFromDictionary te... | kushi.p@gmail.com | 2011-11-15 | 1 | -9/+8 |
* | Add new text for indicating we are resolving hosts during proxy resolution. | willchan@chromium.org | 2011-11-08 | 1 | -0/+10 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -2/+2 |
* | Check for kCFProxyTypeHttps in ProxyResolverMac | eroman@chromium.org | 2011-09-09 | 1 | -0/+5 |
* | Change the files in base and net to include foundation_util.h | wtc@chromium.org | 2011-06-14 | 1 | -2/+3 |
* | Move base/mac_util.h to base/mac and use the base::mac namespace. | brettw@chromium.org | 2011-01-01 | 1 | -2/+2 |
* | Almost done deinlining virtual methods. | erg@google.com | 2010-12-16 | 1 | -0/+21 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 1 | -7/+7 |
* | Reference-count the data used by PAC scripts, so it is shared between threads. | eroman@chromium.org | 2010-07-20 | 1 | -1/+3 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -1/+1 |
* | Separate ProxyResolverMac and ProxyConfigServiceMac into their own files and ... | hayato@chromium.org | 2009-12-10 | 1 | -211/+11 |
* | Grab SOCKS settings from system prefs. | avi@chromium.org | 2009-11-10 | 1 | -1/+14 |
* | Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi... | eroman@chromium.org | 2009-09-10 | 1 | -1/+2 |
* | Remove the concept of threading from ProxyService, and move it into the Proxy... | ericroman@google.com | 2009-07-26 | 1 | -3/+4 |
* | Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test. | ericroman@google.com | 2009-03-31 | 1 | -10/+6 |
* | CFNetworkExecuteProxyAutoConfigurationURL() chokes if the query url is NULL, ... | pinkerton@chromium.org | 2009-03-20 | 1 | -2/+6 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -34/+34 |
* | split up proxy_service into several files (one per class). | ericroman@google.com | 2009-03-02 | 1 | -0/+3 |
* | Include entries for SOCKS in ProxyResolverMac. | ericroman@google.com | 2009-02-19 | 1 | -66/+75 |
* | Add parsing for PAC result strings -- ProxyInfo::UsePacString(). | ericroman@google.com | 2009-02-19 | 1 | -10/+13 |
* | Split ProxyResolver into two interfaces: A. interface for retrieving the sys... | ericroman@google.com | 2008-12-19 | 1 | -1/+1 |
* | Refactoring: replace some raw strings with GURL. | ericroman@google.com | 2008-12-02 | 1 | -5/+5 |
* | Relanding of r4221, initial proxy support for the Mac | avi@google.com | 2008-10-31 | 1 | -0/+342 |
* | oops; will reland once tree is open | avi@google.com | 2008-10-30 | 1 | -342/+0 |
* | Initial Mac proxy implementation | avi@google.com | 2008-10-30 | 1 | -0/+342 |