summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_winhttp.cc
Commit message (Expand)AuthorAgeFilesLines
* 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