summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_test_util_spdy3.cc
Commit message (Expand)AuthorAgeFilesLines
* [SPDY] Move the rest of the spdy_test_util* functions to the SpdyTestUtil classakalin@chromium.org2013-05-311-287/+46
* Merge ConstructSpdyConnectttuttle@chromium.org2013-05-241-21/+0
* Merge ConstructSpdyGet into SpdyTestUtilttuttle@chromium.org2013-05-231-55/+0
* Remove ConstructSpdyHeaderttuttle@chromium.org2013-05-211-36/+0
* Merge ConstructSpdyReplyString into SpdyTestUtilttuttle@chromium.org2013-05-201-73/+0
* Add SpdyMajorVersion enum and use it everywhereakalin@chromium.org2013-05-161-13/+12
* Merge framer-based Construct* functions to SpdyTestUtilttuttle@chromium.org2013-05-151-37/+0
* Clean up local functions in spdy_test_util_spdy[23]ttuttle@chromium.org2013-05-151-28/+10
* Merge ConstructSpdyControlFrame into SpdyTestUtil.ttuttle@chromium.org2013-05-141-82/+74
* Merge ConstructSpdyFrame into SpdyTestUtilttuttle@chromium.org2013-05-101-46/+8
* Create SpdyTestUtil and add first two methodsttuttle@chromium.org2013-05-081-29/+6
* Merge spdy2/3 versions of Spdy{SessionDependencies,URLRequestContext}ttuttle@chromium.org2013-05-031-175/+0
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Avoid C++11 narrowing errors.raphael.kubo.da.costa@intel.com2013-04-191-1/+1
* Correctly handle SPDY GOAWAY frames.rch@chromium.org2013-04-191-64/+5
* [SPDY] Plumb SPDY frame type through write queueakalin@chromium.org2013-04-151-54/+104
* [SPDY] Add flag and about:flags entry for SPDY/4 alpha 1akalin@chromium.org2013-04-121-0/+3
* Convert SpdyControlType to SpdyFrameTypeakalin@chromium.org2013-04-091-6/+14
* Move version-agnostic functions from spdy_test_util_spdy[23] to _common.ttuttle@chromium.org2013-04-041-166/+0
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* [SPDY] Refactor tests in preparation for a fix for a session flow control bugakalin@chromium.org2013-03-181-111/+125
* [SPDY] Implement per-session flow controlakalin@chromium.org2013-03-011-1/+4
* Remove SpdyFrame::length(). Useful in SPDY 4 development.akalin@chromium.org2013-02-261-17/+9
* [SPDY] Prepend "stream_" to stream flow control variablesakalin@chromium.org2013-02-221-3/+4
* Rename SpdyStatusCodes to SpdyRstStreamStatusakalin@chromium.org2013-02-091-4/+4
* Fix uninitialized variable in SpdySessionDependenciesrch@chromium.org2013-02-031-0/+1
* Add a new enable_user_alternate_protocol_ports flag.rch@chromium.org2013-02-011-0/+3
* Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4....kamil.jiwa@gmail.com2013-01-031-3/+3
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-041-206/+161
* Clean up SpdySessionDependencies to remove code duplication.rch@chromium.org2012-12-021-17/+19
* [net] Change factory methods for HostResolver and HostCache to return a scope...szym@chromium.org2012-10-221-1/+1
* SPDY - Add support for PINGs initiated by the server.rtenneti@chromium.org2012-10-041-2/+2
* crypto: add DecodeSignature and use SHA-256 with ECDSA.agl@chromium.org2012-09-191-0/+6
* WebSocket over SPDY: unit test cleanuptoyoshim@chromium.org2012-08-211-71/+0
* Add WriteHeaders interface to SpdySession and SpdyStream.toyoshim@chromium.org2012-08-031-0/+71
* Simplify the EC signature creation code by moving it to a Helper.rch@chromium.org2012-08-011-1/+52
* SPDY - Added SETTINGS_MAX_CONCURRENT_STREAMS:1000 in the initial SETTINGS frame,rtenneti@google.com2012-06-141-2/+10
* Increase Chrome SPDY/3 stream receive window to 10MB. The goal is to set the...rch@chromium.org2012-06-041-0/+4
* Fixed unsafe passing of command-line parameter to SpdySessionbengr@google.com2012-04-271-0/+2
* Move SpdyFramer::set_enable_compression_default to BufferedSpdyFramerrch@chromium.org2012-04-241-2/+2
* SPDY - replaced SpdySettings (list) with SettingsMaprtenneti@chromium.org2012-04-181-2/+1
* Make ConvertRequestPriorityToSpdyPriority aware of new SPDY 3 priorities.rch@chromium.org2012-04-171-3/+3
* Implement a MockCertVerifier that can be used to avoidrsleevi@chromium.org2012-04-101-3/+4
* Remove crazy c string contortions in spdy_test_util_spdy[23].cc.rch@chromium.org2012-04-041-136/+43
* Properly handle spdy3 responses.rch@chromium.org2012-04-031-39/+106
* Implement correct v3 CREDENTIAL frame support.rch@chromium.org2012-03-241-1/+5
* Land SpdyFramer (et. al.) changes to support setting the credential slot id i...rch@chromium.org2012-03-231-1/+1
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-113/+113
* SPDY - Support new status field in SPDY 3 GOAWAY.rtenneti@google.com2012-03-221-1/+1
* Created a new class SpdyTestStateHelper to serve as a helper to manage the st...rch@chromium.org2012-03-221-0/+15