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

Issue 1293533002: DO NOT SUBMIT: Unix domain sockets. From CL 1061283003. (Closed)

Created:
5 years, 4 months ago by Søren Gjesse
Modified:
4 years, 4 months ago
Reviewers:
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

DO NOT SUBMIT: Unix domain sockets. From CL 1061283003. BUG=

Patch Set 1 #

Patch Set 2 : Register the Unix Domain Sockets in the ListeningSocketRegistry. #

Patch Set 3 : Fix some ASSERSs #

Patch Set 4 : Fix some ASSERTs #

Patch Set 5 : Added Mac OS fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+347 lines, -46 lines) Patch
M runtime/bin/directory_linux.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/directory_macos.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/eventhandler.h View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/bin/file_linux.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/file_macos.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/io_natives.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/socket.h View 1 2 8 chunks +51 lines, -9 lines 0 comments Download
M runtime/bin/socket.cc View 1 2 3 4 6 chunks +84 lines, -21 lines 0 comments Download
M runtime/bin/socket_linux.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/socket_linux.cc View 2 chunks +39 lines, -0 lines 0 comments Download
M runtime/bin/socket_macos.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/socket_macos.cc View 2 chunks +42 lines, -0 lines 0 comments Download
M runtime/bin/socket_patch.dart View 1 2 10 chunks +43 lines, -13 lines 0 comments Download
M sdk/lib/io/socket.dart View 2 chunks +8 lines, -1 line 0 comments Download
M tests/standalone/io/socket_bind_test.dart View 1 2 chunks +31 lines, -1 line 0 comments Download
M tests/standalone/io/socket_info_test.dart View 1 2 2 chunks +37 lines, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698