summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_request.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for speaking SPDY to an HTTPS proxy.rch@chromium.org2010-09-011-5/+38
* Change the API from passing refptr<>s through the interfaces.mbelshe@chromium.org2010-09-011-8/+7
* Rename the following SSLClientSocket methods to match the style guide:rch@chromium.org2010-08-271-2/+2
* Add a new SSLClientSocket::wasSpdyNegotiated method,rch@chromium.org2010-08-271-10/+1
* Attempting to re-land CL 3110006 which turned out to have rch@chromium.org2010-08-251-32/+58
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-251-15/+13
* Revert 57333 - Add support for speaking SSL to an HTTP Proxy, todhollowa@chromium.org2010-08-251-56/+32
* Add support for speaking SSL to an HTTP Proxy, torch@chromium.org2010-08-251-32/+56
* Refactor: change the spdy session pool key to take a ProxyServer instead of a...eroman@chromium.org2010-08-251-3/+2
* Make sure the key into the spdy session pool identifies the actual proxy used...eroman@chromium.org2010-08-251-2/+3
* Remove two CHECKs that were added to help track down the crashwtc@chromium.org2010-08-241-5/+2
* Address post-review comments on r56727.agl@chromium.org2010-08-231-1/+3
* net: expect MITM attacks with HTTP proxies and command line flag.agl@chromium.org2010-08-191-0/+3
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-0/+916