summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Add iOS support to ProxyServicedroger@chromium.org2012-09-041-1/+6
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-201-2/+2
* Convert plain C-style casts to use CFCastStrict and GetValueFromDictionary te...kushi.p@gmail.com2011-11-151-9/+8
* Add new text for indicating we are resolving hosts during proxy resolution.willchan@chromium.org2011-11-081-0/+10
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Check for kCFProxyTypeHttps in ProxyResolverMaceroman@chromium.org2011-09-091-0/+5
* Change the files in base and net to include foundation_util.hwtc@chromium.org2011-06-141-2/+3
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-2/+2
* Almost done deinlining virtual methods.erg@google.com2010-12-161-0/+21
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-7/+7
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-201-1/+3
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-1/+1
* Separate ProxyResolverMac and ProxyConfigServiceMac into their own files and ...hayato@chromium.org2009-12-101-211/+11
* Grab SOCKS settings from system prefs.avi@chromium.org2009-11-101-1/+14
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-1/+2
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-3/+4
* Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test.ericroman@google.com2009-03-311-10/+6
* CFNetworkExecuteProxyAutoConfigurationURL() chokes if the query url is NULL, ...pinkerton@chromium.org2009-03-201-2/+6
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-34/+34
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-021-0/+3
* Include entries for SOCKS in ProxyResolverMac.ericroman@google.com2009-02-191-66/+75
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-191-10/+13
* Split ProxyResolver into two interfaces: A. interface for retrieving the sys...ericroman@google.com2008-12-191-1/+1
* Refactoring: replace some raw strings with GURL.ericroman@google.com2008-12-021-5/+5
* Relanding of r4221, initial proxy support for the Macavi@google.com2008-10-311-0/+342
* oops; will reland once tree is openavi@google.com2008-10-301-342/+0
* Initial Mac proxy implementationavi@google.com2008-10-301-0/+342