summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_stream.h
Commit message (Expand)AuthorAgeFilesLines
* Add origin checking for server pushed resources.mbelshe@chromium.org2010-12-081-0/+8
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-031-2/+10
* 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
* Migrate spdy_session from using LOG() to NetLog. In the process, I'mmbelshe@chromium.org2010-09-011-2/+4
* SPDY flow control: add support for receive window sizeagayev@chromium.org2010-08-261-0/+16
* Missed a file from last checkin. histograms_recorded member variable ismbelshe@chromium.org2010-08-231-1/+0
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-0/+6
* SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.agayev@chromium.org2010-08-171-6/+7
* Clean up SpdyStream.erikchen@google.com2010-08-061-23/+15
* SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...agayev@chromium.org2010-08-051-1/+7
* Implement server push protocol 2.erikchen@google.com2010-08-051-0/+9
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* SPDY flow control: enforce obeying send window size via a command-line switch...agayev@chromium.org2010-07-221-6/+12
* Initial SPDY flow control supportagayev@chromium.org2010-07-201-0/+9
* Refactor SpdyStream state for WebSocket supportukai@chromium.org2010-07-201-7/+10
* Revert 52352 - SPDY: Initial support for handling WINDOW_UPDATE frames and so...cbentzel@chromium.org2010-07-141-9/+0
* SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup.cbentzel@chromium.org2010-07-141-0/+9
* TBR: reverting broken commiterikchen@google.com2010-07-121-18/+3
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-07-121-3/+18
* Revert "Streams send a Rst frame upon being closed by client. Some minor edit...oshima@chromium.org2010-06-281-18/+3
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-06-281-3/+18
* 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/+4
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-241-55/+82
* Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...willchan@chromium.org2010-06-181-82/+55
* Refactor SpdyStream to get HTTP specific out of the interface and members.ukai@chromium.org2010-06-181-55/+82
* Refactor SpdyStream.ukai@chromium.org2010-06-141-73/+42
* Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.willchan@chromium.org2010-05-131-2/+4
* Fix valgrind memcheck issues with GetPushStream unit test.cbentzel@chromium.org2010-05-101-3/+12
* Fix SPDY crash where we receive an early SYN_REPLY.mbelshe@chromium.org2010-05-051-1/+2
* SpdySession now sets the following fields in HttpResponseInfo: ahendrickson@google.com2010-03-251-3/+14
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-3/+3
* Modify the SPDY stream to be buffered.mbelshe@chromium.org2010-02-261-0/+10
* The great Flip -> Spdy rename.mbelshe@chromium.org2010-02-081-24/+24
* Rename all files from flip* to spdy*.mbelshe@chromium.org2010-02-061-0/+211