summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleaned up the way that streams close so that all of them use DeleteStreamerikchen@google.com2010-06-155-192/+52
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-153-0/+3
* Refactor SpdyStream.ukai@chromium.org2010-06-1410-344/+504
* SPDY: Minor code cleanup.willchan@chromium.org2010-06-111-1/+3
* Return NULL instead of false when appropriate.evan@chromium.org2010-06-101-1/+1
* Make SpdySessionPool observe network changes.willchan@chromium.org2010-06-075-9/+34
* SPDY: Fix stream cancellation during ReadResponseBody() callback.willchan@chromium.org2010-06-072-3/+127
* Import the server-side code for URL encoding & unittest.mbelshe@chromium.org2010-06-071-1/+0
* Fix leaky spdy sessions and remove suppression.vandebo@chromium.org2010-06-033-4/+10
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-033-2/+5
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-211-0/+5
* Add more histograms for SPDY and settings.mbelshe@chromium.org2010-05-212-13/+62
* Separate SPDY data-frame compression from the header compressors.mbelshe@chromium.org2010-05-215-139/+473
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-203-0/+3
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-173-3/+0
* Reland 47342.willchan@chromium.org2010-05-163-9/+58
* SPDY: Add push streams to the NetLog.willchan@chromium.org2010-05-151-1/+18
* Revert 47342 - Support SpdySession as a new NetLog source type. Start logging...willchan@chromium.org2010-05-153-57/+6
* Support SpdySession as a new NetLog source type. Start logging some more SPDY...willchan@chromium.org2010-05-153-6/+57
* Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.willchan@chromium.org2010-05-136-33/+86
* Plumb NetLog into SpdySession.willchan@chromium.org2010-05-127-30/+45
* Fix valgrind memcheck issues with GetPushStream unit test.cbentzel@chromium.org2010-05-105-10/+47
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-061-1/+1
* Fix leak in SpdyNetworkTransactionTest.CloseWithActiveStream.mbelshe@chromium.org2010-05-051-1/+1
* Fix SPDY crash where we receive an early SYN_REPLY.mbelshe@chromium.org2010-05-054-24/+79
* Disable SpdySessionTest.GetPushStream due to valgrind failures.cbentzel@chromium.org2010-05-042-2/+2
* Fix a hang on SPDY session teardown when streams are still active.mbelshe@chromium.org2010-05-042-2/+51
* Move OrderedSocketData to SocketTestUtil so it can be used elsewhere.willchan@chromium.org2010-05-041-207/+0
* Unit test for server push and GetPushStream.cbentzel@chromium.org2010-05-044-4/+92