summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_request.h
Commit message (Expand)AuthorAgeFilesLines
* net: Ensure that when using False Start + client auth, bad client certificate...agl@chromium.org2011-01-111-5/+0
* Add a port to the SPDY debugging flags so that we can force SPDY for just ambelshe@chromium.org2011-01-081-0/+6
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-0/+2
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-5/+3
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-2/+2
* Add an off switch for SPDY:mbelshe@chromium.org2010-10-161-0/+3
* Plumb up the preconnect logic from pools to StreamFactory.willchan@chromium.org2010-10-161-4/+27
* Cleanup StreamFactory && StreamRequest APIs.willchan@chromium.org2010-10-141-14/+18
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-141-1/+0
* Integrate the SpdyProxyClientSocket into the HttpStreamRequestrch@chromium.org2010-10-131-0/+2
* Add a hostname parameter to HttpStreamRequest::GenerateSslParamsrch@chromium.org2010-10-071-0/+1
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-061-0/+1
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-211-2/+2
* Update the Preconnect logic to use the new HttpStreamFactory formbelshe@chromium.org2010-09-031-0/+3
* Change the API from passing refptr<>s through the interfaces.mbelshe@chromium.org2010-09-011-7/+4
* Attempting to re-land CL 3110006 which turned out to have rch@chromium.org2010-08-251-1/+13
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-251-4/+5
* Revert 57333 - Add support for speaking SSL to an HTTP Proxy, todhollowa@chromium.org2010-08-251-13/+0
* Add support for speaking SSL to an HTTP Proxy, torch@chromium.org2010-08-251-0/+13
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-0/+205