index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
spdy
/
spdy_stream.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new SpdyStream::Delegate method to handle trailers
xunjieli
2015-08-11
1
-4
/
+12
*
Remove bogus check from SpdyStream::OnFrameWriteComplete().
bnc
2015-06-29
1
-3
/
+4
*
Remove SpdyStream::GetSSLCertRequestInfo.
davidben
2015-05-12
1
-5
/
+0
*
Check if |this| is valid after calling SpdyStream::DecreaseRecvWindowSize.
bnc
2015-04-23
1
-2
/
+2
*
Flow control related refactoring.
bnc
2015-04-09
1
-2
/
+16
*
Move NetLog code from src/net/base to src/net/log.
eroman
2015-04-02
1
-1
/
+1
*
Remove the ScopedBandwidthMetrics class and associated Net.DownloadBandwith m...
rkaplow
2015-03-31
1
-3
/
+0
*
Account for HTTP/2 padding in receive windows.
bnc
2015-03-25
1
-2
/
+6
*
Rename ServerBoundCert => ChannelID to reflect the current name
rch@chromium.org
2014-07-25
1
-5
/
+0
*
Implement PUSH_PROMISE handling in spdy_session
baranovich@yandex-team.ru
2014-06-20
1
-3
/
+6
*
Introduce STATE_RESERVED_REMOTE. No behavioral changes
baranovich@yandex-team.ru
2014-06-12
1
-5
/
+9
*
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
-0
/
+5
*
Enable SpdyStream's HALF_CLOSED_REMOTE state.
jgraettinger@chromium.org
2014-02-15
1
-5
/
+2
*
Refactor SpdyStream to model HTTP/2 stream states
jgraettinger@chromium.org
2014-02-12
1
-12
/
+28
*
Remove SpdyStream::DoLoop().
jgraettinger@chromium.org
2014-02-05
1
-16
/
+8
*
SpdyStream: Rename and update comments on members.
jgraettinger@chromium.org
2014-01-31
1
-13
/
+20
*
SPDY cleanup: remove credential slot.
jgraettinger@chromium.org
2014-01-30
1
-1
/
+0
*
Add "raw_received_bytes" getter to SpdyStream.
eustas@chromium.org
2013-12-09
1
-0
/
+10
*
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
-10
/
+0
*
[SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1
akalin@chromium.org
2013-10-04
1
-4
/
+1
*
Remove requested types from the server bound cert service: it only
juanlang@google.com
2013-08-07
1
-1
/
+0
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-0
/
+7
*
Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"
akalin@chromium.org
2013-07-30
1
-7
/
+0
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-0
/
+7
*
[SPDY] Send a RST_STREAM frame before closing the associated stream
akalin@chromium.org
2013-07-25
1
-1
/
+0
*
[SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool
akalin@chromium.org
2013-07-22
1
-3
/
+3
*
[SPDY] Fully implement handling of GOAWAY frames
akalin@chromium.org
2013-07-19
1
-7
/
+12
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
1
-1
/
+1
*
[SPDY] Add tests for speculative crash fix in r206851
akalin@chromium.org
2013-06-24
1
-25
/
+16
*
[SPDY] Refactor SpdyStream's handling of response headers
akalin@chromium.org
2013-06-24
1
-47
/
+124
*
Use a dummy HttpStream for proxy redirects
akalin@chromium.org
2013-06-24
1
-0
/
+3
*
[SPDY] Fix SpdySession's handling of SYN_REPLY frames
akalin@chromium.org
2013-06-21
1
-0
/
+1
*
[SPDY] Refactor SpdyStream state machine
akalin@chromium.org
2013-05-29
1
-17
/
+1
*
[SPDY] Refactor SpdyStream::Delegate
akalin@chromium.org
2013-05-29
1
-35
/
+18
*
[SPDY] Add a SpdyStreamType enum and use it for SpdyStream
akalin@chromium.org
2013-05-27
1
-32
/
+47
*
[SPDY] Keep track of whether we have no more data to send in SpdyStream
akalin@chromium.org
2013-05-25
1
-22
/
+30
*
[SPDY] Remove {,set_}spdy_headers() and make SendRequest() take the headers
akalin@chromium.org
2013-05-24
1
-3
/
+1
*
[SPDY] Remove more code related to sending HEADERS frames
akalin@chromium.org
2013-05-24
1
-3
/
+7
*
[SPDY] Remove the ability to send HEADERS frames
akalin@chromium.org
2013-05-23
1
-4
/
+0
*
[SPDY] Change SpdyStream::QueueStreamData() To SendStreamData()
akalin@chromium.org
2013-05-23
1
-14
/
+31
*
[SPDY] Remove SpdyStream::Delegate::OnSendBody()'s return value
akalin@chromium.org
2013-05-22
1
-4
/
+8
*
[SPDY] Add in_do_loop_ sentinel variable to SpdyStream
akalin@chromium.org
2013-05-15
1
-0
/
+4
*
[SPDY] Make DoSend{DomainBoundCert,Body}Complete() take a result parameter
akalin@chromium.org
2013-05-15
1
-2
/
+2
*
[SPDY] Make SpdyStream not ref-counted
akalin@chromium.org
2013-05-14
1
-7
/
+6
*
[SPDY] Make sure final SpdyStream references are held by SpdySession
akalin@chromium.org
2013-05-13
1
-4
/
+15
*
[SPDY] Avoid leaking bytes from the session flow control send window
akalin@chromium.org
2013-04-18
1
-31
/
+51
*
[SPDY] Avoid leaking bytes from the session flow control receive window
akalin@chromium.org
2013-04-17
1
-10
/
+10
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-7
/
+9
[next]