Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(569)

Issue 11932044: code review 11932044: net: make UnixAddr implement sockaddr interface (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by mikio
Modified:
10 years, 9 months ago
Reviewers:
dave
CC:
golang-dev, dave_cheney.net
Visibility:
Public.

Description

net: make UnixAddr implement sockaddr interface This is in preparation for runtime-integrated network pollster for BSD variants. Update issue 5199

Patch Set 1 #

Patch Set 2 : diff -r cfaef1dc8164 https://code.google.com/p/go #

Patch Set 3 : diff -r cfaef1dc8164 https://code.google.com/p/go #

Total comments: 8

Patch Set 4 : diff -r cfaef1dc8164 https://code.google.com/p/go #

Total comments: 1

Patch Set 5 : diff -r cfaef1dc8164 https://code.google.com/p/go #

Patch Set 6 : diff -r cfaef1dc8164 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -18 lines) Patch
M src/pkg/net/sock_posix.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/net/unixsock.go View 1 1 chunk +0 lines, -7 lines 0 comments Download
M src/pkg/net/unixsock_posix.go View 1 2 3 4 3 chunks +25 lines, -9 lines 0 comments Download

Messages

Total messages: 9
mikio
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 9 months ago (2013-07-28 04:05:00 UTC) #1
dave_cheney.net
Very close, thank you for breaking this down. https://codereview.appspot.com/11932044/diff/6001/src/pkg/net/unixsock_posix.go File src/pkg/net/unixsock_posix.go (right): https://codereview.appspot.com/11932044/diff/6001/src/pkg/net/unixsock_posix.go#newcode106 src/pkg/net/unixsock_posix.go:106: func ...
10 years, 9 months ago (2013-07-28 04:08:28 UTC) #2
mikio
ptal https://codereview.appspot.com/11932044/diff/6001/src/pkg/net/unixsock_posix.go File src/pkg/net/unixsock_posix.go (right): https://codereview.appspot.com/11932044/diff/6001/src/pkg/net/unixsock_posix.go#newcode106 src/pkg/net/unixsock_posix.go:106: func (a *UnixAddr) isWildcard() bool { On 2013/07/28 ...
10 years, 9 months ago (2013-07-28 06:12:26 UTC) #3
dave_cheney.net
LGTM. I don't know if you want to have another pass to address the remaining ...
10 years, 9 months ago (2013-07-28 06:18:58 UTC) #4
mikio
On Sun, Jul 28, 2013 at 3:18 PM, <dave@cheney.net> wrote: >> Sorry, but I don't ...
10 years, 9 months ago (2013-07-28 07:11:08 UTC) #5
mikio
Hello golang-dev@googlegroups.com, dave@cheney.net (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 9 months ago (2013-07-28 07:12:07 UTC) #6
dave_cheney.net
Ahh, ok, I understand the leak typed nils, please ignore my suggestion. On Sun, Jul ...
10 years, 9 months ago (2013-07-28 07:12:26 UTC) #7
dave_cheney.net
Thanks. LGTM.
10 years, 9 months ago (2013-07-28 07:13:14 UTC) #8
mikio
10 years, 9 months ago (2013-07-28 07:15:15 UTC) #9
*** Submitted as https://code.google.com/p/go/source/detail?r=be6c9de7b802 ***

net: make UnixAddr implement sockaddr interface

This is in preparation for runtime-integrated network pollster for BSD
variants.

Update issue 5199

R=golang-dev, dave
CC=golang-dev
https://codereview.appspot.com/11932044
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b