summaryrefslogtreecommitdiffstats
path: root/net/spdy/buffered_spdy_framer_spdy2_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add SpdyMajorVersion enum and use it everywhereakalin@chromium.org2013-05-161-5/+5
* SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS.rtenneti@chromium.org2013-04-301-0/+2
* Remove SpdyDataFlags from SpdyFramerVisitorInterface::OnStreamFrameData()akalin@chromium.org2013-03-081-1/+1
* [SPDY] Clean up stream flow control code a bitakalin@chromium.org2013-02-281-1/+1
* Remove SpdyFrame::length(). Useful in SPDY 4 development.akalin@chromium.org2013-02-261-4/+4
* Remove SpdyDataFrame. Useful in SPDY 4 development.akalin@chromium.org2013-02-211-1/+1
* Remove SpdyControlFrame, and associated cleanup.akalin@chromium.org2013-02-161-4/+4
* Reverting as it causes compile failures on windows.ananta@chromium.org2013-02-151-4/+4
* Remove SpdyControlFrame, and associated cleanup.akalin@chromium.org2013-02-151-4/+4
* Remove unused state SPDY_DONE from SpdyFramer.akalin@chromium.org2013-02-151-2/+0
* Serious cleanup of SpdyFramer compression code:akalin@chromium.org2013-02-151-3/+3
* Remove SpdySynStreamControlFrame struct. Useful in SPDY 4 development.akalin@chromium.org2013-02-151-1/+1
* Remove SpdyHeadersControlFrame struct. Useful in SPDY 4 development.akalin@chromium.org2013-02-141-1/+1
* Remove SpdyCredentialControlFrame struct. Useful for SPDY 4 development.akalin@chromium.org2013-02-141-1/+1
* Remove SpdyRstStreamControlFrame struct. Useful for SPDY 4 development.akalin@chromium.org2013-02-141-1/+1
* Remove SpdyPingControlFrame struct. Useful for SPDY 4 development.akalin@chromium.org2013-02-141-1/+1
* Remove SpdySynReplyControlFrame and SpdyGoAwayControlFrame.akalin@chromium.org2013-02-141-2/+2
* Rename SpdyStatusCodes to SpdyRstStreamStatusakalin@chromium.org2013-02-091-1/+1
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-061-28/+36
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-041-13/+10
* SPDY_SESSION_RECV_DATA doesn't indicate the DATA_FLAG_FINtoyoshim@chromium.org2012-07-121-1/+2
* Remove several usages of linked_ptr in spdy land.rch@chromium.org2012-07-111-6/+6
* Created new SpdyFramerVisitorInterface::OnSynStream(), SpdyFramerVisitorInter...rch@chromium.org2012-07-091-23/+22
* Add a new OnControlFrameCompressed method to SpdyFramerVisitor which is invok...rch@chromium.org2012-06-261-0/+5
* Change BufferedSpdyFramerVisitorInterface::OnError to take an SpdyFramer::Spd...rch@chromium.org2012-04-271-1/+1
* SPDY - replaced SpdySettings (list) with SettingsMaprtenneti@chromium.org2012-04-181-5/+7
* Land SpdyFramer (et. al.) changes to support setting the credential slot id i...rch@chromium.org2012-03-231-0/+1
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-8/+8
* Created a new class SpdyTestStateHelper to serve as a helper to manage the st...rch@chromium.org2012-03-221-12/+3
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-1/+24
* SPDY - pass spdy protocol version that will be used by the SpdyFramer.rtenneti@chromium.org2012-03-081-4/+5
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-0/+248