summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_request.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 71096 - net: Disable False Start and clear the SSL client auth cache fo...rch@chromium.org2011-01-121-0/+17
* Merge 71071 - net: Ensure that when using False Start + client auth, bad clie...rch@chromium.org2011-01-121-30/+1
* Merge 67869 - Fix case where a SPDY stream with an un-verified cert would kil...mbelshe@chromium.org2010-12-151-1/+6
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-7/+7
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-4/+4
* HttpStream::SendRequestrch@chromium.org2010-10-271-2/+5
* Do not include "net/socket/ssl_client_socket.h" twice.wtc@chromium.org2010-10-261-5/+4
* Revert 61897 - Do not use Alternate-Protocol for establishing new SpdySessions.mbelshe@chromium.org2010-10-161-12/+1
* Add an off switch for SPDY:mbelshe@chromium.org2010-10-161-20/+30
* Plumb up the preconnect logic from pools to StreamFactory.willchan@chromium.org2010-10-161-34/+104
* Cleanup StreamFactory && StreamRequest APIs.willchan@chromium.org2010-10-141-62/+24
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-141-10/+2
* Integrate the SpdyProxyClientSocket into the HttpStreamRequestrch@chromium.org2010-10-131-5/+13
* Do not use Alternate-Protocol for establishing new SpdySessions.willchan@chromium.org2010-10-081-1/+12
* Add a hostname parameter to HttpStreamRequest::GenerateSslParamsrch@chromium.org2010-10-071-1/+4
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-061-2/+10
* Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...willchan@chromium.org2010-09-301-2/+1
* Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-1/+2
* Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-2/+1
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-2/+8
* Remove the references to HttpNetworkSession in SpdySessionrch@chromium.org2010-09-251-4/+5
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-5/+6
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-211-11/+13
* Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...willchan@chromium.org2010-09-171-6/+9
* Add a new net error code for when the load failure was due to connecting to a...eroman@chromium.org2010-09-161-0/+1
* Fix a crash when we preconnect to a host that we already have a SPDY session ...willchan@chromium.org2010-09-131-1/+1
* Correct typo so that statistics appear for speculative activitiesjar@chromium.org2010-09-121-3/+1
* Crashes net_unittests.jhawkins@chromium.org2010-09-111-1/+1
* Correct typo so that statistics appear for speculative activitiesjar@chromium.org2010-09-101-1/+1
* Update the Preconnect logic to use the new HttpStreamFactory formbelshe@chromium.org2010-09-031-0/+17
* 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