summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_server.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* net: Add net_api to the proxy code.rvargas@google.com2011-05-191-2/+3
* Prepare for late binding of SpdyHttpStreams.willchan@chromium.org2011-02-251-1/+3
* Migrate Proxy Settings API to net::ProxyServerbattre@chromium.org2011-02-091-0/+6
* Change the meaning of the command-line flag --proxy-server="socks://foo" to i...eroman@chromium.org2010-09-271-0/+1
* Refactor: change the spdy session pool key to take a ProxyServer instead of a...eroman@chromium.org2010-08-251-0/+7
* Address a TODO: use HostPortPair rather than a naked host string.eroman@chromium.org2010-08-021-5/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-221-23/+7
* Add some plumbing for in-progress work on enabling SSL proxy support.mbelshe@chromium.org2010-07-201-0/+6
* Address a couple of nits in comment wording.eroman@chromium.org2010-06-231-5/+4
* Implement a 15 connection per proxy server limit.willchan@chromium.org2010-04-291-0/+6
* Remove the implicit fallback to DIRECT when proxies fail. This better matches...eroman@chromium.org2010-01-051-0/+5
* Separate ProxyResolverMac and ProxyConfigServiceMac into their own files and ...hayato@chromium.org2009-12-101-0/+19
* Whenever proxy configurations contain socks and http/https/ftp proxies, socks...arindam@chromium.org2009-07-141-5/+6
* Include C system headers before C++ system headers.wtc@chromium.org2009-05-181-0/+2
* Change the host() method of ProxyServer to strip thewtc@chromium.org2009-05-141-2/+4
* Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test.ericroman@google.com2009-03-311-0/+6
* Fix incorrect include guards in net/, where the guard didn't match the filename.deanm@chromium.org2009-03-171-3/+3
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Include entries for SOCKS in ProxyResolverMac.ericroman@google.com2009-02-191-0/+4
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-191-0/+118