summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_stream_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* [SPDY] Do not advertise SPDY/2 by defaultakalin@chromium.org2013-10-061-1/+2
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-1/+2
* Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"akalin@chromium.org2013-07-301-2/+1
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-1/+2
* [SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPoolakalin@chromium.org2013-07-221-15/+15
* [SPDY] Fully implement handling of GOAWAY framesakalin@chromium.org2013-07-191-36/+36
* [SPDY] Refactor and clean up SpdySessionPoolakalin@chromium.org2013-07-031-61/+18
* [SPDY] Enable tests for SPDY/3.1 and SPDY/4a2akalin@chromium.org2013-06-271-118/+12
* [SPDY] Refactor SpdyStream's handling of response headersakalin@chromium.org2013-06-241-11/+352
* [SPDY] Merge the SpdyHttpStream unit tests and parametrize them on a NextProtoakalin@chromium.org2013-06-121-0/+1
* [SPDY] Merge the SpdySession unit tests and parametrize them on a NextProtoakalin@chromium.org2013-06-111-1/+1
* [SPDY] Merge the SpdyStream unit tests and parametrize them on a NextProtoakalin@chromium.org2013-06-011-0/+805
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-405/+0
* SPDY - Better SPDY error logging in NetLog.rtenneti@chromium.org2012-02-231-0/+136
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-231-1/+1
* Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,rch@chromium.org2012-02-171-1/+1
* Fixes to socket_test_util.cc.szym@chromium.org2012-01-221-2/+2
* base::Bind: Convert net/spdy.jhawkins@chromium.org2011-12-211-7/+8
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-1/+2
* base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.jhawkins@chromium.org2011-12-151-7/+4
* Make ClientSocketPoolManager into an interface.willchan@chromium.org2011-11-171-1/+1
* Remove referrer from TransportSocketParams and SOCKSSocketParams.szym@chromium.org2011-11-151-1/+1
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-4/+4
* Cleanup some test ugliness. Stop using a global.willchan@chromium.org2011-07-011-16/+2
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-4/+8
* Add ignore limits flag and use for sync requestkristianm@google.com2011-03-301-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-2/+3
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-3/+2
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-2/+3
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-3/+1
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-1/+3
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-3/+1
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-0/+1
* Add origin checking for server pushed resources.mbelshe@chromium.org2010-12-081-4/+50
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...willchan@chromium.org2010-09-301-2/+2
* Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-2/+2
* Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-2/+2
* Remove the references to HttpNetworkSession in SpdySessionrch@chromium.org2010-09-251-1/+3
* Remove SpdySession::Connect(). This methods was onlyrch@chromium.org2010-09-251-2/+6
* Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...tfarina@chromium.org2010-09-151-5/+0
* Trying to green up the tree, lots of mac and win red around this cl.thomasvl@chromium.org2010-09-141-0/+5
* net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.tfarina@chromium.org2010-09-141-5/+0
* Refactor: change the spdy session pool key to take a ProxyServer instead of a...eroman@chromium.org2010-08-251-1/+1
* Added a new MockSocket that enforces ordering of reads/writes.erikchen@google.com2010-08-181-1/+1
* SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.agayev@chromium.org2010-08-171-4/+1
* Clean up SpdyStream.erikchen@google.com2010-08-061-1/+1
* SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...agayev@chromium.org2010-08-051-1/+5
* SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...erikchen@google.com2010-08-021-2/+2