summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_network_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* SPDY flow control: add support for receive window sizeagayev@chromium.org2010-08-261-11/+94
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-251-7/+48
* Refactor: change the spdy session pool key to take a ProxyServer instead of a...eroman@chromium.org2010-08-251-3/+6
* Make sure the key into the spdy session pool identifies the actual proxy used...eroman@chromium.org2010-08-251-7/+17
* Fix bug where pushed SPDY streams were never actually closed.mbelshe@chromium.org2010-08-231-117/+235
* SpdySessionPool closes down sessions accurately now.erikchen@google.com2010-08-191-2/+2
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-24/+23
* Added a new MockSocket that enforces ordering of reads/writes.erikchen@google.com2010-08-181-29/+66
* SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.agayev@chromium.org2010-08-171-41/+70
* SpdySession now closes all streams on receiving GoAway stream.erikchen@google.com2010-08-101-47/+1
* Removed spdy_network_transaction.h file.erikchen@google.com2010-08-091-222/+230
* Clean up SpdyStream.erikchen@google.com2010-08-061-0/+3
* Review URL: http://codereview.chromium.org/3068015lzheng@google.com2010-08-061-0/+143
* SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...agayev@chromium.org2010-08-051-97/+197
* Disable two SPDY tests, as they sometimes crash net_unittest.erikchen@google.com2010-08-051-2/+2
* Implement server push protocol 2.erikchen@google.com2010-08-051-18/+651
* Minor change to: http://codereview.chromium.org/3064033rch@chromium.org2010-08-051-6/+7
* Revert 54906 - Refactor HttpNetworkTransaction to eliminate the SPDYdhollowa@chromium.org2010-08-041-7/+6
* Refactor HttpNetworkTransaction to eliminate the SPDYrch@chromium.org2010-08-041-6/+7
* SPDY correctly handles socket writes of zero length.erikchen@google.com2010-08-031-1/+38
* SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...erikchen@google.com2010-08-021-7/+273
* When we get a silent TCP RST, SPDY connections need to retry.mbelshe@chromium.org2010-07-311-4/+135
* Net: Fix leak in SpdyNetworkTransactionTest from r54398.thestig@chromium.org2010-07-311-10/+15
* Implement prefetching in chromegavinp@google.com2010-07-311-4/+61
* Revert 54381 - Revert 54378 - Add content-length to spdy post request header.lzheng@chromium.org2010-07-301-18/+87
* Revert 54378 - Add content-length to spdy post request header.lzheng@chromium.org2010-07-301-87/+18
* Add content-length to spdy post request header.lzheng@google.com2010-07-301-18/+87
* Bump the SPDY protocol version to version 2.mbelshe@chromium.org2010-07-301-4/+8
* SPDY sends RST_STREAM upon cancelling request, or bad header parse data.erikchen@google.com2010-07-271-2/+44
* TBR:erikchen@google.com2010-07-261-44/+2
* SPDY sends RST_STREAM upon cancelling request, or bad header parse data.erikchen@google.com2010-07-261-2/+44
* SPDY now always uses http_network_transaction instead of spdy_network_transac...erikchen@google.com2010-07-231-123/+142
* SPDY flow control: enforce obeying send window size via a command-line switch...agayev@chromium.org2010-07-221-11/+19
* Fixed memory leak in SpdyHttpStreamTest. Removed suppressions.erikchen@google.com2010-07-211-85/+29
* Add Spdy ConnectFailure test back into spdy network tests.erikchen@google.com2010-07-201-1/+78
* Initial SPDY flow control supportagayev@chromium.org2010-07-201-2/+129
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-171-56/+557
* Mac compile warning fix for r52670.erikchen@google.com2010-07-161-51/+47
* spdy network tests now use http network transaction (production code).erikchen@google.com2010-07-161-604/+347
* Revert 52352 - SPDY: Initial support for handling WINDOW_UPDATE frames and so...cbentzel@chromium.org2010-07-141-121/+0
* SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup.cbentzel@chromium.org2010-07-141-0/+121
* SPDY incorrectly DCHECKed that the SYN_REPLY headers could never be an empty ...erikchen@google.com2010-07-141-0/+2
* TBR: reverting broken commiterikchen@google.com2010-07-121-148/+6
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-07-121-6/+148
* Client attempts to start a new spdy transaction with a session that is closin...erikchen@google.com2010-07-091-3/+82
* Change a FAILS_ to DISABLED_, since FAILS_ doesnt help when the test crashes.eroman@chromium.org2010-07-091-1/+1
* CorrupFrameSessionError Fails.cbentzel@chromium.org2010-07-081-1/+2
* Revert 51887 - Disable SpdyNetworkTransactionTest.CorruptFrameSessionError wh...eroman@chromium.org2010-07-081-2/+1
* Disable SpdyNetworkTransactionTest.CorruptFrameSessionError which is failing ...eroman@chromium.org2010-07-081-1/+2
* Remove the last hex frames from the SPDY unit tests...mlloyd@chromium.org2010-07-021-85/+76