summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_framer.cc
Commit message (Expand)AuthorAgeFilesLines
* Report HTTP/2 HEADERS frames as HEADERS, not SYN_STREAM.bnc2014-11-071-16/+2
* Use kPadLengthFieldSize instead of magic literal 1.bnc2014-10-241-1/+1
* Code cleanup of control frame size enforcement.bnc2014-10-241-6/+10
* Implement padding PUSH_PROMISE and HEADERS frames.bnc2014-10-221-40/+94
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-18/+15
* Update HTTP/2 DATA frame padding to 0x00.bnc2014-10-201-1/+1
* Misc. cleanup, primarily removing unused locals.pkasting2014-10-131-8/+4
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-14/+14
* HTTP2 draft 14 supportbnc@chromium.org2014-08-211-29/+51
* Ignore cookie where both name and value are empty in SPDY header blockxunjieli@chromium.org2014-07-311-4/+30
* Fixes for re-enabling more MSVC level 4 warnings: net/spdy/ editionpkasting@chromium.org2014-07-081-1/+1
* Fragment headers payloads at smaller boundaries.jgraettinger@chromium.org2014-07-071-4/+4
* Update SPDY4 SpdyFramerDebugVisitorInterface payload lengths for HEADERS/PUSH...jgraettinger@chromium.org2014-07-071-11/+13
* Land recent SPDY changes (through 70021377)jgraettinger@chromium.org2014-06-271-196/+131
* SpdySession sends GOAWAY frame when closing on an error.jgraettinger@chromium.org2014-06-101-1/+3
* Initial support for HTTP/2 dependencies and weights.jgraettinger@chromium.org2014-05-201-10/+36
* Land recent SPDY changes (through 67282679) jgraettinger@chromium.org2014-05-181-52/+299
* Land recent SPDY changes (through 66310528)jgraettinger@chromium.org2014-05-141-29/+25
* SPDY & HPACK: Land recent internal changes (through 65328503)jgraettinger@chromium.org2014-04-291-157/+307
* Add settings IDs to SpdyConstants.jgraettinger@chromium.org2014-03-311-186/+335
* Change the SPDY4 maximum frame size to 16K-1jgraettinger@chromium.org2014-03-191-1/+13
* SpdyFramer now uses HPACK for SPDY4 headers (re-apply)jgraettinger@chromium.org2014-03-191-61/+154
* Revert 257227 "SpdyFramer now uses HPACK for SPDY4 headers"jam@chromium.org2014-03-141-154/+61
* SpdyFramer now uses HPACK for SPDY4 headersjgraettinger@chromium.org2014-03-141-61/+154
* Implement SPDY4 CONTINUATION frame in SpdyFramer.jgraettinger@chromium.org2014-03-031-42/+208
* Remove SPDY4 RST_STREAM payload flag remnants.jgraettinger@chromium.org2014-02-281-31/+2
* Processing for new SPDY4/HTTP2 SETTINGS frame payload format.jgraettinger@chromium.org2014-02-281-43/+67
* SPDY4 Settings ACK supportjgraettinger@chromium.org2014-02-271-10/+43
* Implements the ACK flag for SPDY4/HTTP2 PING framesjgraettinger@chromium.org2014-02-251-3/+10
* Changes the type for PING id from uint32 to uint64.jgraettinger@chromium.org2014-02-121-5/+20
* SPDY cleanup: remove credential slot.jgraettinger@chromium.org2014-01-301-12/+5
* Use EXPECT_DFATAL instead of EXPECT_DEBUG_DEATH in spdy_protocol_test.cc.rch@chromium.org2014-01-251-1/+1
* Additional SpdyFramer::Create*() methods removed.jgraettinger@chromium.org2014-01-241-61/+0
* Modified SpdyFramer to ignore credential frames.jgraettinger@chromium.org2014-01-231-123/+7
* Enable an opaque data field on RST_STREAM framesjgraettinger@chromium.org2014-01-231-23/+130
* Removed SpdyFramer::CreateDataFrame()jgraettinger@chromium.org2014-01-221-48/+0
* Added a reason field and a description to GOAWAY.jgraettinger@chromium.org2014-01-211-33/+125
* Added a flow control blocked notification message.jgraettinger@chromium.org2014-01-161-0/+5
* SPDY4: Turn SYN_STREAM and SYN_REPLY into HEADERS.jgraettinger@chromium.org2014-01-161-18/+68
* SPDY 4: Remove CREDENTIAL from SPDY 4.jgraettinger@chromium.org2014-01-141-0/+3
* Land Recent QUIC Changes.rtenneti@chromium.org2013-12-021-20/+14
* Revert 237095 "LOG(INFO) tidying in net/"scottmg@chromium.org2013-11-251-8/+8
* LOG(INFO) tidying in net/scottmg@chromium.org2013-11-251-8/+8
* Rearrange code to match spdy_protocol.h SpdyFrameType declaration order: most...akalin@chromium.org2013-07-221-110/+110
* Fix SpdyFramer CREDENTIAL frame parsing bug that showed up by way of test fla...akalin@chromium.org2013-07-221-0/+4
* Signal error in SpdyFramer if receive a header block frame with stream ID zeroakalin@chromium.org2013-07-221-0/+19
* Declaration of SPDY 4 PUSH_PROMISE; not yet used.akalin@chromium.org2013-07-161-12/+87
* SPDY Framer: Refactorings.eustas@chromium.org2013-07-101-9/+12
* Add FrameType and SerializeWith methods to SpdyFrameIR and friendsakalin@chromium.org2013-06-271-0/+57
* Extend SpdyFramerDebugVisitorInterface interface.akalin@chromium.org2013-06-141-7/+34