summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_factory.cc
Commit message (Expand)AuthorAgeFilesLines
* The SPDY Exclusions were broken; the intent of the exclusion is so that ourmbelshe@chromium.org2011-03-161-0/+13
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-75/+32
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-32/+75
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-75/+32
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-8/+8
* Add a port to the SPDY debugging flags so that we can force SPDY for just ambelshe@chromium.org2011-01-081-0/+2
* Revert 68696 - Disable SPDY by default as a test to see if heap corruption go...willchan@chromium.org2010-12-091-0/+1
* Disable SPDY by default as a test to see if heap corruption goes away.willchan@chromium.org2010-12-091-1/+0
* Revert 61897 - Do not use Alternate-Protocol for establishing new SpdySessions.mbelshe@chromium.org2010-10-161-2/+1
* Add an off switch for SPDY:mbelshe@chromium.org2010-10-161-0/+2
* Plumb up the preconnect logic from pools to StreamFactory.willchan@chromium.org2010-10-161-0/+33
* Cleanup StreamFactory && StreamRequest APIs.willchan@chromium.org2010-10-141-8/+7
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-141-8/+1
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Do not use Alternate-Protocol for establishing new SpdySessions.willchan@chromium.org2010-10-081-1/+2
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-061-1/+8
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-0/+133