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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
SPDY - Handle incomplete headers during server push.
rtenneti@chromium.org
2012-08-06
1
-2
/
+11
*
Add WriteHeaders interface to SpdySession and SpdyStream.
toyoshim@chromium.org
2012-08-03
1
-11
/
+51
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-08-03
1
-1
/
+2
*
Fix a SPDY crash bug where a CHECK() is hit because a cancelled stream is con...
rch@chromium.org
2012-07-28
1
-0
/
+4
*
Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro...
rch@chromium.org
2012-07-26
1
-24
/
+85
*
Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...
vitalybuka@chromium.org
2012-07-20
1
-85
/
+24
*
Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...
rch@chromium.org
2012-07-20
1
-24
/
+85
*
Remove linked_ptr from SpdyStream.
rch@chromium.org
2012-07-18
1
-5
/
+5
*
SPDY - chunked upload - cleanup of spdy_http_stream to read the data
rtenneti@chromium.org
2012-07-12
1
-23
/
+8
*
Remove several usages of linked_ptr in spdy land.
rch@chromium.org
2012-07-11
1
-1
/
+1
*
Revert 144649 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...
mattm@chromium.org
2012-06-28
1
-84
/
+24
*
Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...
rch@chromium.org
2012-06-28
1
-24
/
+84
*
Convert SSLClientSocketNSS to use the NSS Channel ID callback.
mattm@chromium.org
2012-06-26
1
-1
/
+1
*
NetLogEventParameter to Callback refactoring 3.
mmenke@chromium.org
2012-06-13
1
-51
/
+28
*
fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...
zhaoqin@chromium.org
2012-06-08
1
-1
/
+1
*
Change the stream_id for streams which are serialized out of order.
rch@chromium.org
2012-05-15
1
-0
/
+3
*
Consistently log the ID of a spdy stream as "stream_id"
rch@chromium.org
2012-05-09
1
-1
/
+1
*
RefCounted types should not have public destructors, net/
rsleevi@chromium.org
2012-04-28
1
-0
/
+4
*
[net] Change order of RequestPriority to natural: higher > lower
szym@chromium.org
2012-04-24
1
-3
/
+3
*
SPDY - Added the following flow control unitests.
rtenneti@chromium.org
2012-04-11
1
-5
/
+10
*
Properly handle spdy3 responses.
rch@chromium.org
2012-04-03
1
-38
/
+3
*
Move NextProto enum to a new file net/socket/next_proto.h
rch@chromium.org
2012-03-31
1
-1
/
+1
*
Reject streams with transfer-encoding headers.
rch@chromium.org
2012-03-27
1
-0
/
+12
*
Implement correct v3 CREDENTIAL frame support.
rch@chromium.org
2012-03-24
1
-3
/
+11
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
1
-24
/
+24
*
Change Origin bound certs -> Domain bound certs.
mattm@chromium.org
2012-03-20
1
-29
/
+29
*
Send correct request headers when using spdy 3.
rch@chromium.org
2012-03-15
1
-14
/
+30
*
SPDY - flow control optimizations. Send WINDOW_UPDATE
rtenneti@chromium.org
2012-02-29
1
-1
/
+14
*
SPDY - Better SPDY error logging in NetLog.
rtenneti@chromium.org
2012-02-23
1
-7
/
+29
*
Send RST_STREAM on receipt of non-lowercased header names. Add new
rch@chromium.org
2012-02-17
1
-3
/
+40
*
SPDY Proxy - Bug fix to handle flow control (spdy/2.1)
rtenneti@google.com
2012-02-16
1
-2
/
+8
*
SPDY - updated comments and used int32 for window size
rtenneti@chromium.org
2012-02-14
1
-12
/
+12
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-02-13
1
-1
/
+2
*
Adds support for the credentials frame.
rch@chromium.org
2012-02-08
1
-2
/
+73
*
SPDY - Adjust the send window size of all streams (new and current)
rtenneti@chromium.org
2012-02-07
1
-1
/
+5
*
SPDY - FlowControl - changed the logging messages to:
rtenneti@google.com
2012-02-06
1
-8
/
+11
*
base::Bind: Convert net/spdy.
jhawkins@chromium.org
2011-12-21
1
-2
/
+2
*
Added protocol_version negotiated with the server.
rtenneti@google.com
2011-12-20
1
-2
/
+5
*
SPDY - add support for spdy/2.1 to support flow control.
rtenneti@google.com
2011-12-10
1
-1
/
+1
*
WebSocket over SPDY: SpdyWebSocketStream
toyoshim@chromium.org
2011-06-27
1
-1
/
+5
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
1
-0
/
+4
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-5
/
+19
*
Revert "Add chunked uploads support to SPDY"
satish@chromium.org
2011-03-04
1
-19
/
+5
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-5
/
+19
*
Add a new GetInstance() method for singleton classes under chrome/service and...
satish@chromium.org
2010-12-09
1
-2
/
+0
*
Add origin checking for server pushed resources.
mbelshe@chromium.org
2010-12-08
1
-0
/
+37
*
Update server push to allow use of HEADERS frame.
mbelshe@chromium.org
2010-12-03
1
-17
/
+48
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
1
-16
/
+21
*
Fixes the tests written for http://codereview.chromium.org/3432009/show
rch@chromium.org
2010-10-01
1
-0
/
+7
*
Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS...
rch@chromium.org
2010-09-28
1
-7
/
+0
[next]