|
Update InternetAddress
Add InternetAddress constructor for numeric addresses. An
InternetAddress can now be constructed without using DNS resolving.
Add hash code calculated from the bytes of the address.
Add equality operator comparing the bytes of the address.
Added check for multicast addresses.
R=ajohnsen@google.com
Committed: https://code.google.com/p/dart/source/detail?r=30449
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+218 lines, -5 lines) |
Patch |
|
M |
runtime/bin/io_natives.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
runtime/bin/socket.h
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/bin/socket.cc
|
View
|
|
1 chunk |
+26 lines, -5 lines |
0 comments
|
Download
|
|
M |
runtime/bin/socket_android.cc
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/bin/socket_linux.cc
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/bin/socket_macos.cc
|
View
|
1
2
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/bin/socket_patch.dart
|
View
|
1
2
3
|
3 chunks |
+44 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/bin/socket_win.cc
|
View
|
1
2
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
sdk/lib/io/socket.dart
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/internet_address_test.dart
|
View
|
|
2 chunks |
+72 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|