|
Attn: Mike Belshe
From: Jonathan Leighton ( leighton@cis.udel.edu)
Date: 2011-02-10
Desc: This changelist includes all files modified or added to support running
SPDY over SCTP, including the option to use a single header compression
dictionary accross all SCTP (and SPDY) streams (the default behavior), and the
option to use a separate header compression dictionary for each SCTP stream.
Changes in the code are currently marked with a comment containing JTL (my
initials). Note that the changes currently include an embarrassment of printf()
calls...
Date: 2011-03-04, ( leighton@cis.udel.edu)
- changes are based on much more recent source.
- changes were added to allow existing net_unittests to build and run.
- changes were added to allow use of direct SCTP proxy, but are incomplete.
- files exclusively related to the flip server have been excluded.
- files with no changes other than modified <EOL> characters have been excluded.
Date: 2011-03-16, ( leighton@cis.udel.edu)
- changes are described in the comments for the files in the patch set, and
address the problems previously mentioned in comments there.
Date: 2011-03-22, ( leighton@cis.udel.edu)
- the majority of changes are desribed in the comments for patch 2.
- eliminated the overloaded Write() method in socket.h and in the many other
places affected by this.
- added sctp_stream_id_ member to IOBuffer class, to avoid need for overloaded
Write() call. Added methods to set and get sctp_stream_id.
- fixed problems with some of the using_sctp() accessors that were interfering
with some net_unittests.
Date: 2011-04-06, ( leighton@cis.udel.edu)
- updated code with gclient sync.
Total comments: 33
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+3532 lines, -69 lines) |
Patch |
 |
M |
chrome/browser/browser_main.cc
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/debugger/devtools_remote.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
1 comment
|
Download
|
 |
M |
chrome/browser/debugger/devtools_remote_listen_socket.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
1 comment
|
Download
|
 |
M |
chrome/browser/upgrade_detector.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
1 comment
|
Download
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
jingle/notifier/base/xmpp_client_socket_factory.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
1 comment
|
Download
|
 |
M |
jingle/notifier/base/xmpp_client_socket_factory.cc
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/io_buffer.h
|
View
|
|
3 chunks |
+13 lines, -0 lines |
1 comment
|
Download
|
 |
M |
net/base/io_buffer.cc
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/base/listen_socket.h
|
View
|
|
3 chunks |
+4 lines, -1 line |
1 comment
|
Download
|
 |
M |
net/base/listen_socket.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/base/net_log_event_type_list.h
|
View
|
|
2 chunks |
+46 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/http/http_network_layer.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_layer.cc
|
View
|
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_session.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
MM |
net/http/http_network_session_peer.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_session_peer.cc
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
1 comment
|
Download
|
 |
M |
net/http/http_proxy_client_socket_pool.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
1 comment
|
Download
|
 |
M |
net/http/http_stream_factory_impl_job.cc
|
View
|
|
3 chunks |
+6 lines, -2 lines |
1 comment
|
Download
|
 |
M |
net/net.gyp
|
View
|
|
5 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/client_socket.h
|
View
|
|
2 chunks |
+14 lines, -0 lines |
2 comments
|
Download
|
 |
M |
net/socket/client_socket_factory.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
1 comment
|
Download
|
 |
M |
net/socket/client_socket_factory.cc
|
View
|
|
2 chunks |
+8 lines, -0 lines |
1 comment
|
Download
|
 |
M |
net/socket/client_socket_pool_base.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
1 comment
|
Download
|
 |
M |
net/socket/client_socket_pool_base_unittest.cc
|
View
|
|
2 chunks |
+14 lines, -0 lines |
1 comment
|
Download
|
 |
M |
net/socket/client_socket_pool_manager.h
|
View
|
|
4 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/client_socket_pool_manager.cc
|
View
|
|
6 chunks |
+51 lines, -14 lines |
2 comments
|
Download
|
 |
A |
net/socket/sctp_client_socket.h
|
View
|
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/socket/sctp_client_socket_libevent.h
|
View
|
|
1 chunk |
+227 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/socket/sctp_client_socket_libevent.cc
|
View
|
|
1 chunk |
+731 lines, -0 lines |
9 comments
|
Download
|
 |
A |
net/socket/sctp_client_socket_pool.h
|
View
|
|
1 chunk |
+197 lines, -0 lines |
1 comment
|
Download
|
 |
A |
net/socket/sctp_client_socket_pool.cc
|
View
|
|
1 chunk |
+310 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/socket/sctp_client_socket_pool_unittest.cc
|
View
|
|
1 chunk |
+926 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/socket/sctp_client_socket_unittest.cc
|
View
|
|
1 chunk |
+362 lines, -0 lines |
1 comment
|
Download
|
 |
A |
net/socket/sctp_support.h
|
View
|
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/socket/sctp_support.cc
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/socket_test_util.h
|
View
|
|
4 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/socket_test_util.cc
|
View
|
|
2 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_server_socket_unittest.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
1 comment
|
Download
|
 |
M |
net/socket/tcp_client_socket_pool_unittest.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_framer.h
|
View
|
|
5 chunks |
+43 lines, -5 lines |
3 comments
|
Download
|
 |
M |
net/spdy/spdy_framer.cc
|
View
|
|
8 chunks |
+100 lines, -30 lines |
1 comment
|
Download
|
 |
M |
net/spdy/spdy_http_stream.h
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_stream.cc
|
View
|
|
2 chunks |
+24 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_io_buffer.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session.h
|
View
|
|
5 chunks |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session.cc
|
View
|
|
6 chunks |
+72 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_stream.h
|
View
|
|
2 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_stream.cc
|
View
|
|
4 chunks |
+52 lines, -3 lines |
0 comments
|
Download
|
Total messages: 1 (0 generated)
|