summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_network_transaction_spdy2_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 144649 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...mattm@chromium.org2012-06-281-29/+14
* Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...rch@chromium.org2012-06-281-14/+29
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-6/+6
* CapturingNetLog - remove maximum entries constructor argument.mmenke@chromium.org2012-06-081-1/+1
* Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,mmenke@chromium.org2012-06-021-20/+20
* Always enqueue SYN_STREAM frames to the output queue at HIGHEST priorityrch@chromium.org2012-05-311-4/+4
* Change the stream_id for streams which are serialized out of order.rch@chromium.org2012-05-151-0/+86
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-11/+9
* Fixed unsafe passing of command-line parameter to SpdySessionbengr@google.com2012-04-271-72/+79
* Move SpdyFramer::set_enable_compression_default to BufferedSpdyFramerrch@chromium.org2012-04-241-1/+1
* [net] Change order of RequestPriority to natural: higher > lowerszym@chromium.org2012-04-241-2/+2
* Remove the SpdyStatusCode INVALID_ASSOCIATED_STREAM which was never defined i...rch@chromium.org2012-04-191-1/+1
* SPDY - replaced SpdySettings (list) with SettingsMaprtenneti@chromium.org2012-04-181-38/+23
* Make ConvertRequestPriorityToSpdyPriority aware of new SPDY 3 priorities.rch@chromium.org2012-04-171-8/+8
* Remove SPDY 2.1 support.rch@chromium.org2012-04-091-1/+0
* Enables a SPDY proxy to push resources from arbitrary origins.bengr@google.com2012-04-031-0/+5
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-3/+3
* Reject streams with transfer-encoding headers.rch@chromium.org2012-03-271-0/+70
* SPDY - persist SPDY settings.rtenneti@chromium.org2012-03-241-114/+111
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-443/+443
* Created a new class SpdyTestStateHelper to serve as a helper to manage the st...rch@chromium.org2012-03-221-11/+2
* Explicitly disable SPDY ping on: SpdyNetworkTransactionSpdy*Test.FourGetsWith...rch@chromium.org2012-03-211-0/+2
* SPDY - don't persist SpdySettings until we convert it to a map.rtenneti@google.com2012-03-151-0/+3
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-38/+20
* SPDY - pass spdy protocol version that will be used by the SpdyFramer.rtenneti@chromium.org2012-03-081-5/+6
* When SpdySession is initialized with a socket that negotiated a specific SPDY...rch@chromium.org2012-03-081-379/+0
* Add a unit test to confirm that Chrome correctly handles a server push in whi...rch@chromium.org2012-03-061-0/+53
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-0/+5850