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

Issue 2309043: code review 2309043: Add SOCK_SEQPACKET support to Unix socket. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 6 months ago by albert.strasheim
Modified:
14 years, 2 months ago
Reviewers:
CC:
golang-dev, rsc, rsc1
Visibility:
Public.

Description

Add SOCK_SEQPACKET support to Unix socket.

Patch Set 1 #

Patch Set 2 : code review 2309043: Add SOCK_SEQPACKET support to Unix socket. #

Patch Set 3 : code review 2309043: Add SOCK_SEQPACKET support to Unix socket. #

Patch Set 4 : code review 2309043: Add SOCK_SEQPACKET support to Unix socket. #

Total comments: 1

Patch Set 5 : code review 2309043: Add SOCK_SEQPACKET support to Unix socket. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -22 lines) Patch
M src/pkg/net/dial.go View 4 3 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/net/net_test.go View 4 1 chunk +8 lines, -0 lines 0 comments Download
M src/pkg/net/server_test.go View 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/net/unixsock.go View 1 2 3 4 9 chunks +42 lines, -19 lines 0 comments Download

Messages

Total messages: 14
albert.strasheim
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 6 months ago (2010-10-01 13:58:09 UTC) #1
rsc
thanks. seqpacket is definitely not the right name. unixpacket maybe. grep for "unix" in the ...
14 years, 6 months ago (2010-10-01 21:02:03 UTC) #2
albert.strasheim
Hello golang-dev@googlegroups.com, rsc (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 5 months ago (2010-10-04 07:24:05 UTC) #3
albert.strasheim
Hello I changed more files to add tests, etc., but I'm not sure how to ...
14 years, 5 months ago (2010-10-04 07:27:13 UTC) #4
rsc
> The guide talks about "hg change", which seems to make a new issue, and ...
14 years, 5 months ago (2010-10-04 10:31:29 UTC) #5
albert.strasheim
Hello golang-dev@googlegroups.com, rsc (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 5 months ago (2010-10-04 10:50:13 UTC) #6
albert.strasheim
Hello > hg change 2309043 > add to Files: list in editor Tried this, but ...
14 years, 5 months ago (2010-10-04 10:51:00 UTC) #7
albert.strasheim
http://codereview.appspot.com/2309043/diff/15001/src/pkg/net/unixsock.go File src/pkg/net/unixsock.go (right): http://codereview.appspot.com/2309043/diff/15001/src/pkg/net/unixsock.go#newcode91 src/pkg/net/unixsock.go:91: func (a *UnixAddr) Network() string { Not quite sure ...
14 years, 5 months ago (2010-10-04 10:52:55 UTC) #8
rsc
On Mon, Oct 4, 2010 at 06:52, <fullung@gmail.com> wrote: > > http://codereview.appspot.com/2309043/diff/15001/src/pkg/net/unixsock.go > File src/pkg/net/unixsock.go ...
14 years, 5 months ago (2010-10-12 13:55:48 UTC) #9
albert.strasheim
Hello > Maybe it should just be Net string > (replacing Datagram bool) > and ...
14 years, 5 months ago (2010-10-12 14:19:47 UTC) #10
rsc1
On 2010/10/12 14:19:47, albert.strasheim wrote: > Hello > > > Maybe it should just be ...
14 years, 4 months ago (2010-11-01 18:55:19 UTC) #11
albert.strasheim
Hello On 2010/11/01 18:55:19, rsc1 wrote: > On 2010/10/12 14:19:47, albert.strasheim wrote: > > Hello ...
14 years, 4 months ago (2010-11-02 07:48:34 UTC) #12
albert.strasheim
Hello golang-dev@googlegroups.com, rsc, rsc1 (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 3 months ago (2010-12-08 06:04:16 UTC) #13
rsc
14 years, 2 months ago (2011-01-19 19:22:01 UTC) #14
*** Submitted as 12da6b6cdfd6 ***

net: add unixpacket

R=golang-dev, rsc, rsc1
CC=golang-dev
http://codereview.appspot.com/2309043

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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