summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_factory.h
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* The SPDY Exclusions were broken; the intent of the exclusion is so that ourmbelshe@chromium.org2011-03-161-3/+2
* Reland rest of r77399.willchan@chromium.org2011-03-121-5/+2
* Revert r77399 in preparation for merging a small portion of it to 696.willchan@chromium.org2011-03-111-2/+5
* Reland r77075,r77077.willchan@chromium.org2011-03-091-5/+2
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-071-2/+5
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-061-5/+2
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-51/+162
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-162/+51
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-51/+162
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-29/+25
* Add a port to the SPDY debugging flags so that we can force SPDY for just ambelshe@chromium.org2011-01-081-0/+14
* Clobber the state of the next-protocol-negotiation when disabling spdy.mbelshe@chromium.org2010-12-211-0/+2
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-2/+2
* Revert 61897 - Do not use Alternate-Protocol for establishing new SpdySessions.mbelshe@chromium.org2010-10-161-9/+1
* Add an off switch for SPDY:mbelshe@chromium.org2010-10-161-0/+7
* Plumb up the preconnect logic from pools to StreamFactory.willchan@chromium.org2010-10-161-8/+22
* Cleanup StreamFactory && StreamRequest APIs.willchan@chromium.org2010-10-141-7/+6
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-141-1/+0
* Do not use Alternate-Protocol for establishing new SpdySessions.willchan@chromium.org2010-10-081-1/+9
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-061-0/+1
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-251-2/+1
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-211-3/+0
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-0/+113