summaryrefslogtreecommitdiffstats
path: root/net/spdy/buffered_spdy_framer.h
Commit message (Expand)AuthorAgeFilesLines
* Add SpdyMajorVersion enum and use it everywhereakalin@chromium.org2013-05-161-1/+1
* SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS.rtenneti@chromium.org2013-04-301-0/+5
* [SPDY] Plumb SPDY frame type through write queueakalin@chromium.org2013-04-151-2/+16
* Convert SpdyControlType to SpdyFrameTypeakalin@chromium.org2013-04-091-1/+1
* Remove SpdyDataFlags from SpdyFramerVisitorInterface::OnStreamFrameData()akalin@chromium.org2013-03-081-2/+2
* [SPDY] Implement per-session flow controlakalin@chromium.org2013-03-011-1/+2
* [SPDY] Clean up stream flow control code a bitakalin@chromium.org2013-02-281-2/+2
* Rename GetControlFrameMinimumSize() to GetControlFrameHeaderSize() in SpdyFramerakalin@chromium.org2013-02-281-2/+2
* Remove SpdyDataFrame. Useful in SPDY 4 development.akalin@chromium.org2013-02-211-4/+4
* Remove SpdyDataFrame from OnSpdyDataFrameHeader() arguments.akalin@chromium.org2013-02-191-1/+3
* Remove SpdyControlFrame, and associated cleanup.akalin@chromium.org2013-02-161-0/+6
* Reverting as it causes compile failures on windows.ananta@chromium.org2013-02-151-6/+0
* Remove SpdyControlFrame, and associated cleanup.akalin@chromium.org2013-02-151-0/+6
* Serious cleanup of SpdyFramer compression code:akalin@chromium.org2013-02-151-8/+8
* Remove unused method SpdyFramer::IsCompressible().akalin@chromium.org2013-02-151-1/+0
* Remove SpdySettingsControlFrame struct. Useful for Spdy 4 Development.akalin@chromium.org2013-02-151-1/+1
* Remove SpdySynStreamControlFrame struct. Useful in SPDY 4 development.akalin@chromium.org2013-02-151-7/+7
* Remove SpdyHeadersControlFrame struct. Useful in SPDY 4 development.akalin@chromium.org2013-02-141-4/+4
* 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-2/+2
* Remove SpdyPingControlFrame struct. Useful for SPDY 4 development.akalin@chromium.org2013-02-141-1/+1
* Remove SpdyWindowUpdateControlFrame. Useful in SPDY 4 development.akalin@chromium.org2013-02-141-1/+1
* Remove SpdySynReplyControlFrame and SpdyGoAwayControlFrame.akalin@chromium.org2013-02-141-5/+5
* Rename SpdyStatusCodes to SpdyRstStreamStatusakalin@chromium.org2013-02-091-3/+4
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-041-3/+2
* Add SPDY request headers to DevTools.mmenke@chromium.org2012-09-071-0/+1
* net: workaround compression leaksagl@chromium.org2012-08-151-1/+0
* Revert "net: workaround compression leaks"agl@chromium.org2012-08-141-0/+1
* net: workaround compression leaksagl@chromium.org2012-08-141-1/+0
* SPDY_SESSION_RECV_DATA doesn't indicate the DATA_FLAG_FINtoyoshim@chromium.org2012-07-121-2/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Remove several usages of linked_ptr in spdy land.rch@chromium.org2012-07-111-4/+3
* Created new SpdyFramerVisitorInterface::OnSynStream(), SpdyFramerVisitorInter...rch@chromium.org2012-07-091-19/+53
* Add a new OnControlFrameCompressed method to SpdyFramerVisitor which is invok...rch@chromium.org2012-06-261-0/+12
* RefCounted types should not have public destructors, net/ editionrsleevi@chromium.org2012-05-291-1/+3
* Change BufferedSpdyFramerVisitorInterface::OnError to take an SpdyFramer::Spd...rch@chromium.org2012-04-271-1/+1
* Move SpdyFramer::set_enable_compression_default to BufferedSpdyFramerrch@chromium.org2012-04-241-0/+2
* [net] Change order of RequestPriority to natural: higher > lowerszym@chromium.org2012-04-241-1/+1
* Remove SpdyFramer::CompressFrame() and use CompressControlFrame instead.rch@chromium.org2012-04-231-1/+1
* SPDY - replaced SpdySettings (list) with SettingsMaprtenneti@chromium.org2012-04-181-1/+1
* 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-9/+9
* SPDY - Support new status field in SPDY 3 GOAWAY.rtenneti@google.com2012-03-221-1/+2
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-4/+7
* SPDY - pass spdy protocol version that will be used by the SpdyFramer.rtenneti@chromium.org2012-03-081-1/+14
* SPDY - Better SPDY error logging in NetLog.rtenneti@chromium.org2012-02-231-3/+6
* Refactor BufferedSpdyFramer so that SpdySession is not a visitor ofrch@chromium.org2012-02-201-13/+52
* SPDY - pass stream_id instread contol frame tortenneti@chromium.org2012-02-151-1/+2
* SPDY - FlipServer - changes to use BufferedSpdyFramer.rtenneti@chromium.org2012-01-181-1/+4
* Changes to read SPDY headers incrementally. rtenneti@chromium.org2011-12-251-0/+106