| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make sure to send the SpdySettings frame as soon as possible. | willchan@chromium.org | 2010-11-19 | 1 | -2/+65 |
| * | Fix SPDY crash on race when canceling a stream that just got created. | willchan@chromium.org | 2010-11-18 | 1 | -0/+89 |
| * | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -4/+4 |
| * | Speculative fix for SpdySettingsStorage crasher. | willchan@chromium.org | 2010-10-07 | 1 | -1/+123 |
| * | Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS... | willchan@chromium.org | 2010-09-30 | 1 | -2/+1 |
| * | Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool. | willchan@chromium.org | 2010-09-30 | 1 | -1/+2 |
| * | Stop refcounting SpdySessionPool. | willchan@chromium.org | 2010-09-30 | 1 | -2/+1 |
| * | Remove the references to HttpNetworkSession in SpdySession | rch@chromium.org | 2010-09-25 | 1 | -2/+4 |
| * | Remove SpdySession::Connect(). This methods was only | rch@chromium.org | 2010-09-25 | 1 | -2/+6 |
| * | Refactor: change the spdy session pool key to take a ProxyServer instead of a... | eroman@chromium.org | 2010-08-25 | 1 | -1/+1 |
| * | Added a new MockSocket that enforces ordering of reads/writes. | erikchen@google.com | 2010-08-18 | 1 | -2/+2 |
| * | Implement server push protocol 2. | erikchen@google.com | 2010-08-05 | 1 | -78/+0 |
| * | SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se... | erikchen@google.com | 2010-08-02 | 1 | -11/+10 |
| * | Net: Get rid of ProxyServer::host_and_port() and friends. | thestig@chromium.org | 2010-07-22 | 1 | -6/+2 |
| * | Fixed memory leak in SpdyHttpStreamTest. Removed suppressions. | erikchen@google.com | 2010-07-21 | 1 | -46/+6 |
| * | Remove hex frames from spdy_session_unittest.cc | mlloyd@chromium.org | 2010-07-12 | 1 | -27/+10 |
| * | Make the various SocketParams reference counted. | vandebo@chromium.org | 2010-07-12 | 1 | -2/+4 |
| * | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -4/+3 |
| * | Fixed bug where streams do not shutdown properly after the user callback dele... | erikchen@google.com | 2010-06-24 | 1 | -7/+7 |
| * | Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou... | willchan@chromium.org | 2010-06-18 | 1 | -7/+7 |
| * | Refactor SpdyStream to get HTTP specific out of the interface and members. | ukai@chromium.org | 2010-06-18 | 1 | -7/+7 |
| * | cleaned up the way that streams close so that all of them use DeleteStream | erikchen@google.com | 2010-06-15 | 1 | -117/+0 |
| * | Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate. | willchan@chromium.org | 2010-06-15 | 1 | -0/+1 |
| * | Refactor SpdyStream. | ukai@chromium.org | 2010-06-14 | 1 | -9/+10 |
| * | Make SpdySessionPool observe network changes. | willchan@chromium.org | 2010-06-07 | 1 | -1/+1 |
| * | SPDY: Fix stream cancellation during ReadResponseBody() callback. | willchan@chromium.org | 2010-06-07 | 1 | -0/+119 |
| * | Rework the logging for sockets/connectjobs. | eroman@chromium.org | 2010-06-03 | 1 | -0/+1 |
| * | Revert r47395. Looks like it still crashes =/ | willchan@chromium.org | 2010-05-20 | 1 | -0/+1 |
| * | This is roughly a reland of r43908, although I had to rewrite a fair chunk si... | willchan@chromium.org | 2010-05-17 | 1 | -1/+0 |
| * | Plumb NetLog into SpdySession. | willchan@chromium.org | 2010-05-12 | 1 | -5/+8 |
| * | Fix valgrind memcheck issues with GetPushStream unit test. | cbentzel@chromium.org | 2010-05-10 | 1 | -1/+11 |
| * | Disable SpdySessionTest.GetPushStream due to valgrind failures. | cbentzel@chromium.org | 2010-05-04 | 1 | -1/+1 |
| * | Unit test for server push and GetPushStream. | cbentzel@chromium.org | 2010-05-04 | 1 | -2/+86 |
| * | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 1 | -1/+1 |
| * | SPDY: Fix unittest-only leak. | willchan@chromium.org | 2010-04-21 | 1 | -0/+5 |
| * | Fix crash on IP address change. | willchan@chromium.org | 2010-04-19 | 1 | -1/+4 |
| * | SPDY: Remove invalid DCHECK. | willchan@chromium.org | 2010-04-19 | 1 | -0/+5 |
| * | Flush socket pools and SPDY session pool properly on explicit requests and ne... | willchan@chromium.org | 2010-04-08 | 1 | -4/+1 |
| * | SPDY: Basic peer GoAway frame support. | willchan@chromium.org | 2010-03-10 | 1 | -1/+86 |
| * | The great Flip -> Spdy rename. | mbelshe@chromium.org | 2010-02-08 | 1 | -8/+8 |
| * | Rename all files from flip* to spdy*. | mbelshe@chromium.org | 2010-02-06 | 1 | -0/+56 |