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
*
[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
*
base::Bind: Convert net/spdy.
jhawkins@chromium.org
2011-12-21
1
-2
/
+2
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
1
-7
/
+7
*
Add OVERRIDE to net/.
avi@chromium.org
2011-11-16
1
-1
/
+1
*
Basic HTTP pipelining support.
simonjam@chromium.org
2011-10-19
1
-0
/
+1
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-5
/
+5
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
1
-1
/
+2
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-27
1
-0
/
+1
*
Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...
dimich@chromium.org
2011-06-24
1
-1
/
+0
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-24
1
-0
/
+1
*
Net: Add NET_API to socket_stream and spdy.
rvargas@google.com
2011-05-19
1
-1
/
+1
*
Re-connect if Keep-Alive connection has been closed by the time we get around...
asanka@chromium.org
2011-05-05
1
-23
/
+25
*
Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...
asanka@chromium.org
2011-04-29
1
-25
/
+23
*
Re-connect if Keep-Alive connection has been closed by the time we get around...
asanka@chromium.org
2011-04-29
1
-23
/
+25
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Don't drain response bodies for SpdyHttpStreams.
willchan@chromium.org
2011-03-11
1
-0
/
+1
*
Revert r77399 in preparation for merging a small portion of it to 696.
willchan@chromium.org
2011-03-11
1
-1
/
+0
*
Reland r77075,r77077.
willchan@chromium.org
2011-03-09
1
-0
/
+1
*
Revert 77075 - Don't block on stream requests on Alternate-Protocol.
jochen@chromium.org
2011-03-07
1
-1
/
+0
*
Revert 77077 - Fix clang after r77075.
jochen@chromium.org
2011-03-07
1
-1
/
+1
*
Fix clang after r77075.
willchan@chromium.org
2011-03-06
1
-1
/
+1
*
Don't block on stream requests on Alternate-Protocol.
willchan@chromium.org
2011-03-06
1
-0
/
+1
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-1
/
+4
*
Revert "Add chunked uploads support to SPDY"
satish@chromium.org
2011-03-04
1
-4
/
+1
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-1
/
+4
[next]