summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session.h
Commit message (Expand)AuthorAgeFilesLines
* Temporary fix to reduce the spdy concurrent streams to 6.mbelshe@chromium.org2010-10-251-1/+10
* Render SpdySessionPools on the Data tab and on a newmmenke@chromium.org2010-10-121-0/+4
* Speculative fix for SpdySettingsStorage crasher.willchan@chromium.org2010-10-071-1/+5
* Fixes the tests written for http://codereview.chromium.org/3432009/showrch@chromium.org2010-10-011-0/+10
* Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...willchan@chromium.org2010-09-301-4/+8
* Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-8/+4
* Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-4/+8
* Use ScopedRunnableMethodFactory for SpdySession to better control lifetime.willchan@chromium.org2010-09-291-0/+7
* Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS...rch@chromium.org2010-09-281-10/+0
* Add a new class SpdyProxyClientSocket which implements ClientSocketrch@chromium.org2010-09-281-0/+10
* Remove the references to HttpNetworkSession in SpdySessionrch@chromium.org2010-09-251-4/+6
* Remove SpdySession::Connect(). This methods was onlyrch@chromium.org2010-09-251-14/+0
* Add logging to the spdy session pool.mbelshe@chromium.org2010-08-301-0/+2
* SPDY flow control: add support for receive window sizeagayev@chromium.org2010-08-261-1/+12
* Fix bug where pushed SPDY streams were never actually closed.mbelshe@chromium.org2010-08-231-0/+7
* SpdySessionPool closes down sessions accurately now.erikchen@google.com2010-08-191-1/+5
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-6/+7
* Clean up SpdyStream.erikchen@google.com2010-08-061-4/+0
* Implement server push protocol 2.erikchen@google.com2010-08-051-9/+4
* SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...erikchen@google.com2010-08-021-4/+11
* When we get a silent TCP RST, SPDY connections need to retry.mbelshe@chromium.org2010-07-311-0/+10
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-301-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* SPDY now always uses http_network_transaction instead of spdy_network_transac...erikchen@google.com2010-07-231-3/+6
* SPDY flow control: enforce obeying send window size via a command-line switch...agayev@chromium.org2010-07-221-4/+15
* Remove SpdyHttpStream dependency in SpdySessionukai@chromium.org2010-07-211-10/+4
* Initial SPDY flow control supportagayev@chromium.org2010-07-201-1/+12
* Refactor SpdyStream state for WebSocket supportukai@chromium.org2010-07-201-1/+2
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-171-2/+48
* Revert 52352 - SPDY: Initial support for handling WINDOW_UPDATE frames and so...cbentzel@chromium.org2010-07-141-14/+0
* SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup.cbentzel@chromium.org2010-07-141-0/+14
* TBR: reverting broken commiterikchen@google.com2010-07-121-12/+5
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-1/+1
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-07-121-5/+12
* Client attempts to start a new spdy transaction with a session that is closin...erikchen@google.com2010-07-091-9/+12
* Revert "Streams send a Rst frame upon being closed by client. Some minor edit...oshima@chromium.org2010-06-281-12/+5
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-06-281-5/+12
* SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...willchan@chromium.org2010-06-281-7/+13
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-241-20/+29
* Fix crash in GetSpdySessionFromSSLSocket in the case where thembelshe@chromium.org2010-06-241-2/+4
* Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...willchan@chromium.org2010-06-181-29/+20
* Refactor SpdyStream to get HTTP specific out of the interface and members.ukai@chromium.org2010-06-181-20/+29
* cleaned up the way that streams close so that all of them use DeleteStreamerikchen@google.com2010-06-151-5/+5
* Refactor SpdyStream.ukai@chromium.org2010-06-141-5/+8
* Add more histograms for SPDY and settings.mbelshe@chromium.org2010-05-211-0/+5
* Reland 47342.willchan@chromium.org2010-05-161-1/+1
* Revert 47342 - Support SpdySession as a new NetLog source type. Start logging...willchan@chromium.org2010-05-151-1/+1
* Support SpdySession as a new NetLog source type. Start logging some more SPDY...willchan@chromium.org2010-05-151-1/+1
* Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.willchan@chromium.org2010-05-131-4/+7
* Plumb NetLog into SpdySession.willchan@chromium.org2010-05-121-5/+9