summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_test_util_spdy3.h
Commit message (Expand)AuthorAgeFilesLines
* [SPDY] Remove remnants of split SPDY unit testsakalin@chromium.org2013-06-261-147/+0
* [SPDY] Remove ConstructSpdyPush() overload that doesn't take a URLakalin@chromium.org2013-06-241-4/+0
* [SPDY] Move the rest of the spdy_test_util* functions to the SpdyTestUtil classakalin@chromium.org2013-05-311-3/+0
* Merge ConstructSpdyConnectttuttle@chromium.org2013-05-241-5/+0
* Merge ConstructSpdyGet into SpdyTestUtilttuttle@chromium.org2013-05-231-32/+0
* Remove ConstructSpdyHeaderttuttle@chromium.org2013-05-211-11/+0
* Merge ConstructSpdyReplyString into SpdyTestUtilttuttle@chromium.org2013-05-201-10/+0
* Add SpdyMajorVersion enum and use it everywhereakalin@chromium.org2013-05-161-4/+4
* Merge framer-based Construct* functions to SpdyTestUtilttuttle@chromium.org2013-05-151-31/+0
* Merge ConstructSpdyControlFrame into SpdyTestUtil.ttuttle@chromium.org2013-05-141-39/+0
* Merge ConstructSpdyFrame into SpdyTestUtilttuttle@chromium.org2013-05-101-24/+0
* Create SpdyTestUtil and add first two methodsttuttle@chromium.org2013-05-081-6/+2
* Merge spdy2/3 versions of Spdy{SessionDependencies,URLRequestContext}ttuttle@chromium.org2013-05-031-125/+0
* 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-1/+5
* Merge spdy2 and spdy3 versions of SpdyHeaderInfo.ttuttle@chromium.org2013-04-181-20/+0
* [SPDY] Plumb SPDY frame type through write queueakalin@chromium.org2013-04-151-1/+58
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-131-1/+1
* [SPDY] Add flag and about:flags entry for SPDY/4 alpha 1akalin@chromium.org2013-04-121-0/+1
* Convert SpdyControlType to SpdyFrameTypeakalin@chromium.org2013-04-091-4/+4
* Move version-agnostic functions from spdy_test_util_spdy[23] to _common.ttuttle@chromium.org2013-04-041-88/+1
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-1/+1
* [SPDY] Refactor tests in preparation for a fix for a session flow control bugakalin@chromium.org2013-03-181-24/+36
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-2/+2
* [SPDY] Implement per-session flow controlakalin@chromium.org2013-03-011-0/+1
* [SPDY] Prepend "stream_" to stream flow control variablesakalin@chromium.org2013-02-221-1/+1
* Remove SpdySynStreamControlFrame struct. Useful in SPDY 4 development.akalin@chromium.org2013-02-151-3/+3
* Rename SpdyStatusCodes to SpdyRstStreamStatusakalin@chromium.org2013-02-091-2/+2
* Add a new enable_user_alternate_protocol_ports flag.rch@chromium.org2013-02-011-0/+1
* 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-15/+40
* Clean up SpdySessionDependencies to remove code duplication.rch@chromium.org2012-12-021-2/+4
* SPDY - Add support for PINGs initiated by the server.rtenneti@chromium.org2012-10-041-1/+1
* WebSocket over SPDY: unit test cleanuptoyoshim@chromium.org2012-08-211-17/+0
* Add WriteHeaders interface to SpdySession and SpdyStream.toyoshim@chromium.org2012-08-031-72/+86
* Simplify the EC signature creation code by moving it to a Helper.rch@chromium.org2012-08-011-0/+10
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* SPDY - Added SETTINGS_MAX_CONCURRENT_STREAMS:1000 in the initial SETTINGS frame,rtenneti@google.com2012-06-141-0/+4
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-3/+1
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-2/+1
* Fixed unsafe passing of command-line parameter to SpdySessionbengr@google.com2012-04-271-0/+1
* SPDY - replaced SpdySettings (list) with SettingsMaprtenneti@chromium.org2012-04-181-2/+1
* Implement correct v3 CREDENTIAL frame support.rch@chromium.org2012-03-241-0/+1
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-54/+54
* Created a new class SpdyTestStateHelper to serve as a helper to manage the st...rch@chromium.org2012-03-221-0/+10
* Change SpdySessionPool to explicitly associate IP pooled sessions with the ma...rch@chromium.org2012-03-141-0/+4
* SPDY - pass spdy protocol version that will be used by the SpdyFramer.rtenneti@chromium.org2012-03-081-1/+0
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-0/+418