| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes the type for PING id from uint32 to uint64. | jgraettinger@chromium.org | 2014-02-12 | 1 | -1/+1 |
* | Deprecate instead of close SPDY sessions upon network change. This brings our... | pauljensen@chromium.org | 2014-02-06 | 1 | -0/+5 |
* | SPDY cleanup: remove credential slot. | jgraettinger@chromium.org | 2014-01-30 | 1 | -2/+0 |
* | Modified SpdyFramer to ignore credential frames. | jgraettinger@chromium.org | 2014-01-23 | 1 | -2/+2 |
* | Enable an opaque data field on RST_STREAM frames | jgraettinger@chromium.org | 2014-01-23 | 1 | -2/+3 |
* | Added a reason field and a description to GOAWAY. | jgraettinger@chromium.org | 2014-01-21 | 1 | -43/+46 |
* | Add "raw_received_bytes" getter to SpdyStream. | eustas@chromium.org | 2013-12-09 | 1 | -1/+7 |
* | Use SpdyMajorVersion instead of int consistently | rch@chromium.org | 2013-11-26 | 1 | -1/+1 |
* | [SPDY] Remove most code dealing with credential frames | akalin@chromium.org | 2013-10-29 | 1 | -23/+0 |
* | [Net] Separate out NUM_PRIORITIES from RequestPriority enum | akalin@chromium.org | 2013-10-19 | 1 | -1/+2 |
* | [SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1 | akalin@chromium.org | 2013-10-04 | 1 | -8/+2 |
* | When an idle socket is added back to a socket pool, | mmenke@chromium.org | 2013-08-22 | 1 | -2/+2 |
* | [SPDY] Fix handling of pending stream creation tasks on a session going away | akalin@chromium.org | 2013-08-16 | 1 | -12/+12 |
* | Remove requested types from the server bound cert service: it only | juanlang@google.com | 2013-08-07 | 1 | -2/+0 |
* | [SPDY] Send HTTP/2 connection prefix for HTTP/2 connections | akalin@chromium.org | 2013-08-01 | 1 | -5/+17 |
* | [SPDY] Add strings and constants for HTTP/2 draft 04 | akalin@chromium.org | 2013-07-30 | 1 | -1/+14 |
* | Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04" | akalin@chromium.org | 2013-07-30 | 1 | -14/+1 |
* | [SPDY] Add strings and constants for HTTP/2 draft 04 | akalin@chromium.org | 2013-07-30 | 1 | -1/+14 |
* | [SPDY] Send a RST_STREAM frame before closing the associated stream | akalin@chromium.org | 2013-07-25 | 1 | -7/+11 |
* | [SPDY] Make SpdySession not ref-counted | akalin@chromium.org | 2013-07-22 | 1 | -4/+3 |
* | [SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool | akalin@chromium.org | 2013-07-22 | 1 | -2/+8 |
* | [SPDY] Remove a SPDY session from its pool only when not in an IO loop | akalin@chromium.org | 2013-07-22 | 1 | -11/+56 |
* | [SPDY] Fully implement handling of GOAWAY frames | akalin@chromium.org | 2013-07-19 | 1 | -27/+60 |
* | [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers | akalin@chromium.org | 2013-07-18 | 1 | -2/+2 |
* | [SPDY] Refactor SpdySession state machine (take 2) | akalin@chromium.org | 2013-07-18 | 1 | -45/+50 |
* | Revert "[SPDY] Refactor SpdySession state machine" | akalin@chromium.org | 2013-07-17 | 1 | -48/+45 |
* | [SPDY] Refactor SpdySession state machine | akalin@chromium.org | 2013-07-16 | 1 | -45/+48 |
* | Declaration of SPDY 4 PUSH_PROMISE; not yet used. | akalin@chromium.org | 2013-07-16 | 1 | -0/+2 |
* | SPDY Framer: Refactorings. | eustas@chromium.org | 2013-07-10 | 1 | -3/+13 |
* | [SPDY] Clean up some SpdySession tests | akalin@chromium.org | 2013-07-10 | 1 | -1/+1 |
* | Revert 210694 "fix loop" | akalin@chromium.org | 2013-07-10 | 1 | -42/+40 |
* | fix loop | akalin@chromium.org | 2013-07-10 | 1 | -40/+42 |
* | [SPDY] Make SpdySessionPool keep track of available sessions | akalin@chromium.org | 2013-07-08 | 1 | -5/+9 |
* | [SPDY] Refactor and clean up SpdySessionPool | akalin@chromium.org | 2013-07-03 | 1 | -9/+3 |
* | Use a direct include of time headers in net/, part 3. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | [SPDY] Add tests for speculative crash fix in r206851 | akalin@chromium.org | 2013-06-24 | 1 | -17/+34 |
* | [SPDY] Refactor SpdyStream's handling of response headers | akalin@chromium.org | 2013-06-24 | 1 | -1/+4 |
* | [SPDY] Fix SpdySession's handling of SYN_REPLY frames | akalin@chromium.org | 2013-06-21 | 1 | -3/+19 |
* | [SPDY] Merge the SpdySession unit tests and parametrize them on a NextProto | akalin@chromium.org | 2013-06-11 | 1 | -24/+13 |
* | [SPDY] Add a SpdyStreamType enum and use it for SpdyStream | akalin@chromium.org | 2013-05-27 | 1 | -1/+5 |
* | [SPDY] Remove the ability to send HEADERS frames | akalin@chromium.org | 2013-05-23 | 1 | -5/+0 |
* | ChannelID-less Connections in Chrome should be more granular. | mef@chromium.org | 2013-05-17 | 1 | -12/+14 |
* | [SPDY] Make SpdyStream not ref-counted | akalin@chromium.org | 2013-05-14 | 1 | -28/+36 |
* | [SPDY] Make SpdyWriteQueue use WeakPtrs and not scoped_refptrs for SpdyStream | akalin@chromium.org | 2013-05-14 | 1 | -3/+3 |
* | Make SpdySessions implement LayeredPool and hook them up | mmenke@chromium.org | 2013-05-14 | 1 | -1/+6 |
* | [SPDY] Make sure final SpdyStream references are held by SpdySession | akalin@chromium.org | 2013-05-13 | 1 | -24/+41 |
* | [SPDY] Make SpdySession::ResetStream take a RequestPriority parameter | akalin@chromium.org | 2013-05-10 | 1 | -3/+6 |
* | SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS. | rtenneti@chromium.org | 2013-04-30 | 1 | -0/+5 |
* | [SPDY] Address comments from review of r195309 | akalin@chromium.org | 2013-04-20 | 1 | -2/+2 |
* | [SPDY] Close SPDY sessions on session flow control errors | akalin@chromium.org | 2013-04-19 | 1 | -9/+13 |