summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Use SpecForRequest to get rid of anchor in url for spdy.lzheng@chromium.org2010-07-262-21/+68
* SPDY now always uses http_network_transaction instead of spdy_network_transac...erikchen@google.com2010-07-235-133/+160
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-222-9/+5
* Spdy_network_transaction incorrectly labeled tcp connections with hostname bu...erikchen@google.com2010-07-221-2/+1
* SPDY flow control: enforce obeying send window size via a command-line switch...agayev@chromium.org2010-07-225-43/+92
* Fixed memory leak in SpdyHttpStreamTest. Removed suppressions.erikchen@google.com2010-07-216-284/+131
* Remove SpdyHttpStream dependency in SpdySessionukai@chromium.org2010-07-214-18/+11
* Add Spdy ConnectFailure test back into spdy network tests.erikchen@google.com2010-07-201-1/+78
* Initial SPDY flow control supportagayev@chromium.org2010-07-2012-16/+264
* Fix tsan failure in SpdyStreamTest.ukai@chromium.org2010-07-201-0/+2
* Refactor SpdyStream state for WebSocket supportukai@chromium.org2010-07-208-51/+359
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-1711-145/+805
* 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-1411-250/+13
* SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup.cbentzel@chromium.org2010-07-1411-13/+250
* SPDY incorrectly DCHECKed that the SYN_REPLY headers could never be an empty ...erikchen@google.com2010-07-142-1/+2
* Remove hex frames from spdy_session_unittest.ccmlloyd@chromium.org2010-07-121-27/+10
* TBR: reverting broken commiterikchen@google.com2010-07-129-263/+47
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-124-8/+12
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-07-129-47/+263
* Client attempts to start a new spdy transaction with a session that is closin...erikchen@google.com2010-07-096-21/+117
* Mark differences in the hex dumpsmlloyd@chromium.org2010-07-091-18/+46
* 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
* Adds tests for the SpdyFramer.Create* frame creation methods.mlloyd@chromium.org2010-07-086-22/+576
* 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-023-85/+99
* SPDY: Handle incorrect number of headers when parsing frame headers.cbentzel@chromium.org2010-07-022-8/+55
* SPDY: Add support for WINDOW_UPDATE frame.cbentzel@chromium.org2010-07-014-1/+96
* Remove more hex frames from the SPDY unit tests.mlloyd@chromium.org2010-07-013-262/+237
* More SPDY unit test refactoring and cleanup: removed hex frames from spdy_tes...mlloyd@chromium.org2010-06-303-180/+220
* Handle the zero-length name or value case when parsing frame headers.cbentzel@chromium.org2010-06-302-0/+30
* Cleanup svn:executable prop from r51049.thestig@chromium.org2010-06-291-0/+0
* Refactors SPDY frame construction methods out ofmlloyd@chromium.org2010-06-283-484/+587
* Revert "Streams send a Rst frame upon being closed by client. Some minor edit...oshima@chromium.org2010-06-288-267/+42
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-06-288-42/+267
* SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...willchan@chromium.org2010-06-286-33/+79
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-255-25/+20
* Cleanup: Remove svn:executable from a bunch of files.thestig@chromium.org2010-06-253-0/+0
* Ignore duplicate SYN_REPLYs on the same stream. Added a unit test.mlloyd@chromium.org2010-06-244-4/+66
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-2411-433/+652
* Fix crash in GetSpdySessionFromSSLSocket in the case where thembelshe@chromium.org2010-06-244-17/+31
* 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
* Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...willchan@chromium.org2010-06-189-563/+415
* Refactor SpdyStream to get HTTP specific out of the interface and members.ukai@chromium.org2010-06-189-415/+563
* Fix crash in SpdySession::DeleteStream.ukai@chromium.org2010-06-181-2/+2
* Fix crash in DeleteStream.ukai@chromium.org2010-06-161-2/+3