Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Issue 2515023002: Allow binding the vm service to IPv6 addresses. (Closed)

Created:
4 years, 1 month ago by rmacnak
Modified:
4 years ago
Reviewers:
Cutch, siva
CC:
reviews_dartlang.org, turnidge, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Allow binding the vm service to IPv6 addresses. Change the default bind address to 'localhost', which will be resolved to '127.0.0.1' or '::1' depending on the host's support for IPv6. Fixes #27841 R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/1b518894476ce14d08e9c58d708f36d4a3218a0d

Patch Set 1 #

Patch Set 2 : . #

Total comments: 3

Patch Set 3 : . #

Total comments: 2

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -40 lines) Patch
M runtime/bin/main.cc View 6 chunks +19 lines, -25 lines 0 comments Download
M runtime/bin/vmservice/server.dart View 1 2 3 3 chunks +16 lines, -12 lines 0 comments Download
M runtime/observatory/tests/service/auth_token1_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/observatory/tests/service/auth_token_test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/observatory/tests/service/test_helper.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (2 generated)
rmacnak
https://codereview.chromium.org/2515023002/diff/20001/runtime/bin/vmservice/server.dart File runtime/bin/vmservice/server.dart (right): https://codereview.chromium.org/2515023002/diff/20001/runtime/bin/vmservice/server.dart#newcode313 runtime/bin/vmservice/server.dart:313: var address = (await InternetAddress.lookup(_ip))[0]; On my workstation, the ...
4 years, 1 month ago (2016-11-18 23:50:33 UTC) #2
Cutch
https://codereview.chromium.org/2515023002/diff/20001/runtime/bin/vmservice/server.dart File runtime/bin/vmservice/server.dart (right): https://codereview.chromium.org/2515023002/diff/20001/runtime/bin/vmservice/server.dart#newcode313 runtime/bin/vmservice/server.dart:313: var address = (await InternetAddress.lookup(_ip))[0]; On 2016/11/18 23:50:33, rmacnak ...
4 years, 1 month ago (2016-11-19 22:21:37 UTC) #3
rmacnak
https://codereview.chromium.org/2515023002/diff/20001/runtime/bin/vmservice/server.dart File runtime/bin/vmservice/server.dart (right): https://codereview.chromium.org/2515023002/diff/20001/runtime/bin/vmservice/server.dart#newcode313 runtime/bin/vmservice/server.dart:313: var address = (await InternetAddress.lookup(_ip))[0]; On 2016/11/19 22:21:37, Cutch ...
4 years, 1 month ago (2016-11-22 04:00:52 UTC) #4
rmacnak
4 years, 1 month ago (2016-11-22 04:00:53 UTC) #5
siva
What was the decision on binding to both 127.0.0.1 and ::1 at the same port, ...
4 years, 1 month ago (2016-11-22 05:25:04 UTC) #6
Cutch
On 2016/11/22 05:25:04, siva wrote: > What was the decision on binding to both 127.0.0.1 ...
4 years ago (2016-11-23 20:32:17 UTC) #7
Cutch
lgtm
4 years ago (2016-11-23 20:33:14 UTC) #8
rmacnak
4 years ago (2016-11-23 22:24:58 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
1b518894476ce14d08e9c58d708f36d4a3218a0d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698