summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_stream.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new SpdyStream::Delegate method to handle trailersxunjieli2015-08-111-4/+12
* Remove bogus check from SpdyStream::OnFrameWriteComplete().bnc2015-06-291-3/+4
* Remove SpdyStream::GetSSLCertRequestInfo.davidben2015-05-121-5/+0
* Check if |this| is valid after calling SpdyStream::DecreaseRecvWindowSize.bnc2015-04-231-2/+2
* Flow control related refactoring.bnc2015-04-091-2/+16
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* Remove the ScopedBandwidthMetrics class and associated Net.DownloadBandwith m...rkaplow2015-03-311-3/+0
* Account for HTTP/2 padding in receive windows.bnc2015-03-251-2/+6
* Rename ServerBoundCert => ChannelID to reflect the current namerch@chromium.org2014-07-251-5/+0
* Implement PUSH_PROMISE handling in spdy_sessionbaranovich@yandex-team.ru2014-06-201-3/+6
* Introduce STATE_RESERVED_REMOTE. No behavioral changesbaranovich@yandex-team.ru2014-06-121-5/+9
* 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-0/+5
* Enable SpdyStream's HALF_CLOSED_REMOTE state.jgraettinger@chromium.org2014-02-151-5/+2
* Refactor SpdyStream to model HTTP/2 stream statesjgraettinger@chromium.org2014-02-121-12/+28
* Remove SpdyStream::DoLoop().jgraettinger@chromium.org2014-02-051-16/+8
* SpdyStream: Rename and update comments on members.jgraettinger@chromium.org2014-01-311-13/+20
* SPDY cleanup: remove credential slot.jgraettinger@chromium.org2014-01-301-1/+0
* Add "raw_received_bytes" getter to SpdyStream.eustas@chromium.org2013-12-091-0/+10
* Use SpdyMajorVersion instead of int consistentlyrch@chromium.org2013-11-261-1/+1
* [SPDY] Remove most code dealing with credential framesakalin@chromium.org2013-10-291-10/+0
* [SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1akalin@chromium.org2013-10-041-4/+1
* Remove requested types from the server bound cert service: it onlyjuanlang@google.com2013-08-071-1/+0
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-0/+7
* Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"akalin@chromium.org2013-07-301-7/+0
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-0/+7
* [SPDY] Send a RST_STREAM frame before closing the associated streamakalin@chromium.org2013-07-251-1/+0
* [SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPoolakalin@chromium.org2013-07-221-3/+3
* [SPDY] Fully implement handling of GOAWAY framesakalin@chromium.org2013-07-191-7/+12
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* [SPDY] Add tests for speculative crash fix in r206851akalin@chromium.org2013-06-241-25/+16
* [SPDY] Refactor SpdyStream's handling of response headersakalin@chromium.org2013-06-241-47/+124
* Use a dummy HttpStream for proxy redirectsakalin@chromium.org2013-06-241-0/+3
* [SPDY] Fix SpdySession's handling of SYN_REPLY framesakalin@chromium.org2013-06-211-0/+1
* [SPDY] Refactor SpdyStream state machineakalin@chromium.org2013-05-291-17/+1
* [SPDY] Refactor SpdyStream::Delegateakalin@chromium.org2013-05-291-35/+18
* [SPDY] Add a SpdyStreamType enum and use it for SpdyStreamakalin@chromium.org2013-05-271-32/+47
* [SPDY] Keep track of whether we have no more data to send in SpdyStreamakalin@chromium.org2013-05-251-22/+30
* [SPDY] Remove {,set_}spdy_headers() and make SendRequest() take the headersakalin@chromium.org2013-05-241-3/+1
* [SPDY] Remove more code related to sending HEADERS framesakalin@chromium.org2013-05-241-3/+7
* [SPDY] Remove the ability to send HEADERS framesakalin@chromium.org2013-05-231-4/+0
* [SPDY] Change SpdyStream::QueueStreamData() To SendStreamData()akalin@chromium.org2013-05-231-14/+31
* [SPDY] Remove SpdyStream::Delegate::OnSendBody()'s return valueakalin@chromium.org2013-05-221-4/+8
* [SPDY] Add in_do_loop_ sentinel variable to SpdyStreamakalin@chromium.org2013-05-151-0/+4
* [SPDY] Make DoSend{DomainBoundCert,Body}Complete() take a result parameterakalin@chromium.org2013-05-151-2/+2
* [SPDY] Make SpdyStream not ref-countedakalin@chromium.org2013-05-141-7/+6
* [SPDY] Make sure final SpdyStream references are held by SpdySessionakalin@chromium.org2013-05-131-4/+15
* [SPDY] Avoid leaking bytes from the session flow control send windowakalin@chromium.org2013-04-181-31/+51
* [SPDY] Avoid leaking bytes from the session flow control receive windowakalin@chromium.org2013-04-171-10/+10
* [SPDY] Replace SpdyIOBuffer with new SpdyBuffer classakalin@chromium.org2013-04-171-7/+9