summaryrefslogtreecommitdiffstats
path: root/net/http/stream_factory.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-156/+0
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-0/+156
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-156/+0
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-0/+7
* Support predictive request for multiple preconnectionsjar@chromium.org2010-11-301-1/+2
* Revert 67614 - Support predictive request for multiple preconnectionsjar@chromium.org2010-11-301-2/+1
* Support predictive request for multiple preconnectionsjar@chromium.org2010-11-291-1/+2
* 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