summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_http_stream_spdy2_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* [SPDY] Plumb SPDY frame type through write queueakalin@chromium.org2013-04-151-1/+1
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-191-8/+12
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-1/+1
* net: Remove UploadDataStream::merge_chunks_hashimoto@chromium.org2013-02-221-22/+13
* LoadTiming implementation in net, part 2.mmenke@chromium.org2013-01-121-40/+193
* net: Split sync part of UploadFileElementReader as UploadFileElementReaderSynchashimoto@chromium.org2012-12-201-2/+2
* net: Make UploadDataStream independent from UploadDatahashimoto@chromium.org2012-12-111-12/+8
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-041-7/+0
* net: Remove UploadDataStream* argument from HttpStream::SendRequesthashimoto@chromium.org2012-11-151-8/+5
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-141-2/+2
* net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq...hashimoto@chromium.org2012-11-141-21/+23
* net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t...hashimoto@chromium.org2012-11-011-17/+17
* net: Delete special logic for chunked uploadhashimoto@chromium.org2012-10-221-0/+1
* net: Make UploadDataStream::Init() asynchronous.hashimoto@chromium.org2012-09-181-2/+2
* Remove most usages of scoped_ptr<*SocketData> in net unittests.rch@chromium.org2012-07-191-13/+12
* Remove linked_ptr from SpdyStream.rch@chromium.org2012-07-181-5/+4
* SPDY - chunked upload - cleanup of spdy_http_stream to read the datartenneti@chromium.org2012-07-121-6/+154
* Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t...rsleevi@chromium.org2012-06-141-7/+9
* Add a new OnHostResolutionCallback to TransportSocketParamsrch@chromium.org2012-06-081-1/+2
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-1/+1
* Rename origin_bound_cert files to server_bound_cert.mattm@chromium.org2012-03-221-1/+1
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-9/+9
* Created a new class SpdyTestStateHelper to serve as a helper to manage the st...rch@chromium.org2012-03-221-9/+3
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-216/+0
* Add a new set of socket pools for WebSocket connections to HttpNetworkSession.yutak@chromium.org2012-03-171-6/+8
* Remove unused variable and method SpdySession::use_ssl_rch@chromium.org2012-03-161-3/+0
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-16/+5
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-0/+471