summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_network_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove more hex frames from the SPDY unit tests.mlloyd@chromium.org2010-07-011-243/+182
* More SPDY unit test refactoring and cleanup: removed hex frames from spdy_tes...mlloyd@chromium.org2010-06-301-87/+69
* Refactors SPDY frame construction methods out ofmlloyd@chromium.org2010-06-281-453/+88
* Revert "Streams send a Rst frame upon being closed by client. Some minor edit...oshima@chromium.org2010-06-281-163/+1
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-06-281-1/+163
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-4/+3
* Ignore duplicate SYN_REPLYs on the same stream. Added a unit test.mlloyd@chromium.org2010-06-241-0/+50
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-241-0/+70
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-231-0/+0
* Factor out factory method for Google GET request, which is constructed identi...mlloyd@chromium.org2010-06-221-117/+53
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-151-0/+1
* Make SpdySessionPool observe network changes.willchan@chromium.org2010-06-071-2/+2
* Fix leaky spdy sessions and remove suppression.vandebo@chromium.org2010-06-031-1/+3
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-1/+2
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-201-0/+1
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-171-1/+0
* Fix SPDY crash where we receive an early SYN_REPLY.mbelshe@chromium.org2010-05-051-15/+49
* Fix a hang on SPDY session teardown when streams are still active.mbelshe@chromium.org2010-05-041-0/+50
* Move OrderedSocketData to SocketTestUtil so it can be used elsewhere.willchan@chromium.org2010-05-041-207/+0
* A couple of SPDY server push bug fixes.mbelshe@chromium.org2010-04-291-2/+2
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-22/+34
* SPDY: Fix Alternate-Protocol.willchan@chromium.org2010-04-261-171/+1
* Fix crasher on SpdySession teardown. When we close the session on error,mbelshe@chromium.org2010-04-211-0/+29
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-15/+7
* Fix crash on IP address change.willchan@chromium.org2010-04-191-2/+6
* Take 2 at landing the SPDY SETTINGS frame patch.mbelshe@chromium.org2010-04-091-3/+260
* Revert 44092 - Add support for the SPDY session frame.jar@chromium.org2010-04-091-260/+3
* Add support for the SPDY session frame.mbelshe@chromium.org2010-04-091-3/+260
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-6/+2