summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new class SpdyProxyClientSocket which implements ClientSocketrch@chromium.org2010-09-281-0/+7
* Reland 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of thembelshe@chromium.org2010-09-051-19/+38
* Revert 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of the log...mbelshe@chromium.org2010-09-041-38/+19
* Cleanup the LOG(INFO)s out of the SpdyStream. Most of the logging wasmbelshe@chromium.org2010-09-031-19/+38
* Migrate spdy_session from using LOG() to NetLog. In the process, I'mmbelshe@chromium.org2010-09-011-3/+9
* SPDY flow control: add support for receive window sizeagayev@chromium.org2010-08-261-0/+35
* Keep push streams open until they are claimed. The previous change I didmbelshe@chromium.org2010-08-251-8/+14
* Fix bug where pushed SPDY streams were never actually closed.mbelshe@chromium.org2010-08-231-11/+9
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-0/+4
* SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.agayev@chromium.org2010-08-171-17/+7
* Clean up SpdyStream.erikchen@google.com2010-08-061-107/+55
* SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...agayev@chromium.org2010-08-051-1/+27
* Implement server push protocol 2.erikchen@google.com2010-08-051-25/+44