summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_frame_builder.cc
Commit message (Expand)AuthorAgeFilesLines
* [SPDY] Incorporate latest framing changes from HTTP2 into SPDY 4 as SPDY 4a2.akalin@chromium.org2013-05-151-28/+35
* Convert SpdyControlType to SpdyFrameTypeakalin@chromium.org2013-04-091-1/+3
* Support SPDY 4 common header framing.akalin@chromium.org2013-03-021-22/+52
* Rename GetControlFrameMinimumSize() to GetControlFrameHeaderSize() in SpdyFramerakalin@chromium.org2013-02-281-3/+3
* Remove SpdyFrameBlock structure, the last remaining "on-the-wire" structs.akalin@chromium.org2013-02-271-0/+6
* Overhaul of how SPDY frame headers are written, useful for SPDY 4 development.akalin@chromium.org2013-02-261-31/+28
* Remove SpdyDataFrame references from VTL.akalin@chromium.org2013-02-191-1/+6
* Serious cleanup of SpdyFramer compression code:akalin@chromium.org2013-02-151-16/+51
* Refactor in preparation for SPDY 4, part 1.akalin@chromium.org2013-02-121-2/+2
* Add DCHECK for these-should-never-be-hit SpdyFrameBuilder error conditions.akalin@chromium.org2013-02-111-21/+14
* Remove unused methods from SpdyFrameBuilder.rch@chromium.org2013-01-091-2/+1
* A few more minor refactors to spdy code for spdy-over-quic. We need to be abl...rch@chromium.org2012-12-191-0/+6
* Bring spdy_frame_builder.{h,cc} into agreement with server code.rch@chromium.org2012-04-181-2/+1
* Factor out the code to write control and frame headers into a new constructor...rch@chromium.org2012-04-161-1/+40
* Remove resize support from SpdyFrameBuilderrch@chromium.org2012-04-131-24/+4
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-2/+2
* Remove static initializers from Spdy code.pliard@chromium.org2012-03-191-3/+0
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-123/+13
* Coverity fix: Logically dead codearthurhsu@chromium.org2011-12-281-0/+1
* Add support to SpdyFramer for the CREDENTIAL frame.rch@chromium.org2011-12-271-1/+14
* Coverity: Fixing dead code bug.dpapad@chromium.org2011-12-211-4/+0
* SPDY changes from server.rtenneti@chromium.org2011-11-291-25/+33
* Merge spdy_framer changes from server.rtenneti@chromium.org2011-11-041-1/+9
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-21/+21
* Fix nits: remove unnecessary local variable, check forwtc@chromium.org2010-09-131-5/+4
* Return NULL instead of false when appropriate.evan@chromium.org2010-06-101-1/+1
* The great Flip -> Spdy rename.mbelshe@chromium.org2010-02-081-18/+18
* Rename all files from flip* to spdy*.mbelshe@chromium.org2010-02-061-0/+181