summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initialize SpdyStreamMember to kInitialWindowSize.finnur@chromium.org2010-07-301-1/+1
* Uninitialized member in SpdyStream.finnur@chromium.org2010-07-301-1/+2
* SPDY sends RST_STREAM upon cancelling request, or bad header parse data.erikchen@google.com2010-07-271-2/+6
* Fix DeleteStream() being called twice per stream and CloseStream() reporting ...agayev@chromium.org2010-07-271-7/+1
* TBR:erikchen@google.com2010-07-261-6/+3
* SPDY sends RST_STREAM upon cancelling request, or bad header parse data.erikchen@google.com2010-07-261-3/+6
* SPDY flow control: enforce obeying send window size via a command-line switch...agayev@chromium.org2010-07-221-11/+31
* Initial SPDY flow control supportagayev@chromium.org2010-07-201-0/+19
* Refactor SpdyStream state for WebSocket supportukai@chromium.org2010-07-201-36/+47
* Revert 52352 - SPDY: Initial support for handling WINDOW_UPDATE frames and so...cbentzel@chromium.org2010-07-141-17/+0
* SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup.cbentzel@chromium.org2010-07-141-0/+17
* SPDY incorrectly DCHECKed that the SYN_REPLY headers could never be an empty ...erikchen@google.com2010-07-141-1/+0
* TBR: reverting broken commiterikchen@google.com2010-07-121-14/+8
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-07-121-8/+14
* Revert "Streams send a Rst frame upon being closed by client. Some minor edit...oshima@chromium.org2010-06-281-15/+8
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-06-281-8/+15
* Cleanup: Remove svn:executable from a bunch of files.thestig@chromium.org2010-06-251-0/+0
* Ignore duplicate SYN_REPLYs on the same stream. Added a unit test.mlloyd@chromium.org2010-06-241-0/+1
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-241-71/+90
* Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...willchan@chromium.org2010-06-181-90/+71
* Refactor SpdyStream to get HTTP specific out of the interface and members.ukai@chromium.org2010-06-181-71/+90
* cleaned up the way that streams close so that all of them use DeleteStreamerikchen@google.com2010-06-151-11/+7
* Refactor SpdyStream.ukai@chromium.org2010-06-141-234/+68
* Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.willchan@chromium.org2010-05-131-3/+2
* Fix valgrind memcheck issues with GetPushStream unit test.cbentzel@chromium.org2010-05-101-3/+22
* Fix SPDY crash where we receive an early SYN_REPLY.mbelshe@chromium.org2010-05-051-6/+19
* A couple of SPDY server push bug fixes.mbelshe@chromium.org2010-04-291-1/+5