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_http_stream.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new SpdyStream::Delegate method to handle trailers
xunjieli
2015-08-11
1
-0
/
+3
*
net: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-11
1
-2
/
+4
*
Change NetLog::ParametersCallback to return a scoped_ptr.
estade
2015-05-21
1
-0
/
+1
*
Remove SpdyStream::GetSSLCertRequestInfo.
davidben
2015-05-12
1
-2
/
+3
*
net cleanup: Remove unnecessary namespace prefixes.
ttuttle
2015-04-23
1
-1
/
+1
*
Move NetLog code from src/net/base to src/net/log.
eroman
2015-04-02
1
-1
/
+1
*
Rename SPDY netlog strings to HTTP2.
bnc
2015-02-25
1
-1
/
+1
*
Allow chunked SPDY POSTs to be terminated by an empty FIN data frame.
mmenke@chromium.org
2014-08-21
1
-0
/
+1
*
QuicServer: Use Chrome's header parsing rather than Balsa
dmziegler@chromium.org
2014-07-01
1
-2
/
+2
*
Remove HttpStream::GetResponseInfo, which is not currently used.
mmenke@chromium.org
2014-05-29
1
-4
/
+0
*
Fix WeakPtrFactory member order
n.bansal@samsung.com
2014-05-27
1
-3
/
+3
*
Remove broken closed push logic in SpdyHttpStream::SendRequest()
jgraettinger@chromium.org
2014-03-14
1
-4
/
+1
*
Enable SpdyStream's HALF_CLOSED_REMOTE state.
jgraettinger@chromium.org
2014-02-15
1
-2
/
+2
*
Refactor SpdyStream to model HTTP/2 stream states
jgraettinger@chromium.org
2014-02-12
1
-2
/
+2
*
Implement GetTotalReceivedBytes for http stream.
eustas@chromium.org
2013-12-13
1
-0
/
+12
*
[Net] Propagate priority changes from HttpNetworkTransaction to its stream
akalin@chromium.org
2013-08-14
1
-0
/
+5
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-13
/
+2
*
Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"
akalin@chromium.org
2013-07-30
1
-2
/
+13
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-13
/
+2
*
[SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool
akalin@chromium.org
2013-07-22
1
-11
/
+19
*
[SPDY] Refactor SpdySession state machine (take 2)
akalin@chromium.org
2013-07-18
1
-2
/
+0
*
Use a direct include of the message_loop header in net/, part 3.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Revert "[SPDY] Refactor SpdySession state machine"
akalin@chromium.org
2013-07-17
1
-0
/
+2
*
[SPDY] Refactor SpdySession state machine
akalin@chromium.org
2013-07-16
1
-2
/
+0
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
1
-1
/
+1
*
[SPDY] Add tests for speculative crash fix in r206851
akalin@chromium.org
2013-06-24
1
-6
/
+5
*
[SPDY] Refactor SpdyStream's handling of response headers
akalin@chromium.org
2013-06-24
1
-32
/
+16
*
Use a dummy HttpStream for proxy redirects
akalin@chromium.org
2013-06-24
1
-9
/
+3
*
Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...
avi@chromium.org
2013-06-11
1
-1
/
+1
*
[SPDY] Fix crash in SpdyHttpStream::GetUploadProgress()
akalin@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
-12
/
+12
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-13
/
+14
*
[SPDY] Refactor SpdyStream state machine
akalin@chromium.org
2013-05-29
1
-0
/
+2
*
[SPDY] Refactor SpdyStream::Delegate
akalin@chromium.org
2013-05-29
1
-46
/
+34
*
[SPDY] Add a SpdyStreamType enum and use it for SpdyStream
akalin@chromium.org
2013-05-27
1
-20
/
+28
*
[SPDY] Keep track of whether we have no more data to send in SpdyStream
akalin@chromium.org
2013-05-25
1
-8
/
+7
*
[SPDY] Remove {,set_}spdy_headers() and make SendRequest() take the headers
akalin@chromium.org
2013-05-24
1
-10
/
+8
*
[SPDY] Remove more code related to sending HEADERS frames
akalin@chromium.org
2013-05-24
1
-5
/
+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
-21
/
+16
*
[SPDY] Remove SpdyStream::Delegate::OnSendBody()'s return value
akalin@chromium.org
2013-05-22
1
-54
/
+52
*
Add SpdyMajorVersion enum and use it everywhere
akalin@chromium.org
2013-05-16
1
-3
/
+3
*
[SPDY] Make sure final SpdyStream references are held by SpdySession
akalin@chromium.org
2013-05-13
1
-12
/
+9
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
[SPDY] Avoid leaking bytes from the session flow control receive window
akalin@chromium.org
2013-04-17
1
-4
/
+1
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-35
/
+10
*
Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."
akalin@chromium.org
2013-04-17
1
-10
/
+35
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-35
/
+10
*
[SPDY] Plumb SPDY frame type through write queue
akalin@chromium.org
2013-04-15
1
-17
/
+14
*
[SPDY] Add flag and about:flags entry for SPDY/4 alpha 1
akalin@chromium.org
2013-04-12
1
-2
/
+6
[next]