summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_http_stream.h
Commit message (Expand)AuthorAgeFilesLines
* [SPDY] Replace SpdyIOBuffer with new SpdyBuffer classakalin@chromium.org2013-04-171-3/+3
* Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."akalin@chromium.org2013-04-171-3/+3
* [SPDY] Replace SpdyIOBuffer with new SpdyBuffer classakalin@chromium.org2013-04-171-3/+3
* [SPDY] Plumb SPDY frame type through write queueakalin@chromium.org2013-04-151-3/+3
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-301-1/+0
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-191-1/+2
* Remove the unused HttpStreamBase::IsMoreDataBuffered().mmenke@chromium.org2013-03-191-1/+0
* [SPDY] Audit delegates of SpdyStreamakalin@chromium.org2013-03-091-3/+23
* [SPDY] Create SpdyStreamRequest class to help manage delayed creation of streamsakalin@chromium.org2013-03-021-0/+3
* LoadTiming implementation in net, part 2.mmenke@chromium.org2013-01-121-0/+2
* net: Remove UploadDataStream* argument from HttpStream::SendRequesthashimoto@chromium.org2012-11-151-11/+1
* net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t...hashimoto@chromium.org2012-11-011-6/+3
* net: Delete special logic for chunked uploadhashimoto@chromium.org2012-10-221-12/+1
* net: Use UploadDataStream::Read() instead of ReadSync()hashimoto@chromium.org2012-10-181-0/+2
* net: Return size of upload as well as position from HttpTransaction::GetUploa...hashimoto@chromium.org2012-08-301-1/+1
* SPDY: WriteHeaders should invoke OnDataSent callbacktoyoshim@chromium.org2012-08-151-0/+1
* SPDY - Handle incomplete headers during server push.rtenneti@chromium.org2012-08-061-1/+1
* SPDY - chunked upload - cleanup of spdy_http_stream to read the datartenneti@chromium.org2012-07-121-2/+13
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t...rsleevi@chromium.org2012-06-141-1/+1
* SPDY - Added the following flow control unitests.rtenneti@chromium.org2012-04-111-0/+4
* Remove SPDY 2.1 support.rch@chromium.org2012-04-091-2/+0
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-1/+1
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-1/+6
* Valgrind: Initialize |frames_received_|.jhawkins@chromium.org2012-02-201-1/+1
* net: Rework UploadDataStream API by introducing Read().satorux@chromium.org2012-02-081-1/+7
* base::Bind: Convert net/spdy.jhawkins@chromium.org2011-12-211-2/+2
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-7/+7
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-1/+1
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-191-0/+1
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-5/+5
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-1/+2
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+1
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-1/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+1
* Net: Add NET_API to socket_stream and spdy.rvargas@google.com2011-05-191-1/+1
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-05-051-23/+25
* Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...asanka@chromium.org2011-04-291-25/+23
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-04-291-23/+25
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Don't drain response bodies for SpdyHttpStreams.willchan@chromium.org2011-03-111-0/+1
* Revert r77399 in preparation for merging a small portion of it to 696.willchan@chromium.org2011-03-111-1/+0
* Reland r77075,r77077.willchan@chromium.org2011-03-091-0/+1
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-071-1/+0
* Revert 77077 - Fix clang after r77075.jochen@chromium.org2011-03-071-1/+1
* Fix clang after r77075.willchan@chromium.org2011-03-061-1/+1
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-061-0/+1
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-1/+4
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-4/+1
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-1/+4