| Commit message (Expand) | Author | Age | Files | Lines |
* | [SPDY] Unfork spdy_websocket_stream_spdy{2,3}_unittest.cc files | akalin@chromium.org | 2013-06-25 | 1 | -625/+0 |
* | [SPDY] Unfork spdy_websocket_test_util_spdy{2,3}.* files | akalin@chromium.org | 2013-06-24 | 1 | -14/+13 |
* | [SPDY] Refactor SpdyStream's handling of response headers | akalin@chromium.org | 2013-06-24 | 1 | -5/+4 |
* | Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*" | akalin@chromium.org | 2013-06-02 | 1 | -1/+1 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -5/+5 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 1 | -1/+1 |
* | ChannelID-less Connections in Chrome should be more granular. | mef@chromium.org | 2013-05-17 | 1 | -10/+12 |
* | Merge framer-based Construct* functions to SpdyTestUtil | ttuttle@chromium.org | 2013-05-15 | 1 | -2/+5 |
* | Merge spdy2/3 versions of Spdy{SessionDependencies,URLRequestContext} | ttuttle@chromium.org | 2013-05-03 | 1 | -1/+2 |
* | [SPDY] Replace SpdyIOBuffer with new SpdyBuffer class | akalin@chromium.org | 2013-04-17 | 1 | -3/+9 |
* | Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..." | akalin@chromium.org | 2013-04-17 | 1 | -9/+3 |
* | [SPDY] Replace SpdyIOBuffer with new SpdyBuffer class | akalin@chromium.org | 2013-04-17 | 1 | -3/+9 |
* | [SPDY] Plumb SPDY frame type through write queue | akalin@chromium.org | 2013-04-15 | 1 | -8/+8 |
* | Linux/ChromeOS Chromium style checker cleanup, net/ edition. | rsleevi@chromium.org | 2013-02-06 | 1 | -6/+6 |
* | Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli... | rch@chromium.org | 2012-12-04 | 1 | -5/+0 |
* | net: Update calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | WebSocket over SPDY: unit test cleanup | toyoshim@chromium.org | 2012-08-21 | 1 | -31/+19 |
* | Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro... | rch@chromium.org | 2012-07-26 | 1 | -3/+7 |
* | Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea... | vitalybuka@chromium.org | 2012-07-20 | 1 | -7/+3 |
* | Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read... | rch@chromium.org | 2012-07-20 | 1 | -3/+7 |
* | Remove linked_ptr from SpdyStream. | rch@chromium.org | 2012-07-18 | 1 | -2/+2 |
* | Revert 144649 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea... | mattm@chromium.org | 2012-06-28 | 1 | -7/+3 |
* | Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read... | rch@chromium.org | 2012-06-28 | 1 | -3/+7 |
* | Disk cache: Make sure that references to IO buffers are | rvargas@chromium.org | 2012-06-14 | 1 | -1/+1 |
* | Add a new OnHostResolutionCallback to TransportSocketParams | rch@chromium.org | 2012-06-08 | 1 | -1/+2 |
* | SPDY - replaced SpdySettings (list) with SettingsMap | rtenneti@chromium.org | 2012-04-18 | 1 | -4/+4 |
* | Move NextProto enum to a new file net/socket/next_proto.h | rch@chromium.org | 2012-03-31 | 1 | -1/+1 |
* | SPDY - persist SPDY settings. | rtenneti@chromium.org | 2012-03-24 | 1 | -12/+14 |
* | Move all objects from the spdy:: namespace to net:: | rch@chromium.org | 2012-03-22 | 1 | -30/+26 |
* | Created a new class SpdyTestStateHelper to serve as a helper to manage the st... | rch@chromium.org | 2012-03-22 | 1 | -4/+3 |
* | Add a new set of socket pools for WebSocket connections to HttpNetworkSession. | yutak@chromium.org | 2012-03-17 | 1 | -1/+2 |
* | Remove unused variable and method SpdySession::use_ssl_ | rch@chromium.org | 2012-03-16 | 1 | -1/+0 |
* | SPDY - integration of spdy/3 code. | rtenneti@google.com | 2012-03-12 | 1 | -6/+8 |
* | Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landing | rch@chromium.org | 2012-03-04 | 1 | -0/+628 |