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
*
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
*
Add a new class SpdyProxyClientSocket which implements ClientSocket
rch@chromium.org
2010-09-28
1
-0
/
+7
*
Reland 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of the
mbelshe@chromium.org
2010-09-05
1
-19
/
+38
*
Revert 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of the log...
mbelshe@chromium.org
2010-09-04
1
-38
/
+19
*
Cleanup the LOG(INFO)s out of the SpdyStream. Most of the logging was
mbelshe@chromium.org
2010-09-03
1
-19
/
+38
*
Migrate spdy_session from using LOG() to NetLog. In the process, I'm
mbelshe@chromium.org
2010-09-01
1
-3
/
+9
*
SPDY flow control: add support for receive window size
agayev@chromium.org
2010-08-26
1
-0
/
+35
*
Keep push streams open until they are claimed. The previous change I did
mbelshe@chromium.org
2010-08-25
1
-8
/
+14
*
Fix bug where pushed SPDY streams were never actually closed.
mbelshe@chromium.org
2010-08-23
1
-11
/
+9
*
Extract connection logic from HttpNetworkTransaction into a new
mbelshe@chromium.org
2010-08-19
1
-0
/
+4
*
SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.
agayev@chromium.org
2010-08-17
1
-17
/
+7
*
Clean up SpdyStream.
erikchen@google.com
2010-08-06
1
-107
/
+55
*
SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...
agayev@chromium.org
2010-08-05
1
-1
/
+27
*
Implement server push protocol 2.
erikchen@google.com
2010-08-05
1
-25
/
+44
[next]