summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Change ProxyResolver::GetProxyForURL() to take a scoped_ptr<Request...eroman2016-02-291-2/+15
* Change ProxyResolver::GetProxyForURL() to take a scoped_ptr<Request>* rather ...olli.raula2016-02-261-15/+2
* Correct iOS build for latest Xcode beta.justincohen2015-07-221-2/+4
* Remove ProxyResolver::(Cancel)SetPacScript and LegacyProxyResolverFactory.sammc2015-05-271-17/+1
* Use ProxyResolverFactory in MultiThreadedProxyResolver.sammc2015-05-011-4/+45
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-8/+8
* ProxyResolverMac: invalidate resolver source.ellyjones2015-02-261-2/+1
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-19/+13
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-1/+1
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* Improve performance of proxy resolver by tracing DNS dependencies.eroman@chromium.org2013-01-301-5/+0
* 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