|
Add new InternetAddress class with a static lookup function (including IPv6 results).
Socket.connect/ServerSocket.bind now accepts IPv6 host names. If a new ServerSocket is connected to an IPv6 interface, it will (if possible) support incoming IPv4 connections as well.
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=21862
Total comments: 26
Total comments: 10
Total comments: 4
Total comments: 25
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+843 lines, -428 lines) |
Patch |
|
M |
runtime/bin/dbg_connection.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/bin/secure_socket.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -10 lines |
0 comments
|
Download
|
|
M |
runtime/bin/socket.h
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+67 lines, -5 lines |
0 comments
|
Download
|
|
M |
runtime/bin/socket.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+66 lines, -17 lines |
0 comments
|
Download
|
|
M |
runtime/bin/socket_android.cc
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+82 lines, -59 lines |
0 comments
|
Download
|
|
M |
runtime/bin/socket_linux.cc
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+79 lines, -56 lines |
0 comments
|
Download
|
|
M |
runtime/bin/socket_macos.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
8 chunks |
+79 lines, -52 lines |
0 comments
|
Download
|
|
M |
runtime/bin/socket_patch.dart
|
View
|
1
2
3
4
5
6
7
8
|
8 chunks |
+108 lines, -49 lines |
0 comments
|
Download
|
|
M |
runtime/bin/socket_win.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+82 lines, -65 lines |
0 comments
|
Download
|
|
M |
runtime/bin/vmstats_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
sdk/lib/io/http_impl.dart
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
sdk/lib/io/secure_socket.dart
|
View
|
1
2
3
4
5
6
7
8
|
10 chunks |
+20 lines, -12 lines |
0 comments
|
Download
|
|
M |
sdk/lib/io/socket.dart
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+83 lines, -8 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/http_close_test.dart
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/http_compression_test.dart
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/http_keep_alive_test.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tests/standalone/io/http_proxy_test.dart
|
View
|
1
2
3
4
5
|
12 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/http_server_early_client_close_test.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tests/standalone/io/https_client_certificate_test.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/https_client_exception_test.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/https_server_test.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/raw_secure_server_closing_test.dart
|
View
|
1
2
3
4
5
6
|
5 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/raw_secure_server_socket_test.dart
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+11 lines, -12 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/raw_secure_socket_pause_test.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tests/standalone/io/raw_secure_socket_test.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tests/standalone/io/secure_client_raw_server_test.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/secure_client_server_test.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/secure_multiple_client_server_test.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/secure_server_client_certificate_test.dart
|
View
|
1
2
3
4
5
6
|
4 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/secure_server_closing_test.dart
|
View
|
1
2
3
4
5
6
|
5 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/secure_server_socket_test.dart
|
View
|
1
2
3
4
5
6
|
6 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/secure_session_resume_test.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/secure_socket_bad_certificate_test.dart
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/secure_socket_test.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
tests/standalone/io/socket_ipv6_test.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+88 lines, -0 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/socket_upgrade_to_secure_test.dart
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/web_socket_test.dart
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|