| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix WeakPtrFactory member order | n.bansal@samsung.com | 2014-05-27 | 1 | -2/+2 |
* | Instrument SpdyStream to catch delegate write handlers closing |this|. | jgraettinger@chromium.org | 2014-03-27 | 1 | -1/+5 |
* | Remove failing CHECK(!delegate_) from SpdyStream::OnDataReceived() | jl@opera.com | 2014-03-27 | 1 | -1/+0 |
* | Enable SpdyStream's HALF_CLOSED_REMOTE state. | jgraettinger@chromium.org | 2014-02-15 | 1 | -23/+35 |
* | Refactor SpdyStream to model HTTP/2 stream states | jgraettinger@chromium.org | 2014-02-12 | 1 | -31/+86 |
* | Remove SpdyStream::DoLoop(). | jgraettinger@chromium.org | 2014-02-05 | 1 | -161/+55 |
* | SpdyStream: Rename and update comments on members. | jgraettinger@chromium.org | 2014-01-31 | 1 | -22/+23 |
* | SPDY cleanup: remove credential slot. | jgraettinger@chromium.org | 2014-01-30 | 1 | -2/+1 |
* | Add "raw_received_bytes" getter to SpdyStream. | eustas@chromium.org | 2013-12-09 | 1 | -0/+1 |
* | 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 | -105/+1 |
* | [Net] Separate out NUM_PRIORITIES from RequestPriority enum | akalin@chromium.org | 2013-10-19 | 1 | -1/+1 |
* | [SPDY] Insert bounds checks for data structures indexed by RequestPriority | akalin@chromium.org | 2013-10-18 | 1 | -0/+2 |
* | Add a method to get, but not create, the domain bound cert for a given domain. | juanlang@google.com | 2013-08-14 | 1 | -1/+1 |
* | Remove requested types from the server bound cert service: it only | juanlang@google.com | 2013-08-07 | 1 | -7/+8 |
* | [SPDY] Add strings and constants for HTTP/2 draft 04 | akalin@chromium.org | 2013-07-30 | 1 | -0/+4 |
* | Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04" | akalin@chromium.org | 2013-07-30 | 1 | -4/+0 |
* | [SPDY] Add strings and constants for HTTP/2 draft 04 | akalin@chromium.org | 2013-07-30 | 1 | -0/+4 |
* | [SPDY] Send a RST_STREAM frame before closing the associated stream | akalin@chromium.org | 2013-07-25 | 1 | -4/+0 |
* | [SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool | akalin@chromium.org | 2013-07-22 | 1 | -1/+1 |
* | [SPDY] Fully implement handling of GOAWAY frames | akalin@chromium.org | 2013-07-19 | 1 | -9/+9 |
* | Use a direct include of the message_loop header in net/, part 3. | avi@chromium.org | 2013-07-18 | 1 | -2/+2 |
* | [SPDY] Add tests for speculative crash fix in r206851 | akalin@chromium.org | 2013-06-24 | 1 | -36/+67 |
* | [SPDY] Refactor SpdyStream's handling of response headers | akalin@chromium.org | 2013-06-24 | 1 | -154/+164 |
* | Use a dummy HttpStream for proxy redirects | akalin@chromium.org | 2013-06-24 | 1 | -0/+8 |
* | Make net and ipc explicitly use the base namespace for Values. | brettw@chromium.org | 2013-06-13 | 1 | -10/+11 |
* | Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ... | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*" | akalin@chromium.org | 2013-06-02 | 1 | -2/+2 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -10/+10 |
* | [SPDY] Refactor SpdyStream state machine | akalin@chromium.org | 2013-05-29 | 1 | -101/+90 |
* | [SPDY] Refactor SpdyStream::Delegate | akalin@chromium.org | 2013-05-29 | 1 | -16/+18 |
* | [SPDY] Add a SpdyStreamType enum and use it for SpdyStream | akalin@chromium.org | 2013-05-27 | 1 | -37/+69 |
* | [SPDY] Keep track of whether we have no more data to send in SpdyStream | akalin@chromium.org | 2013-05-25 | 1 | -31/+38 |
* | [SPDY] Remove {,set_}spdy_headers() and make SendRequest() take the headers | akalin@chromium.org | 2013-05-24 | 1 | -10/+5 |
* | [SPDY] Remove more code related to sending HEADERS frames | akalin@chromium.org | 2013-05-24 | 1 | -54/+37 |
* | [SPDY] Remove the ability to send HEADERS frames | akalin@chromium.org | 2013-05-23 | 1 | -56/+0 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 1 | -1/+1 |
* | [SPDY] Change SpdyStream::QueueStreamData() To SendStreamData() | akalin@chromium.org | 2013-05-23 | 1 | -45/+72 |
* | [SPDY] Remove SpdyStream::Delegate::OnSendBody()'s return value | akalin@chromium.org | 2013-05-22 | 1 | -3/+2 |
* | [SPDY] Strengthen checks in SpdyStream::DoSendBody() | akalin@chromium.org | 2013-05-15 | 1 | -3/+4 |
* | [SPDY] Add in_do_loop_ sentinel variable to SpdyStream | akalin@chromium.org | 2013-05-15 | 1 | -0/+12 |
* | [SPDY] Make DoSend{DomainBoundCert,Body}Complete() take a result parameter | akalin@chromium.org | 2013-05-15 | 1 | -6/+10 |
* | [SPDY] Make SpdyStream not ref-counted | akalin@chromium.org | 2013-05-14 | 1 | -8/+10 |
* | [SPDY] Make SpdyWriteQueue use WeakPtrs and not scoped_refptrs for SpdyStream | akalin@chromium.org | 2013-05-14 | 1 | -15/+10 |
* | [SPDY] Make sure final SpdyStream references are held by SpdySession | akalin@chromium.org | 2013-05-13 | 1 | -21/+19 |
* | [SPDY] Make SpdySession::ResetStream take a RequestPriority parameter | akalin@chromium.org | 2013-05-10 | 1 | -7/+9 |
* | Do not attempt to send a channel id if the stream is a pushed stream, or if t... | rch@chromium.org | 2013-04-30 | 1 | -2/+3 |
* | net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -1/+1 |
* | ServerBoundCertService::GetDomainBoundCert should take a host string, not an ... | mattm@chromium.org | 2013-04-29 | 1 | -1/+1 |
* | [SPDY] Fix bug where a SPDY stream might not unstall properly in all cases | akalin@chromium.org | 2013-04-21 | 1 | -0/+3 |