summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SPDY - flow control optimizations. Send WINDOW_UPDATErtenneti@chromium.org2012-02-291-1/+14
* SPDY - Better SPDY error logging in NetLog.rtenneti@chromium.org2012-02-231-7/+29
* Send RST_STREAM on receipt of non-lowercased header names. Add newrch@chromium.org2012-02-171-3/+40
* SPDY Proxy - Bug fix to handle flow control (spdy/2.1)rtenneti@google.com2012-02-161-2/+8
* SPDY - updated comments and used int32 for window sizertenneti@chromium.org2012-02-141-12/+12
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-131-1/+2
* Adds support for the credentials frame.rch@chromium.org2012-02-081-2/+73
* SPDY - Adjust the send window size of all streams (new and current)rtenneti@chromium.org2012-02-071-1/+5
* SPDY - FlowControl - changed the logging messages to:rtenneti@google.com2012-02-061-8/+11
* base::Bind: Convert net/spdy.jhawkins@chromium.org2011-12-211-2/+2
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-2/+5
* SPDY - add support for spdy/2.1 to support flow control.rtenneti@google.com2011-12-101-1/+1
* WebSocket over SPDY: SpdyWebSocketStreamtoyoshim@chromium.org2011-06-271-1/+5
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-0/+4
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-5/+19
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-19/+5
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-5/+19
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-091-2/+0
* Add origin checking for server pushed resources.mbelshe@chromium.org2010-12-081-0/+37
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-031-17/+48
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-16/+21
* Fixes the tests written for http://codereview.chromium.org/3432009/showrch@chromium.org2010-10-011-0/+7
* Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS...rch@chromium.org2010-09-281-7/+0