summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session.h
Commit message (Expand)AuthorAgeFilesLines
* Disable SPDY IP pooling for SSL connections with client authentication.wtc@chromium.org2011-10-281-2/+6
* Unittest for SPDY's Failed Ping. A small test to sendrtenneti@chromium.org2011-10-251-0/+1
* Track the RTT via histograms for PING messages sent from client.rtenneti@chromium.org2011-10-181-0/+5
* Don't send preface-PING. Send trailing ping 200ms after sending the SYN_STREAM.rtenneti@chromium.org2011-10-171-4/+4
* Send PING to check the status of the SPDY connection.rtenneti@chromium.org2011-10-161-1/+124
* Add --use-spdy option to control initial max concurrent streams.willchan@chromium.org2011-10-131-4/+11
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-7/+7
* Updated spdy_framer.cc with the latest code. Code for PINGrtenneti@chromium.org2011-09-261-0/+6
* Exposing CloseIdleConnections in HttpCache, and close idle spdy sessionskristianm@chromium.org2011-09-081-0/+5
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-2/+2
* Cleanup some test ugliness. Stop using a global.willchan@chromium.org2011-07-011-4/+4
* Speculative fix for bug 80095.willchan@chromium.org2011-06-281-0/+4
* Net: Add NET_API to socket_stream and spdy.rvargas@google.com2011-05-191-2/+2
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-1/+1
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-3/+2
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-1/+0
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Enable IP pooling for SPDY.mbelshe@chromium.org2011-03-251-0/+7
* More net/ reordering.erg@google.com2011-01-211-24/+24
* Increase the initial spdy concurrent stream limit to 10mbelshe@chromium.org2010-12-141-1/+1
* Add more cwnd histograms - this type partitioned by amount of datambelshe@chromium.org2010-12-101-0/+1
* Add histograms to track stalled spdy streams.mbelshe@chromium.org2010-12-061-0/+1
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-031-1/+5
* Fix SPDY crash on race when canceling a stream that just got created.willchan@chromium.org2010-11-181-1/+18
* Change the way request headers are logged to the NetLog to ensurerch@chromium.org2010-11-111-0/+22
* 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