summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_http_stream_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-4/+7
* Add ignore limits flag and use for sync requestkristianm@google.com2011-03-301-2/+2
* Revert 78061 - Revert 78034 - Removing a TODO and cleaning up code.kristianm@google.com2011-03-151-2/+1
* Revert 78034 - Removing a TODO and cleaning up code.kristianm@google.com2011-03-141-1/+2
* Removing a TODO and cleaning up code.kristianm@google.com2011-03-141-2/+1
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-2/+64
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-64/+2
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-2/+64
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-2/+1
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-1/+2
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-2/+1
* HttpStream::SendRequestrch@chromium.org2010-10-271-2/+4
* Remove the references to HttpNetworkSession in SpdySessionrch@chromium.org2010-09-251-1/+1
* Remove SpdySession::Connect(). This methods was onlyrch@chromium.org2010-09-251-1/+8
* Add support for speaking SPDY to an HTTPS proxy.rch@chromium.org2010-09-011-2/+3
* Refactor: change the spdy session pool key to take a ProxyServer instead of a...eroman@chromium.org2010-08-251-3/+3
* Added a new MockSocket that enforces ordering of reads/writes.erikchen@google.com2010-08-181-1/+1
* Fix SpdyHttpStreamTest windows tsan bug.erikchen@google.com2010-08-021-6/+14
* SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...erikchen@google.com2010-08-021-4/+7
* When we get a silent TCP RST, SPDY connections need to retry.mbelshe@chromium.org2010-07-311-4/+5
* Use relative instead of absolute URIs in SPDY requestsmbelshe@chromium.org2010-07-301-1/+1
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-291-11/+20
* SPDY sends RST_STREAM upon cancelling request, or bad header parse data.erikchen@google.com2010-07-271-9/+19
* TBR:erikchen@google.com2010-07-261-8/+7
* SPDY sends RST_STREAM upon cancelling request, or bad header parse data.erikchen@google.com2010-07-261-7/+8
* Use SpecForRequest to get rid of anchor in url for spdy.lzheng@chromium.org2010-07-261-20/+66
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-221-3/+3
* Fixed memory leak in SpdyHttpStreamTest. Removed suppressions.erikchen@google.com2010-07-211-97/+37
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-171-6/+3
* SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...willchan@chromium.org2010-06-281-2/+4
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-4/+3
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-241-3/+8
* Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...willchan@chromium.org2010-06-181-8/+3
* Refactor SpdyStream to get HTTP specific out of the interface and members.ukai@chromium.org2010-06-181-3/+8
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-151-0/+1
* Refactor SpdyStream.ukai@chromium.org2010-06-141-0/+132