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

Issue 1600041: code review 1600041: net: initial attempt to implement windows version (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 11 months ago by brainman
Modified:
13 years, 10 months ago
Reviewers:
CC:
rsc, czaplinski, golang-dev
Visibility:
Public.

Description

net: initial attempt to implement windows version

Patch Set 1 #

Patch Set 2 : code review 1600041: net: initial attempt to implement windows version #

Total comments: 17

Patch Set 3 : code review 1600041: net: initial attempt to implement windows version #

Patch Set 4 : code review 1600041: net: initial attempt to implement windows version #

Patch Set 5 : code review 1600041: net: initial attempt to implement windows version #

Patch Set 6 : code review 1600041: net: initial attempt to implement windows version #

Unified diffs Side-by-side diffs Delta from patch set Stats (+861 lines, -48 lines) Patch
M src/pkg/net/Makefile View 1 2 3 4 5 2 chunks +18 lines, -2 lines 0 comments Download
A src/pkg/net/fd_windows.go View 1 2 3 4 1 chunk +368 lines, -0 lines 0 comments Download
M src/pkg/syscall/mksyscall_windows.sh View 6 chunks +20 lines, -5 lines 0 comments Download
M src/pkg/syscall/syscall_windows.go View 2 3 2 chunks +187 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_windows_386.go View 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_windows_386.go View 2 chunks +202 lines, -28 lines 0 comments Download
M src/pkg/syscall/ztypes_windows_386.go View 3 chunks +65 lines, -13 lines 0 comments Download

Messages

Total messages: 13
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change.
13 years, 11 months ago (2010-06-08 06:19:52 UTC) #1
rsc1
http://codereview.appspot.com/1600041/diff/2001/3002 File src/pkg/net/fd_windows.go (right): http://codereview.appspot.com/1600041/diff/2001/3002#newcode15 src/pkg/net/fd_windows.go:15: // BUG(brainman): SetTimeout is not implemented. I do not ...
13 years, 11 months ago (2010-06-11 09:03:54 UTC) #2
czaplinski
A "battle report" from a fellow Windows user: - after applying Patch Set 2 to ...
13 years, 11 months ago (2010-06-11 22:46:58 UTC) #3
brainman
http://codereview.appspot.com/1600041/diff/2001/3002 File src/pkg/net/fd_windows.go (right): http://codereview.appspot.com/1600041/diff/2001/3002#newcode15 src/pkg/net/fd_windows.go:15: // BUG(brainman): SetTimeout is not implemented. I do not ...
13 years, 11 months ago (2010-06-12 04:35:58 UTC) #4
brainman
Hello rsc, Mateusz Czaplinski (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 11 months ago (2010-06-12 04:36:28 UTC) #5
rsc1
looking good http://codereview.appspot.com/1600041/diff/2001/3002 File src/pkg/net/fd_windows.go (right): http://codereview.appspot.com/1600041/diff/2001/3002#newcode208 src/pkg/net/fd_windows.go:208: pckt.c = make(chan *ioResult) On 2010/06/12 04:35:58, ...
13 years, 11 months ago (2010-06-12 17:57:38 UTC) #6
brainman
Hello rsc, Mateusz Czaplinski (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 11 months ago (2010-06-13 05:47:53 UTC) #7
brainman
Hello rsc, Mateusz Czaplinski (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 11 months ago (2010-06-13 05:48:44 UTC) #8
brainman
http://codereview.appspot.com/1600041/diff/2001/3002 File src/pkg/net/fd_windows.go (right): http://codereview.appspot.com/1600041/diff/2001/3002#newcode208 src/pkg/net/fd_windows.go:208: pckt.c = make(chan *ioResult) On 2010/06/12 17:57:38, rsc1 wrote: ...
13 years, 11 months ago (2010-06-13 05:49:18 UTC) #9
brainman
Hello rsc, Mateusz Czaplinski (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 10 months ago (2010-06-30 00:42:33 UTC) #10
brainman
On 2010/06/12 17:57:38, rsc1 wrote: > looking good > Ping
13 years, 10 months ago (2010-06-30 00:44:19 UTC) #11
rsc1
LGTM
13 years, 10 months ago (2010-06-30 03:22:44 UTC) #12
rsc
13 years, 10 months ago (2010-06-30 03:23:42 UTC) #13
*** Submitted as http://code.google.com/p/go/source/detail?r=b7d7a67a4fd7 ***

net: initial attempt to implement windows version

R=rsc, Mateusz Czaplinski
CC=golang-dev
http://codereview.appspot.com/1600041

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