summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session.cc
Commit message (Expand)AuthorAgeFilesLines
* SPDY - add support for spdy/2.1 to support flow control.rtenneti@google.com2011-12-101-2/+11
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-19/+19
* Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idl...rtenneti@google.com2011-12-071-1/+17
* Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / ...rtenneti@chromium.org2011-12-071-17/+1
* Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions wh...rtenneti@chromium.org2011-12-061-1/+17
* SPDY PING - log the type of PING if it is receivedrtenneti@chromium.org2011-12-061-3/+8
* Make SpdyFrame::size a constant instead of a static method so gcc can optimiz...thakis@chromium.org2011-12-041-5/+5
* Revert 112130 - Close idle connections / SPDY sessions when needed.sail@chromium.org2011-11-301-17/+1
* Close idle connections / SPDY sessions when needed.willchan@chromium.org2011-11-301-1/+17
* Persist dynamically learned SPDY settings (like CWND).rtenneti@chromium.org2011-11-151-6/+9
* Send preface-PING message once in 10 secs and send PINGrtenneti@chromium.org2011-11-121-10/+20
* Disable SPDY IP pooling for SSL connections with client authentication.wtc@chromium.org2011-10-281-1/+1
* Track the RTT via histograms for PING messages sent from client.rtenneti@chromium.org2011-10-181-0/+13
* Changes the sending of PING to 1 secs insteadrtenneti@chromium.org2011-10-171-2/+8
* Don't send preface-PING. Send trailing ping 200ms after sending the SYN_STREAM.rtenneti@chromium.org2011-10-171-10/+7
* Removed eroneous DCHECK in CheckPingStatusrtenneti@chromium.org2011-10-171-1/+0
* Send PING to check the status of the SPDY connection.rtenneti@chromium.org2011-10-161-1/+170
* Add --use-spdy option to control initial max concurrent streams.willchan@chromium.org2011-10-131-1/+4
* Support SPDY RST_STREAM with REFUSED_STREAM status properly.willchan@chromium.org2011-10-131-0/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Updated spdy_framer.cc with the latest code. Code for PINGrtenneti@chromium.org2011-09-261-0/+11
* LOG(WARNING)=>VLOG for SPDY path loggingwillchan@chromium.org2011-09-091-2/+2
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Cleanup some test ugliness. Stop using a global.willchan@chromium.org2011-07-011-10/+3
* Speculative fix for bug 80095.willchan@chromium.org2011-06-281-0/+12
* GetPeerAddress could be called without socket, added checkdpolukhin@chromium.org2011-05-061-0/+6
* Find("SpdyCwnd") is sometimes coming back null. This guards against that case.russellbrenner@google.com2011-04-261-0/+4
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-0/+8
* We've finished testing with the cwnd fixed at 32, it is clearly worse.mbelshe@chromium.org2011-04-111-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Enable IP pooling for SPDY.mbelshe@chromium.org2011-03-251-0/+12
* Removed the static on all stats macros and changed the static declarationrtenneti@chromium.org2011-03-221-6/+6
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-1/+1
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-1/+1
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-1/+1
* In spdy_session dont call CloseAllStreams if it hasrtenneti@chromium.org2011-02-151-3/+5
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-0/+2
* Fix 'else' style nit.wtc@google.com2010-12-151-3/+1
* Add some experiments for different policies on cwnd restore.mbelshe@chromium.org2010-12-111-7/+37
* Add more cwnd histograms - this type partitioned by amount of datambelshe@chromium.org2010-12-101-0/+25
* Add histogram to analyze sent cwnd settings for spdy.mbelshe@chromium.org2010-12-091-0/+14
* Don't tweak buffer size for SPDYmbelshe@chromium.org2010-12-091-13/+0
* Add origin checking for server pushed resources.mbelshe@chromium.org2010-12-081-10/+18
* Add histograms to track stalled spdy streams.mbelshe@chromium.org2010-12-061-0/+7
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-031-22/+73
* Fix case where a SPDY stream with an un-verified cert would kill the browsermbelshe@google.com2010-12-011-6/+8
* Make sure to send the SpdySettings frame as soon as possible.willchan@chromium.org2010-11-191-3/+2
* Fix SPDY crash on race when canceling a stream that just got created.willchan@chromium.org2010-11-181-4/+24
* Change the way request headers are logged to the NetLog to ensurerch@chromium.org2010-11-111-32/+25
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-30/+40