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

Issue 17640008: Add reverse dns lookup as a method on InternetAddress. (Closed)

Created:
7 years, 6 months ago by Anders Johnsen
Modified:
7 years, 6 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add reverse dns lookup as a method on InternetAddress. BUG= R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=24393

Patch Set 1 #

Total comments: 2

Patch Set 2 : Avoid host allocation. #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -0 lines) Patch
M runtime/bin/socket.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/bin/socket.cc View 1 2 chunks +27 lines, -0 lines 0 comments Download
M runtime/bin/socket_android.cc View 1 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/bin/socket_linux.cc View 1 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/bin/socket_macos.cc View 1 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/bin/socket_patch.dart View 3 chunks +15 lines, -0 lines 0 comments Download
M runtime/bin/socket_win.cc View 1 1 chunk +24 lines, -0 lines 0 comments Download
M sdk/lib/io/socket.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M tests/standalone/io/internet_address_test.dart View 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Anders Johnsen
7 years, 6 months ago (2013-06-25 09:18:09 UTC) #1
Søren Gjesse
lgtm, with comments https://codereview.chromium.org/17640008/diff/1/runtime/bin/socket.cc File runtime/bin/socket.cc (right): https://codereview.chromium.org/17640008/diff/1/runtime/bin/socket.cc#newcode497 runtime/bin/socket.cc:497: OSError* os_error = NULL; How about ...
7 years, 6 months ago (2013-06-25 10:26:16 UTC) #2
Anders Johnsen
https://codereview.chromium.org/17640008/diff/1/runtime/bin/socket.cc File runtime/bin/socket.cc (right): https://codereview.chromium.org/17640008/diff/1/runtime/bin/socket.cc#newcode497 runtime/bin/socket.cc:497: OSError* os_error = NULL; On 2013/06/25 10:26:16, Søren Gjesse ...
7 years, 6 months ago (2013-06-25 11:27:35 UTC) #3
Anders Johnsen
7 years, 6 months ago (2013-06-25 11:27:41 UTC) #4
Anders Johnsen
7 years, 6 months ago (2013-06-25 11:28:04 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r24393 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698