|
|
Add close to input stream and cleanup socket and streams
* All input streams now have a close method for just cutting
the stream
* Removed interfaces FileInputStream and FileOutputStream
* Added exceptions to socket to avoid mixing stream and non-stream
use of the same socket
* Added special handling of the socket connect handler callback
R=ager@google.com
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=2893
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+328 lines, -185 lines) |
Patch |
 |
M |
runtime/bin/eventhandler_linux.h
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/bin/file.dart
|
View
|
|
2 chunks |
+2 lines, -11 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/file_impl.dart
|
View
|
|
7 chunks |
+8 lines, -14 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/input_stream.dart
|
View
|
1
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/list_stream.dart
|
View
|
1
|
3 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/process_impl.dart
|
View
|
|
2 chunks |
+4 lines, -9 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/socket_impl.dart
|
View
|
1
|
2 chunks |
+75 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/socket_stream.dart
|
View
|
|
7 chunks |
+25 lines, -8 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/stream_util.dart
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/standalone/src/EchoServerStreamTest.dart
|
View
|
|
4 chunks |
+15 lines, -17 lines |
0 comments
|
Download
|
 |
M |
tests/standalone/src/FileInputStreamTest.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tests/standalone/src/FileTest.dart
|
View
|
1
|
4 chunks |
+11 lines, -29 lines |
0 comments
|
Download
|
 |
M |
tests/standalone/src/ListInputStreamTest.dart
|
View
|
|
3 chunks |
+96 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tests/standalone/src/ReadIntoConstList.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tests/standalone/src/SocketCloseTest.dart
|
View
|
|
2 chunks |
+15 lines, -22 lines |
0 comments
|
Download
|
 |
A + |
tests/standalone/src/SocketStreamCloseTest.dart
|
View
|
|
8 chunks |
+44 lines, -61 lines |
0 comments
|
Download
|
 |
M |
tests/stub-generator/test_config.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/testing/dart/status_file_parser.dart
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|