summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-8/+8
* Reducing the debug output spam.ahendrickson@google.com2010-03-251-8/+0
* SpdySession now sets the following fields in HttpResponseInfo: ahendrickson@google.com2010-03-251-0/+31
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-18/+10
* Fix a crash when streams are cancelled and we have a BufferedRead taskmbelshe@chromium.org2010-03-041-2/+3
* Use CHECK_* in netwillchan@chromium.org2010-03-021-9/+9
* Fix a bug with buffering when the connection closesmbelshe@chromium.org2010-03-021-3/+5
* Modify the SPDY stream to be buffered.mbelshe@chromium.org2010-02-261-28/+77
* The great Flip -> Spdy rename.mbelshe@chromium.org2010-02-081-39/+39
* Rename all files from flip* to spdy*.mbelshe@chromium.org2010-02-061-0/+456