summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_server.cc
Commit message (Expand)AuthorAgeFilesLines
* Change the meaning of the command-line flag --proxy-server="socks://foo" to i...eroman@chromium.org2010-09-271-1/+1
* Refactor: change the spdy session pool key to take a ProxyServer instead of a...eroman@chromium.org2010-08-251-7/+17
* Address a TODO: use HostPortPair rather than a naked host string.eroman@chromium.org2010-08-021-3/+3
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-221-33/+19
* Add some plumbing for in-progress work on enabling SSL proxy support.mbelshe@chromium.org2010-07-201-0/+10
* Address a couple of nits in comment wording.eroman@chromium.org2010-06-231-0/+1
* Implement a 15 connection per proxy server limit.willchan@chromium.org2010-04-291-0/+7
* Whenever proxy configurations contain socks and http/https/ftp proxies, socks...arindam@chromium.org2009-07-141-5/+7
* Adding socks4 support for chromium. tested for windows and linux.arindam@chromium.org2009-06-231-0/+2
* Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...ericroman@google.com2009-05-211-1/+1
* Change the host() method of ProxyServer to strip thewtc@chromium.org2009-05-141-1/+6
* 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-14/+13
* Fix header order.ericroman@google.com2009-02-191-2/+2
* Try to fix build bustage.ericroman@google.com2009-02-191-0/+2
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-191-0/+215