summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* [SPDY] Replace SpdyIOBuffer with new SpdyBuffer classakalin@chromium.org2013-04-171-35/+38
* Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."akalin@chromium.org2013-04-171-38/+35
* [SPDY] Replace SpdyIOBuffer with new SpdyBuffer classakalin@chromium.org2013-04-171-35/+38
* [SPDY] Plumb SPDY frame type through write queueakalin@chromium.org2013-04-151-79/+110
* [SPDY] Refactor SpdySession's write queueakalin@chromium.org2013-04-131-109/+130
* Revert 192975 "[SPDY] Refactor SpdySession's write queue"tyoshino@chromium.org2013-04-111-130/+109
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* [SPDY] Refactor SpdySession's write queueakalin@chromium.org2013-04-091-109/+130
* [SPDY] Remove some setters in SpdyStreamakalin@chromium.org2013-03-251-5/+12
* [SPDY] Fix bug in session flow control which leaves streams stalledakalin@chromium.org2013-03-211-13/+14
* [SPDY] Rename SpdyStream::Write{Headers,StreamData} to Queue{...}akalin@chromium.org2013-03-081-23/+25
* [SPDY] Implement per-session flow controlakalin@chromium.org2013-03-011-7/+12
* [SPDY] Clean up stream flow control code a bitakalin@chromium.org2013-02-281-51/+63
* [SPDY] Prepend "stream_" to stream flow control variablesakalin@chromium.org2013-02-221-1/+2
* Remove SpdyDataFrame. Useful in SPDY 4 development.akalin@chromium.org2013-02-211-1/+1
* Fix overflow checks for window sizes in SpdyStreamakalin@chromium.org2013-02-201-18/+16
* Remove SpdySynStreamControlFrame struct. Useful in SPDY 4 development.akalin@chromium.org2013-02-151-1/+1
* Remove SpdyCredentialControlFrame struct. Useful for SPDY 4 development.akalin@chromium.org2013-02-141-1/+1
* Rename SpdyStatusCodes to SpdyRstStreamStatusakalin@chromium.org2013-02-091-8/+8
* Fix for SDPY not cancelling ServerBoundCertServiceRequest.mattm@chromium.org2013-01-091-2/+1
* SPDY: WriteHeaders should invoke OnDataSent callbacktoyoshim@chromium.org2012-08-151-4/+14
* SPDY - Handle incomplete headers during server push.rtenneti@chromium.org2012-08-061-2/+11
* Add WriteHeaders interface to SpdySession and SpdyStream.toyoshim@chromium.org2012-08-031-11/+51
* Coverity: Initialize member variables.jhawkins@chromium.org2012-08-031-1/+2
* Fix a SPDY crash bug where a CHECK() is hit because a cancelled stream is con...rch@chromium.org2012-07-281-0/+4
* Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro...rch@chromium.org2012-07-261-24/+85
* Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...vitalybuka@chromium.org2012-07-201-85/+24
* Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...rch@chromium.org2012-07-201-24/+85
* Remove linked_ptr from SpdyStream.rch@chromium.org2012-07-181-5/+5
* SPDY - chunked upload - cleanup of spdy_http_stream to read the datartenneti@chromium.org2012-07-121-23/+8
* Remove several usages of linked_ptr in spdy land.rch@chromium.org2012-07-111-1/+1
* Revert 144649 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...mattm@chromium.org2012-06-281-84/+24
* Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...rch@chromium.org2012-06-281-24/+84
* Convert SSLClientSocketNSS to use the NSS Channel ID callback.mattm@chromium.org2012-06-261-1/+1
* NetLogEventParameter to Callback refactoring 3.mmenke@chromium.org2012-06-131-51/+28
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-1/+1
* Change the stream_id for streams which are serialized out of order.rch@chromium.org2012-05-151-0/+3
* Consistently log the ID of a spdy stream as "stream_id"rch@chromium.org2012-05-091-1/+1
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-281-0/+4
* [net] Change order of RequestPriority to natural: higher > lowerszym@chromium.org2012-04-241-3/+3
* SPDY - Added the following flow control unitests.rtenneti@chromium.org2012-04-111-5/+10
* Properly handle spdy3 responses.rch@chromium.org2012-04-031-38/+3
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-1/+1
* Reject streams with transfer-encoding headers.rch@chromium.org2012-03-271-0/+12
* Implement correct v3 CREDENTIAL frame support.rch@chromium.org2012-03-241-3/+11
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-24/+24
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-29/+29
* Send correct request headers when using spdy 3.rch@chromium.org2012-03-151-14/+30