summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_test_util_common.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland 'Fix SPDY error-handling if the connection gets closed just after use.'davidben@chromium.org2014-03-251-22/+18
* Revert of Fix SPDY error-handling if the connection gets closed just after us...vandebo@chromium.org2014-03-211-18/+22
* Fix SPDY error-handling if the connection gets closed just after use.davidben@chromium.org2014-03-211-22/+18
* Implements the ACK flag for SPDY4/HTTP2 PING framesjgraettinger@chromium.org2014-02-251-2/+3
* Changes the type for PING id from uint32 to uint64.jgraettinger@chromium.org2014-02-121-1/+1
* SPDY cleanup: remove credential slot.jgraettinger@chromium.org2014-01-301-3/+0
* Modified SpdyFramer to ignore credential frames.jgraettinger@chromium.org2014-01-231-5/+0
* Enable an opaque data field on RST_STREAM framesjgraettinger@chromium.org2014-01-231-1/+4
* Removed SpdyFramer::CreateDataFrame()jgraettinger@chromium.org2014-01-221-10/+26
* Added a reason field and a description to GOAWAY.jgraettinger@chromium.org2014-01-211-1/+2
* Add "raw_received_bytes" getter to SpdyStream.eustas@chromium.org2013-12-091-0/+3
* Land Recent QUIC Changes.rtenneti@chromium.org2013-12-021-3/+3
* [SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1akalin@chromium.org2013-10-041-6/+3
* Refactor socket pool handling of prioritiesakalin@chromium.org2013-08-221-1/+1
* Clean up SSLSocketParamsakalin@chromium.org2013-08-151-5/+2
* [SPDY] Add a RequestPriority parameter to ConstructSpdyConnect()akalin@chromium.org2013-08-151-2/+3
* [net] Use scoped_ptr<> consistently in ClientSocketFactory and related codeakalin@chromium.org2013-08-151-2/+2
* [SPDY] Send HTTP/2 connection prefix for HTTP/2 connectionsakalin@chromium.org2013-08-011-5/+5
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-31/+1
* Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"akalin@chromium.org2013-07-301-1/+31
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-31/+1
* Remove QUIC from NPN strings so as to save space in ALPNrch@chromium.org2013-07-221-28/+5
* [SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPoolakalin@chromium.org2013-07-221-8/+8
* [SPDY] Remove a SPDY session from its pool only when not in an IO loopakalin@chromium.org2013-07-221-13/+49
* [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointersakalin@chromium.org2013-07-181-2/+4
* [SPDY] Refactor SpdySession state machine (take 2)akalin@chromium.org2013-07-181-1/+2
* Revert "[SPDY] Refactor SpdySession state machine"akalin@chromium.org2013-07-171-2/+1
* HTTP socket pool group name and SSL Session Cache Shard vary on Privacy Mode.mef@chromium.org2013-07-171-0/+1
* [SPDY] Refactor SpdySession state machineakalin@chromium.org2013-07-161-1/+2
* Declaration of SPDY 4 PUSH_PROMISE; not yet used.akalin@chromium.org2013-07-161-0/+2
* SPDY Framer: Refactorings.eustas@chromium.org2013-07-101-3/+0
* First step at enabling QUIC over HTTPS.rtenneti@chromium.org2013-07-101-0/+2
* [SPDY] Make SpdySessionPool keep track of available sessionsakalin@chromium.org2013-07-081-3/+3
* [SPDY] Refactor and clean up SpdySessionPoolakalin@chromium.org2013-07-031-12/+158
* [SPDY] Enable tests for SPDY/3.1 and SPDY/4a2akalin@chromium.org2013-06-271-0/+32
* [SPDY] Remove ConstructSpdyPush() overload that doesn't take a URLakalin@chromium.org2013-06-241-21/+0
* Merge the SpdyNetworkTransaction tests and parametrize them on a NextProtoakalin@chromium.org2013-06-151-41/+37
* Merge the HttpNetworkTransaction tests and parametrize them on a NextProtoakalin@chromium.org2013-06-141-0/+16
* Give more request types a TransportSecurityState.palmer@chromium.org2013-06-131-0/+6
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-1/+1
* [SPDY] Merge the SpdyStream unit tests and parametrize them on a NextProtoakalin@chromium.org2013-06-011-20/+20
* [SPDY] Put back SPDY2-specific behavior in SpdyTestUtil::ConstructSpdyPushakalin@chromium.org2013-06-011-35/+50
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-3/+2
* [SPDY] Move the rest of the spdy_test_util* functions to the SpdyTestUtil classakalin@chromium.org2013-05-311-21/+303
* [SPDY] Rewrite SpdyTestUtil::ConstructSpdyReplyString()akalin@chromium.org2013-05-311-94/+17
* [SPDY] Add a SpdyStreamType enum and use it for SpdyStreamakalin@chromium.org2013-05-271-1/+2
* Merge ConstructSpdyConnectttuttle@chromium.org2013-05-241-0/+23
* Merge ConstructSpdyGet into SpdyTestUtilttuttle@chromium.org2013-05-231-0/+48
* Merge ConstructSpdyReplyString into SpdyTestUtilttuttle@chromium.org2013-05-201-0/+73
* ChannelID-less Connections in Chrome should be more granular.mef@chromium.org2013-05-171-4/+4