summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Streams send a Rst frame upon being closed by client. Some minor edit...oshima@chromium.org2010-06-281-48/+24
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-06-281-24/+48
* SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...willchan@chromium.org2010-06-281-14/+41
* Cleanup: Remove svn:executable from a bunch of files.thestig@chromium.org2010-06-251-0/+0
* Ignore duplicate SYN_REPLYs on the same stream. Added a unit test.mlloyd@chromium.org2010-06-241-4/+11
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-241-201/+52
* Fix crash in GetSpdySessionFromSSLSocket in the case where thembelshe@chromium.org2010-06-241-7/+13
* Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...willchan@chromium.org2010-06-181-52/+201
* Refactor SpdyStream to get HTTP specific out of the interface and members.ukai@chromium.org2010-06-181-201/+52
* 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-151-55/+39
* Refactor SpdyStream.ukai@chromium.org2010-06-141-14/+18
* SPDY: Fix stream cancellation during ReadResponseBody() callback.willchan@chromium.org2010-06-071-3/+8
* Import the server-side code for URL encoding & unittest.mbelshe@chromium.org2010-06-071-1/+0
* 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-211-13/+57
* Separate SPDY data-frame compression from the header compressors.mbelshe@chromium.org2010-05-211-2/+2
* Reland 47342.willchan@chromium.org2010-05-161-6/+55
* 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-151-54/+3
* Support SpdySession as a new NetLog source type. Start logging some more SPDY...willchan@chromium.org2010-05-151-3/+54
* Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.willchan@chromium.org2010-05-131-21/+71
* Plumb NetLog into SpdySession.willchan@chromium.org2010-05-121-10/+10
* Fix valgrind memcheck issues with GetPushStream unit test.cbentzel@chromium.org2010-05-101-2/+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-051-2/+9
* Fix a hang on SPDY session teardown when streams are still active.mbelshe@chromium.org2010-05-041-2/+1
* Unit test for server push and GetPushStream.cbentzel@chromium.org2010-05-041-2/+2
* A couple of SPDY server push bug fixes.mbelshe@chromium.org2010-04-291-1/+1
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-1/+1
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-1/+1
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-1/+1
* Fix cases where SpdySession can double-remove from the SpdySessionPool.mbelshe@chromium.org2010-04-231-3/+11
* Fix crasher on SpdySession teardown. When we close the session on error,mbelshe@chromium.org2010-04-211-0/+4
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-7/+7
* SPDY: Remove invalid DCHECK.willchan@chromium.org2010-04-191-2/+0
* SPDY: Minor code cleanup.willchan@chromium.org2010-04-161-4/+5
* Fix crash in WriteSocket() when sending Settings framesmbelshe@chromium.org2010-04-161-1/+7
* Take 2 at landing the SPDY SETTINGS frame patch.mbelshe@chromium.org2010-04-091-43/+68
* Revert 44092 - Add support for the SPDY session frame.jar@chromium.org2010-04-091-68/+43
* Add support for the SPDY session frame.mbelshe@chromium.org2010-04-091-43/+68
* SPDY: Improve logging messages for SpdySession.willchan@chromium.org2010-03-301-3/+9
* Re-enable the ConnectFailure case. Previously, this test casembelshe@chromium.org2010-03-291-0/+4
* Reducing the debug output spam.ahendrickson@google.com2010-03-251-4/+0
* SpdySession now sets the following fields in HttpResponseInfo: ahendrickson@google.com2010-03-251-20/+52
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-7/+7
* SPDY: Basic peer GoAway frame support.willchan@chromium.org2010-03-101-24/+38
* Update spdy_protocol to support the GOAWAY message.mbelshe@chromium.org2010-03-041-3/+6
* Use CHECK_* in netwillchan@chromium.org2010-03-021-4/+4