summaryrefslogtreecommitdiffstats
path: root/net/http/stream_factory.h
Commit message (Expand)AuthorAgeFilesLines
* Plumb up the preconnect logic from pools to StreamFactory.willchan@chromium.org2010-10-161-3/+16
* Cleanup StreamFactory && StreamRequest APIs.willchan@chromium.org2010-10-141-65/+51
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-141-3/+0
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-061-0/+3
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-211-3/+1
* Change the API from passing refptr<>s through the interfaces.mbelshe@chromium.org2010-09-011-10/+9
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-251-1/+3
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-0/+150