summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_framer.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a new OnControlFrameCompressed method to SpdyFramerVisitor which is invok...rch@chromium.org2012-06-261-0/+3
* Land small change to SPDY code from serverrch@chromium.org2012-05-071-3/+4
* Coverity: Fix uninit member variables.kmadhusu@chromium.org2012-05-031-0/+1
* Merge SettingsMap changes from server coderch@chromium.org2012-04-271-4/+4
* Move SpdyFramer::set_enable_compression_default to BufferedSpdyFramerrch@chromium.org2012-04-241-8/+1
* Clean up a raft of SPDY files to bring in sync with serverrch@chromium.org2012-04-241-23/+19
* Remove SpdyFramer::CompressFrame() and use CompressControlFrame instead.rch@chromium.org2012-04-231-23/+16
* Change SpdyFrameBuilder::length() to return size_t instead of int to avoid a ...rch@chromium.org2012-04-211-10/+10
* Merge changes to SpdyFramer from server code (#88):rch@chromium.org2012-04-211-57/+87
* Revert 133226 - Merge changes to SpdyFramer from server code (#88):rch@chromium.org2012-04-201-75/+47
* Merge changes to SpdyFramer from server code (#88):rch@chromium.org2012-04-201-47/+75
* Merge changes to SpdyFramer from server code (#83): rch@chromium.org2012-04-201-129/+17
* Merge changes to SpdyFramer from server code (#87, #82): rch@chromium.org2012-04-201-73/+68
* Remove the SpdyStatusCode INVALID_ASSOCIATED_STREAM which was never defined i...rch@chromium.org2012-04-191-0/+8
* Integrate server change to SpdyFrame which eliminates the expandable control ...rch@chromium.org2012-04-181-67/+33
* SPDY - replaced SpdySettings (list) with SettingsMaprtenneti@chromium.org2012-04-181-7/+11
* Factor out the code to write control and frame headers into a new constructor...rch@chromium.org2012-04-161-94/+39
* Move class local functions and globals into an annonymous namespace.rch@chromium.org2012-04-111-2/+6
* Disallowed a NULL pointer from being passed as the second argument to memcpy(...khorimoto@chromium.org2012-03-281-3/+5
* Land SpdyFramer (et. al.) changes to support setting the credential slot id i...rch@chromium.org2012-03-231-1/+7
* Move SpdyFramer::compression_default_ to a g_enable_compression_default in sp...rch@chromium.org2012-03-231-4/+3
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-3/+3
* SPDY - Support new status field in SPDY 3 GOAWAY.rtenneti@google.com2012-03-221-9/+32
* Remove static initializers from Spdy code.pliard@chromium.org2012-03-191-8/+17
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-430/+475
* Remove the origin field from the CREDENTIAL frame.rch@chromium.org2012-02-291-10/+2
* SPDY - pass stream_id instread contol frame tortenneti@chromium.org2012-02-151-3/+4
* SPDY - SpdyFramer close the session for header compression/decompression errors.rtenneti@google.com2012-01-211-1/+4
* Handle Z_BUF_ERROR as a non-fatal error while incrementally decompressingrtenneti@google.com2012-01-131-1/+1
* SPDY - delete unused code from spdy_framer.rtenneti@chromium.org2012-01-071-127/+5
* Revert 116772 - Enabled SpdyFramerTest's UnclosedStreamDataCompressors.rtenneti@chromium.org2012-01-071-5/+12
* Enabled SpdyFramerTest's UnclosedStreamDataCompressors.rtenneti@chromium.org2012-01-061-12/+5
* Add support to SpdyFramer for the CREDENTIAL frame.rch@chromium.org2011-12-271-0/+114
* Changes to read SPDY headers incrementally. rtenneti@chromium.org2011-12-251-60/+97
* Deprecate SpdyControlFrame::size in favor of SpdyControlFrame::kHeaderSizethakis@chromium.org2011-12-091-6/+7
* Make SpdyFrame::size a constant instead of a static method so gcc can optimiz...thakis@chromium.org2011-12-041-23/+29
* SPDY changes from server.rtenneti@chromium.org2011-11-291-1/+4
* Merge spdy_framer changes from server.rtenneti@chromium.org2011-11-041-767/+755
* Bump up the buffer limits for SpdyFramer.willchan@chromium.org2011-10-091-2/+2
* Updated spdy_framer.cc with the latest code. Code for PINGrtenneti@chromium.org2011-09-261-42/+544
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Removed the static on all stats macros and changed the static declarationrtenneti@chromium.org2011-03-221-6/+6
* Downgrade CHECK to DCHECK on buffer that doesn't fully decompress.mbelshe@chromium.org2011-03-161-3/+4
* Check that uncompressed data passed to zlib is defined, and mark compressionglider@chromium.org2011-03-051-0/+12
* Revert 73265 - Check that uncompressed data passed to zlib is defined, and ma...danno@chromium.org2011-02-011-8/+0
* Check that uncompressed data passed to zlib is defined, and mark compressionglider@chromium.org2011-02-011-0/+8
* More net/ header/implementation method reordering.erg@google.com2011-01-211-460/+464
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-031-66/+136
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-3/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-8/+7