summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_test_util_spdy3.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-3/+3
* Send correct request headers when using spdy 3.rch@chromium.org2012-03-151-26/+26
* SPDY - pass spdy protocol version that will be used by the SpdyFramer.rtenneti@chromium.org2012-03-081-10/+10
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-0/+1012