summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_winhttp.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in net/.Avi Drissman2015-12-201-0/+1
* ProxyResolverWinHttp: translate WinHttp error codes to net error codesellyjones2015-08-181-1/+23
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-171-1/+0
* Remove ProxyResolver::(Cancel)SetPacScript and LegacyProxyResolverFactory.sammc2015-05-271-18/+1
* Use ProxyResolverFactory in MultiThreadedProxyResolver.sammc2015-05-011-8/+59
* Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16.thestig2014-11-071-4/+4
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+1
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-251-4/+5
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-071-1/+1
* Improve performance of proxy resolver by tracing DNS dependencies.eroman@chromium.org2013-01-301-5/+0
* Removing "WinHttpGetProxyForUrl failed" message.alexeypa@chromium.org2012-10-161-1/+0
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-201-2/+2
* Add new text for indicating we are resolving hosts during proxy resolution.willchan@chromium.org2011-11-081-1/+11
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Almost done deinlining virtual methods.erg@google.com2010-12-161-0/+4
* Remove unused histogram that races in single process modejar@chromium.org2010-12-031-19/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-201-4/+8
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-1/+1
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-1/+1
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-1/+2
* Better match IE's proxy settings.ericroman@google.com2009-08-041-4/+6
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-4/+14
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-021-0/+3
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-3/+2
* Add support to ProxyService for downloading a PAC script on behalf of the Pro...ericroman@google.com2009-02-231-1/+1
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-191-0/+14
* Split ProxyResolver into two interfaces: A. interface for retrieving the sys...ericroman@google.com2008-12-191-41/+0
* Refactoring: replace some raw strings with GURL.ericroman@google.com2008-12-021-6/+7
* Relanding of r4221, initial proxy support for the Macavi@google.com2008-10-311-2/+13
* oops; will reland once tree is openavi@google.com2008-10-301-13/+2
* Initial Mac proxy implementationavi@google.com2008-10-301-2/+13
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3
* This change implements the performance recommendation from: darin@google.com2008-09-091-13/+25
* Fix proxy code. The pac string was corrupted when a pacnsylvain@chromium.org2008-09-091-1/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Change the ProxyService to work with ASCII strings.darin@google.com2008-08-121-9/+9
* Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.darin@google.com2008-08-111-0/+185