| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix WeakPtrFactory member order | n.bansal@samsung.com | 2014-05-27 | 1 | -1/+2 |
* | [SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool | akalin@chromium.org | 2013-07-22 | 1 | -2/+3 |
* | Use a direct include of time headers in net/, part 3. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | [SPDY] Unfork spdy_websocket_stream_spdy{2,3}_unittest.cc files | akalin@chromium.org | 2013-06-25 | 1 | -4/+2 |
* | [SPDY] Refactor SpdyStream's handling of response headers | akalin@chromium.org | 2013-06-24 | 1 | -8/+6 |
* | [SPDY] Refactor SpdyStream::Delegate | akalin@chromium.org | 2013-05-29 | 1 | -9/+8 |
* | [SPDY] Add a SpdyStreamType enum and use it for SpdyStream | akalin@chromium.org | 2013-05-27 | 1 | -1/+1 |
* | [SPDY] Keep track of whether we have no more data to send in SpdyStream | akalin@chromium.org | 2013-05-25 | 1 | -2/+2 |
* | [SPDY] Remove more code related to sending HEADERS frames | akalin@chromium.org | 2013-05-24 | 1 | -1/+0 |
* | [SPDY] Change SpdyStream::QueueStreamData() To SendStreamData() | akalin@chromium.org | 2013-05-23 | 1 | -2/+3 |
* | [SPDY] Remove SpdyStream::Delegate::OnSendBody()'s return value | akalin@chromium.org | 2013-05-22 | 1 | -1/+1 |
* | [SPDY] Make sure final SpdyStream references are held by SpdySession | akalin@chromium.org | 2013-05-13 | 1 | -1/+1 |
* | [SPDY] Replace SpdyIOBuffer with new SpdyBuffer class | akalin@chromium.org | 2013-04-17 | 1 | -2/+2 |
* | Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..." | akalin@chromium.org | 2013-04-17 | 1 | -2/+2 |
* | [SPDY] Replace SpdyIOBuffer with new SpdyBuffer class | akalin@chromium.org | 2013-04-17 | 1 | -2/+2 |
* | [SPDY] Plumb SPDY frame type through write queue | akalin@chromium.org | 2013-04-15 | 1 | -5/+5 |
* | [SPDY] Audit delegates of SpdyStream | akalin@chromium.org | 2013-03-09 | 1 | -0/+2 |
* | [SPDY] Create SpdyStreamRequest class to help manage delayed creation of streams | akalin@chromium.org | 2013-03-02 | 1 | -0/+2 |
* | Add SPDY request headers to DevTools. | mmenke@chromium.org | 2012-09-07 | 1 | -0/+1 |
* | SPDY: WriteHeaders should invoke OnDataSent callback | toyoshim@chromium.org | 2012-08-15 | 1 | -0/+1 |
* | SPDY - Handle incomplete headers during server push. | rtenneti@chromium.org | 2012-08-06 | 1 | -1/+1 |
* | Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro... | rch@chromium.org | 2012-07-26 | 1 | -0/+2 |
* | Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea... | vitalybuka@chromium.org | 2012-07-20 | 1 | -2/+0 |
* | Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read... | rch@chromium.org | 2012-07-20 | 1 | -0/+2 |
* | Remove linked_ptr from SpdyStream. | rch@chromium.org | 2012-07-18 | 1 | -2/+2 |
* | SPDY - chunked upload - cleanup of spdy_http_stream to read the data | rtenneti@chromium.org | 2012-07-12 | 1 | -1/+0 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Revert 144649 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea... | mattm@chromium.org | 2012-06-28 | 1 | -2/+0 |
* | Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read... | rch@chromium.org | 2012-06-28 | 1 | -0/+2 |
* | RefCounted types should not have public destructors, net/ edition | rsleevi@chromium.org | 2012-05-29 | 1 | -0/+3 |
* | Move all objects from the spdy:: namespace to net:: | rch@chromium.org | 2012-03-22 | 1 | -3/+3 |
* | Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landing | rch@chromium.org | 2012-03-04 | 1 | -2/+3 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -2/+0 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -8/+8 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -1/+1 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -2/+2 |
* | WebSocket over SPDY: SpdyWebSocketStream | toyoshim@chromium.org | 2011-06-27 | 1 | -0/+99 |