summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 120855 - SPDY - Adjust the send window size of all streams (new and cur...rtenneti@chromium.org2012-02-081-0/+3
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-281-1/+1
* SPDY - Change all tests to use SPDY/2.1 protocol. Madertenneti@chromium.org2012-01-271-2/+14
* Revert r113405, since it appears to be causing a crash and a hang. Also rever...eroman@chromium.org2012-01-241-6/+2
* Add support to SpdyFramer for the CREDENTIAL frame.rch@chromium.org2011-12-271-1/+5
* Changes to read SPDY headers incrementally. rtenneti@chromium.org2011-12-251-13/+17
* Eliminate no-arg constructor for CallbackResultPairtbreisacher@chromium.org2011-12-221-1/+0
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-12-211-1/+3
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-8/+14
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-1/+4
* SPDY - add support for spdy/2.1 to support flow control.rtenneti@google.com2011-12-101-3/+11
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-7/+2
* Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idl...rtenneti@google.com2011-12-071-1/+6
* Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / ...rtenneti@chromium.org2011-12-071-6/+1
* Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions wh...rtenneti@chromium.org2011-12-061-1/+6
* Make SpdyFrame::size a constant instead of a static method so gcc can optimiz...thakis@chromium.org2011-12-041-1/+1
* Revert 112130 - Close idle connections / SPDY sessions when needed.sail@chromium.org2011-11-301-6/+1
* Close idle connections / SPDY sessions when needed.willchan@chromium.org2011-11-301-1/+6
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-6/+6
* Persist dynamically learned SPDY settings (like CWND).rtenneti@chromium.org2011-11-151-2/+2
* Send preface-PING message once in 10 secs and send PINGrtenneti@chromium.org2011-11-121-6/+6
* 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