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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose currently-connected socket address in URLRequest
ttuttle
2015-09-29
1
-0
/
+1
*
Change GetTotalReceivedBytes() from int64 to int64_t.
sclittle
2015-09-22
1
-2
/
+2
*
Implemented SpdyHttpStream::GetTotalSentBytes.
sclittle
2015-09-02
1
-0
/
+12
*
Added and implemented HttpStream::GetTotalSentBytes for basic streams.
sclittle
2015-09-02
1
-0
/
+3
*
Move logic to figure out if a socket can be reused into HttpStream.
mmenke
2015-09-02
1
-3
/
+1
*
Add a new SpdyStream::Delegate method to handle trailers
xunjieli
2015-08-11
1
-0
/
+1
*
Move NetLog code from src/net/base to src/net/log.
eroman
2015-04-02
1
-1
/
+1
*
Standardize usage of virtual/override/final in net/
dcheng
2014-10-21
1
-36
/
+34
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
1
-24
/
+24
*
Remove HttpStream::GetResponseInfo, which is not currently used.
mmenke@chromium.org
2014-05-29
1
-1
/
+0
*
Fix WeakPtrFactory member order
n.bansal@samsung.com
2014-05-27
1
-2
/
+2
*
Implement GetTotalReceivedBytes for http stream.
eustas@chromium.org
2013-12-13
1
-0
/
+2
*
[Net] Propagate priority changes from HttpNetworkTransaction to its stream
akalin@chromium.org
2013-08-14
1
-0
/
+1
*
[SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool
akalin@chromium.org
2013-07-22
1
-2
/
+5
*
[SPDY] Refactor SpdyStream's handling of response headers
akalin@chromium.org
2013-06-24
1
-5
/
+6
*
Use a dummy HttpStream for proxy redirects
akalin@chromium.org
2013-06-24
1
-11
/
+1
*
[SPDY] Fix crash in SpdyHttpStream::GetUploadProgress()
akalin@chromium.org
2013-06-11
1
-0
/
+1
*
[SPDY] Refactor SpdyStream::Delegate
akalin@chromium.org
2013-05-29
1
-16
/
+12
*
[SPDY] Add a SpdyStreamType enum and use it for SpdyStream
akalin@chromium.org
2013-05-27
1
-2
/
+2
*
[SPDY] Keep track of whether we have no more data to send in SpdyStream
akalin@chromium.org
2013-05-25
1
-2
/
+2
*
[SPDY] Remove more code related to sending HEADERS frames
akalin@chromium.org
2013-05-24
1
-1
/
+0
*
[SPDY] Change SpdyStream::QueueStreamData() To SendStreamData()
akalin@chromium.org
2013-05-23
1
-4
/
+3
*
[SPDY] Remove SpdyStream::Delegate::OnSendBody()'s return value
akalin@chromium.org
2013-05-22
1
-6
/
+12
*
[SPDY] Make sure final SpdyStream references are held by SpdySession
akalin@chromium.org
2013-05-13
1
-2
/
+3
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-3
/
+3
*
Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."
akalin@chromium.org
2013-04-17
1
-3
/
+3
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-3
/
+3
*
[SPDY] Plumb SPDY frame type through write queue
akalin@chromium.org
2013-04-15
1
-3
/
+3
*
Remove experimental code to pick the "warmest" socket
mmenke@chromium.org
2013-03-30
1
-1
/
+0
*
[Net] Separate out priority field from HttpRequestInfo
akalin@chromium.org
2013-03-19
1
-1
/
+2
*
Remove the unused HttpStreamBase::IsMoreDataBuffered().
mmenke@chromium.org
2013-03-19
1
-1
/
+0
*
[SPDY] Audit delegates of SpdyStream
akalin@chromium.org
2013-03-09
1
-3
/
+23
*
[SPDY] Create SpdyStreamRequest class to help manage delayed creation of streams
akalin@chromium.org
2013-03-02
1
-0
/
+3
*
LoadTiming implementation in net, part 2.
mmenke@chromium.org
2013-01-12
1
-0
/
+2
*
net: Remove UploadDataStream* argument from HttpStream::SendRequest
hashimoto@chromium.org
2012-11-15
1
-11
/
+1
*
net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t...
hashimoto@chromium.org
2012-11-01
1
-6
/
+3
*
net: Delete special logic for chunked upload
hashimoto@chromium.org
2012-10-22
1
-12
/
+1
*
net: Use UploadDataStream::Read() instead of ReadSync()
hashimoto@chromium.org
2012-10-18
1
-0
/
+2
*
net: Return size of upload as well as position from HttpTransaction::GetUploa...
hashimoto@chromium.org
2012-08-30
1
-1
/
+1
*
SPDY: WriteHeaders should invoke OnDataSent callback
toyoshim@chromium.org
2012-08-15
1
-0
/
+1
*
SPDY - Handle incomplete headers during server push.
rtenneti@chromium.org
2012-08-06
1
-1
/
+1
*
SPDY - chunked upload - cleanup of spdy_http_stream to read the data
rtenneti@chromium.org
2012-07-12
1
-2
/
+13
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t...
rsleevi@chromium.org
2012-06-14
1
-1
/
+1
*
SPDY - Added the following flow control unitests.
rtenneti@chromium.org
2012-04-11
1
-0
/
+4
*
Remove SPDY 2.1 support.
rch@chromium.org
2012-04-09
1
-2
/
+0
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
1
-1
/
+1
*
Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landing
rch@chromium.org
2012-03-04
1
-1
/
+6
*
Valgrind: Initialize |frames_received_|.
jhawkins@chromium.org
2012-02-20
1
-1
/
+1
*
net: Rework UploadDataStream API by introducing Read().
satorux@chromium.org
2012-02-08
1
-1
/
+7
[next]