summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_server.cc
Commit message (Expand)AuthorAgeFilesLines
* net: move more functions out of net_util.htfarina2016-01-201-1/+1
* Switch to standard integer types in net/.Avi Drissman2015-12-201-2/+1
* Unify LowerCaseEqualsASCII and EqualsASCII functions.brettw2015-07-231-23/+20
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-14/+14
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-1/+1
* Use uint16 for port numbers more pervasively.pkasting2014-11-201-1/+2
* Change ParseHostAndPort() to not include brackets around IPv6 literals.eroman2014-09-241-9/+1
* Add data reduction functionality to all platforms.kundaji2014-09-231-1/+2
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-14/+14
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-14/+14
* Removed data compression UMA from ProxyServicebengr@chromium.org2014-08-101-21/+0
* Implement support for QUIC proxies in ProxyServerrch@chromium.org2014-02-051-2/+13
* Added Dev host for data reduction proxy controlled by Finch experiment.bolian@chromium.org2014-01-141-1/+6
* Accept Chrome-Proxy: block=xxx to bypass all Chrome proxiesbengr@chromium.org2013-12-131-9/+10
* Added UMA to track data reduction proxy probe URL and fallbackbengr@chromium.org2013-11-081-0/+15
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-1/+1
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-1/+0
* Migrate Proxy Settings API to net::ProxyServerbattre@chromium.org2011-02-091-9/+15
* 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