| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable SPDY IP pooling for SSL connections with client authentication. | wtc@chromium.org | 2011-10-28 | 1 | -2/+6 |
* | Unittest for SPDY's Failed Ping. A small test to send | rtenneti@chromium.org | 2011-10-25 | 1 | -0/+1 |
* | Track the RTT via histograms for PING messages sent from client. | rtenneti@chromium.org | 2011-10-18 | 1 | -0/+5 |
* | Don't send preface-PING. Send trailing ping 200ms after sending the SYN_STREAM. | rtenneti@chromium.org | 2011-10-17 | 1 | -4/+4 |
* | Send PING to check the status of the SPDY connection. | rtenneti@chromium.org | 2011-10-16 | 1 | -1/+124 |
* | Add --use-spdy option to control initial max concurrent streams. | willchan@chromium.org | 2011-10-13 | 1 | -4/+11 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -7/+7 |
* | Updated spdy_framer.cc with the latest code. Code for PING | rtenneti@chromium.org | 2011-09-26 | 1 | -0/+6 |
* | Exposing CloseIdleConnections in HttpCache, and close idle spdy sessions | kristianm@chromium.org | 2011-09-08 | 1 | -0/+5 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -2/+2 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -2/+2 |
* | Cleanup some test ugliness. Stop using a global. | willchan@chromium.org | 2011-07-01 | 1 | -4/+4 |
* | Speculative fix for bug 80095. | willchan@chromium.org | 2011-06-28 | 1 | -0/+4 |
* | Net: Add NET_API to socket_stream and spdy. | rvargas@google.com | 2011-05-19 | 1 | -2/+2 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -1/+1 |
* | Added GetLocalAddress() in net::ClientSocket. | sergeyu@chromium.org | 2011-04-19 | 1 | -3/+2 |
* | Rename a number of classes previously labeled "TCP" to "Transport" in | mbelshe@chromium.org | 2011-04-07 | 1 | -1/+0 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Enable IP pooling for SPDY. | mbelshe@chromium.org | 2011-03-25 | 1 | -0/+7 |
* | More net/ reordering. | erg@google.com | 2011-01-21 | 1 | -24/+24 |
* | Increase the initial spdy concurrent stream limit to 10 | mbelshe@chromium.org | 2010-12-14 | 1 | -1/+1 |
* | Add more cwnd histograms - this type partitioned by amount of data | mbelshe@chromium.org | 2010-12-10 | 1 | -0/+1 |
* | Add histograms to track stalled spdy streams. | mbelshe@chromium.org | 2010-12-06 | 1 | -0/+1 |
* | Update server push to allow use of HEADERS frame. | mbelshe@chromium.org | 2010-12-03 | 1 | -1/+5 |
* | Fix SPDY crash on race when canceling a stream that just got created. | willchan@chromium.org | 2010-11-18 | 1 | -1/+18 |
* | Change the way request headers are logged to the NetLog to ensure | rch@chromium.org | 2010-11-11 | 1 | -0/+22 |
* | Temporary fix to reduce the spdy concurrent streams to 6. | mbelshe@chromium.org | 2010-10-25 | 1 | -1/+10 |
* | Render SpdySessionPools on the Data tab and on a new | mmenke@chromium.org | 2010-10-12 | 1 | -0/+4 |
* | Speculative fix for SpdySettingsStorage crasher. | willchan@chromium.org | 2010-10-07 | 1 | -1/+5 |
* | Fixes the tests written for http://codereview.chromium.org/3432009/show | rch@chromium.org | 2010-10-01 | 1 | -0/+10 |
* | Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS... | willchan@chromium.org | 2010-09-30 | 1 | -4/+8 |
* | Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool. | willchan@chromium.org | 2010-09-30 | 1 | -8/+4 |
* | Stop refcounting SpdySessionPool. | willchan@chromium.org | 2010-09-30 | 1 | -4/+8 |
* | Use ScopedRunnableMethodFactory for SpdySession to better control lifetime. | willchan@chromium.org | 2010-09-29 | 1 | -0/+7 |
* | Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS... | rch@chromium.org | 2010-09-28 | 1 | -10/+0 |
* | Add a new class SpdyProxyClientSocket which implements ClientSocket | rch@chromium.org | 2010-09-28 | 1 | -0/+10 |
* | Remove the references to HttpNetworkSession in SpdySession | rch@chromium.org | 2010-09-25 | 1 | -4/+6 |
* | Remove SpdySession::Connect(). This methods was only | rch@chromium.org | 2010-09-25 | 1 | -14/+0 |
* | Add logging to the spdy session pool. | mbelshe@chromium.org | 2010-08-30 | 1 | -0/+2 |
* | SPDY flow control: add support for receive window size | agayev@chromium.org | 2010-08-26 | 1 | -1/+12 |
* | Fix bug where pushed SPDY streams were never actually closed. | mbelshe@chromium.org | 2010-08-23 | 1 | -0/+7 |
* | SpdySessionPool closes down sessions accurately now. | erikchen@google.com | 2010-08-19 | 1 | -1/+5 |
* | Extract connection logic from HttpNetworkTransaction into a new | mbelshe@chromium.org | 2010-08-19 | 1 | -6/+7 |
* | Clean up SpdyStream. | erikchen@google.com | 2010-08-06 | 1 | -4/+0 |
* | Implement server push protocol 2. | erikchen@google.com | 2010-08-05 | 1 | -9/+4 |
* | SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se... | erikchen@google.com | 2010-08-02 | 1 | -4/+11 |
* | When we get a silent TCP RST, SPDY connections need to retry. | mbelshe@chromium.org | 2010-07-31 | 1 | -0/+10 |
* | More FRIEND_TEST_ALL_PREFIXES. | phajdan.jr@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | SPDY now always uses http_network_transaction instead of spdy_network_transac... | erikchen@google.com | 2010-07-23 | 1 | -3/+6 |