summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix WeakPtrFactory member ordern.bansal@samsung.com2014-05-271-2/+2
* Instrument SpdyStream to catch delegate write handlers closing |this|.jgraettinger@chromium.org2014-03-271-1/+5
* Remove failing CHECK(!delegate_) from SpdyStream::OnDataReceived()jl@opera.com2014-03-271-1/+0
* Enable SpdyStream's HALF_CLOSED_REMOTE state.jgraettinger@chromium.org2014-02-151-23/+35
* Refactor SpdyStream to model HTTP/2 stream statesjgraettinger@chromium.org2014-02-121-31/+86
* Remove SpdyStream::DoLoop().jgraettinger@chromium.org2014-02-051-161/+55
* SpdyStream: Rename and update comments on members.jgraettinger@chromium.org2014-01-311-22/+23
* SPDY cleanup: remove credential slot.jgraettinger@chromium.org2014-01-301-2/+1
* Add "raw_received_bytes" getter to SpdyStream.eustas@chromium.org2013-12-091-0/+1
* Use SpdyMajorVersion instead of int consistentlyrch@chromium.org2013-11-261-1/+1
* [SPDY] Remove most code dealing with credential framesakalin@chromium.org2013-10-291-105/+1
* [Net] Separate out NUM_PRIORITIES from RequestPriority enumakalin@chromium.org2013-10-191-1/+1
* [SPDY] Insert bounds checks for data structures indexed by RequestPriorityakalin@chromium.org2013-10-181-0/+2
* Add a method to get, but not create, the domain bound cert for a given domain.juanlang@google.com2013-08-141-1/+1
* Remove requested types from the server bound cert service: it onlyjuanlang@google.com2013-08-071-7/+8
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-0/+4
* Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"akalin@chromium.org2013-07-301-4/+0
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-0/+4
* [SPDY] Send a RST_STREAM frame before closing the associated streamakalin@chromium.org2013-07-251-4/+0
* [SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPoolakalin@chromium.org2013-07-221-1/+1
* [SPDY] Fully implement handling of GOAWAY framesakalin@chromium.org2013-07-191-9/+9
* Use a direct include of the message_loop header in net/, part 3.avi@chromium.org2013-07-181-2/+2
* [SPDY] Add tests for speculative crash fix in r206851akalin@chromium.org2013-06-241-36/+67
* [SPDY] Refactor SpdyStream's handling of response headersakalin@chromium.org2013-06-241-154/+164
* Use a dummy HttpStream for proxy redirectsakalin@chromium.org2013-06-241-0/+8
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-131-10/+11
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-1/+1
* Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-021-2/+2
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-10/+10
* [SPDY] Refactor SpdyStream state machineakalin@chromium.org2013-05-291-101/+90
* [SPDY] Refactor SpdyStream::Delegateakalin@chromium.org2013-05-291-16/+18
* [SPDY] Add a SpdyStreamType enum and use it for SpdyStreamakalin@chromium.org2013-05-271-37/+69
* [SPDY] Keep track of whether we have no more data to send in SpdyStreamakalin@chromium.org2013-05-251-31/+38
* [SPDY] Remove {,set_}spdy_headers() and make SendRequest() take the headersakalin@chromium.org2013-05-241-10/+5
* [SPDY] Remove more code related to sending HEADERS framesakalin@chromium.org2013-05-241-54/+37
* [SPDY] Remove the ability to send HEADERS framesakalin@chromium.org2013-05-231-56/+0
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-1/+1
* [SPDY] Change SpdyStream::QueueStreamData() To SendStreamData()akalin@chromium.org2013-05-231-45/+72
* [SPDY] Remove SpdyStream::Delegate::OnSendBody()'s return valueakalin@chromium.org2013-05-221-3/+2
* [SPDY] Strengthen checks in SpdyStream::DoSendBody()akalin@chromium.org2013-05-151-3/+4
* [SPDY] Add in_do_loop_ sentinel variable to SpdyStreamakalin@chromium.org2013-05-151-0/+12
* [SPDY] Make DoSend{DomainBoundCert,Body}Complete() take a result parameterakalin@chromium.org2013-05-151-6/+10
* [SPDY] Make SpdyStream not ref-countedakalin@chromium.org2013-05-141-8/+10
* [SPDY] Make SpdyWriteQueue use WeakPtrs and not scoped_refptrs for SpdyStreamakalin@chromium.org2013-05-141-15/+10
* [SPDY] Make sure final SpdyStream references are held by SpdySessionakalin@chromium.org2013-05-131-21/+19
* [SPDY] Make SpdySession::ResetStream take a RequestPriority parameterakalin@chromium.org2013-05-101-7/+9
* Do not attempt to send a channel id if the stream is a pushed stream, or if t...rch@chromium.org2013-04-301-2/+3
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* ServerBoundCertService::GetDomainBoundCert should take a host string, not an ...mattm@chromium.org2013-04-291-1/+1
* [SPDY] Fix bug where a SPDY stream might not unstall properly in all casesakalin@chromium.org2013-04-211-0/+3