summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_protocol_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove SpdyFrameBlock structure, the last remaining "on-the-wire" structs.akalin@chromium.org2013-02-271-1/+0
* Overhaul of how SPDY frame headers are written, useful for SPDY 4 development.akalin@chromium.org2013-02-261-1/+0
* Remove SpdyFrame::set_length(), SpdyFrame::set_flags() and SpdyFrame::flags().akalin@chromium.org2013-02-221-14/+0
* Remove SpdyDataFrame. Useful in SPDY 4 development.akalin@chromium.org2013-02-211-74/+0
* Remove SpdyFrame::is_control_frame(). Useful in SPDY 4 development.akalin@chromium.org2013-02-201-5/+0
* Remove SpdyControlFrame, and associated cleanup.akalin@chromium.org2013-02-161-41/+1
* Reverting as it causes compile failures on windows.ananta@chromium.org2013-02-151-1/+41
* Remove SpdyControlFrame, and associated cleanup.akalin@chromium.org2013-02-151-41/+1
* Remove SpdySettingsControlFrame struct. Useful for Spdy 4 Development.akalin@chromium.org2013-02-151-52/+0
* Remove SpdySynStreamControlFrame struct. Useful in SPDY 4 development.akalin@chromium.org2013-02-151-59/+0
* Remove SpdyHeadersControlFrame struct. Useful in SPDY 4 development.akalin@chromium.org2013-02-141-10/+0
* Remove SpdyRstStreamControlFrame struct. Useful for SPDY 4 development.akalin@chromium.org2013-02-141-31/+0
* Remove SpdyPingControlFrame struct. Useful for SPDY 4 development.akalin@chromium.org2013-02-141-12/+0
* Remove SpdyWindowUpdateControlFrame. Useful in SPDY 4 development.akalin@chromium.org2013-02-141-1/+53
* Clean up the last remaining bits of SpdySynReplyControlFrame.akalin@chromium.org2013-02-141-1/+0
* Remove SpdySynReplyControlFrame and SpdyGoAwayControlFrame.akalin@chromium.org2013-02-141-81/+0
* Stop testing invalid flag values.akalin@chromium.org2013-02-091-4/+4
* Rename SpdyStatusCodes to SpdyRstStreamStatusakalin@chromium.org2013-02-091-13/+14
* Make all net targets build on Win64jschuh@chromium.org2013-01-101-1/+1
* Merge SettingsMap changes from server coderch@chromium.org2012-04-271-3/+4
* Clean up a raft of SPDY files to bring in sync with serverrch@chromium.org2012-04-241-9/+5
* Fix small typo in spdy_frame_reader.hrch@chromium.org2012-04-191-1/+1
* SPDY - replaced SpdySettings (list) with SettingsMaprtenneti@chromium.org2012-04-181-15/+16
* Land SpdyFramer (et. al.) changes to support setting the credential slot id i...rch@chromium.org2012-03-231-2/+5
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-49/+19
* SPDY - Support new status field in SPDY 3 GOAWAY.rtenneti@google.com2012-03-221-2/+6
* SPDY - unkorked spdy_framer and spdy_protocol tests.rtenneti@google.com2012-03-151-0/+414
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-382/+0
* Deprecate SpdyControlFrame::size in favor of SpdyControlFrame::kHeaderSizethakis@chromium.org2011-12-091-6/+6
* Make SpdyFrame::size a constant instead of a static method so gcc can optimiz...thakis@chromium.org2011-12-041-2/+2
* SPDY changes from server.rtenneti@chromium.org2011-11-291-1/+67
* Upstream: Build net_unittests for Android.jingzhao@chromium.org2011-11-211-2/+2
* Add a gyp flag to enable dcheck by default in release withoutnsylvain@chromium.org2011-09-201-0/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* clang/mac: Fix almost all problems when building all.xcodeproj.thakis@chromium.org2010-10-041-2/+2
* Adds tests for the SpdyFramer.Create* frame creation methods.mlloyd@chromium.org2010-07-081-4/+5
* SPDY: Add support for WINDOW_UPDATE frame.cbentzel@chromium.org2010-07-011-1/+19
* Implement protocol definitions for the SPDY SETTINGS frame (previouslymbelshe@chromium.org2010-04-021-17/+67
* Update spdy_protocol to support the GOAWAY message.mbelshe@chromium.org2010-03-041-25/+82
* API changes and protocol changes for supporting the latest SPDY spec.mbelshe@chromium.org2010-02-101-9/+13
* The great Flip -> Spdy rename.mbelshe@chromium.org2010-02-081-46/+46
* Rename all files from flip* to spdy*.mbelshe@chromium.org2010-02-061-0/+178