summaryrefslogtreecommitdiffstats
path: root/net/http/http_basic_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* LoadTiming implementation in net, part 2.mmenke@chromium.org2013-01-121-0/+5
* net: Remove UploadDataStream* argument from HttpStream::SendRequesthashimoto@chromium.org2012-11-151-3/+1
* net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t...hashimoto@chromium.org2012-11-011-3/+2
* net: Delete special logic for chunked uploadhashimoto@chromium.org2012-10-221-0/+1
* net: Return size of upload as well as position from HttpTransaction::GetUploa...hashimoto@chromium.org2012-08-301-1/+1
* Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t...rsleevi@chromium.org2012-06-141-4/+4
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-6/+6
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-191-0/+7
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-4/+4
* Previously i was recording number of RTT's vs Kilobytes of data downloaded pe...gagansingh@google.com2011-08-271-37/+1
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-1/+48
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-46/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+46
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-05-051-1/+5
* Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...asanka@chromium.org2011-04-291-5/+1
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-04-291-1/+5
* Don't drain response bodies for SpdyHttpStreams.willchan@chromium.org2011-03-111-0/+4
* Revert r77399 in preparation for merging a small portion of it to 696.willchan@chromium.org2011-03-111-4/+0
* Reland r77075,r77077.willchan@chromium.org2011-03-091-0/+4
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-071-4/+0
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-061-0/+4
* More net/ method ordering.erg@google.com2011-01-261-2/+2
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-1/+5
* Change the way request headers are logged to the NetLog to ensurerch@chromium.org2010-11-111-3/+3
* HttpStream::SendRequestrch@chromium.org2010-10-271-5/+20
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-141-22/+7
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-061-0/+22
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-211-2/+2
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-0/+21
* FBTF: Start cleaning up net/erg@google.com2010-08-111-1/+5
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-291-7/+15
* Reduce static initializers by removing inline constructors anddavemoore@chromium.org2010-07-211-0/+2
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-2/+3
* Add more load log points near HttpNetworkTransaction::ReadHeadersvandebo@chromium.org2009-12-171-2/+2
* Make the transactions own the HttpResponseInfo.willchan@chromium.org2009-12-161-1/+3
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-171-0/+50
* Reverting 29316.vandebo@chromium.org2009-10-161-50/+0
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-161-0/+50