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

Issue 122200043: code review 122200043: net: fix CNAME resolving on Windows (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by egon
Modified:
9 years, 1 month ago
Reviewers:
gobot, brainman
CC:
golang-codereviews, brainman
Visibility:
Public.

Description

net: fix CNAME resolving on Windows Fixes issue 8492

Patch Set 1 #

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

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

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

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

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

Patch Set 7 : diff -r 6700bc3c932e8e488267c02c2f325e2d0e8887db https://code.google.com/p/go #

Patch Set 8 : diff -r 6700bc3c932e8e488267c02c2f325e2d0e8887db https://code.google.com/p/go #

Patch Set 9 : diff -r fc86fb1cc0f7c4dce5b78c2ab3d00b6723b7b8fc https://code.google.com/p/go #

Total comments: 10

Patch Set 10 : diff -r fc86fb1cc0f7c4dce5b78c2ab3d00b6723b7b8fc https://code.google.com/p/go #

Total comments: 8

Patch Set 11 : diff -r fc86fb1cc0f7c4dce5b78c2ab3d00b6723b7b8fc https://code.google.com/p/go #

Patch Set 12 : diff -r 51c32a31d61112911d9b714733227dba7b7fbd3f https://code.google.com/p/go #

Patch Set 13 : diff -r 51c32a31d61112911d9b714733227dba7b7fbd3f https://code.google.com/p/go #

Total comments: 1

Patch Set 14 : diff -r cf5017c4a7806ae11febb826af2e9b5b07e5a100 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+341 lines, -12 lines) Patch
M src/pkg/net/lookup_windows.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +69 lines, -10 lines 0 comments Download
A src/pkg/net/lookup_windows_test.go View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +243 lines, -0 lines 0 comments Download
M src/pkg/syscall/syscall_windows.go View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_windows_386.go View 1 2 3 4 5 6 7 8 9 3 chunks +8 lines, -1 line 0 comments Download
M src/pkg/syscall/zsyscall_windows_amd64.go View 1 2 3 4 5 6 7 8 9 3 chunks +8 lines, -1 line 0 comments Download
M src/pkg/syscall/ztypes_windows.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 16
egon
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
9 years, 8 months ago (2014-08-08 09:08:45 UTC) #1
brainman
9 years, 8 months ago (2014-08-08 10:46:55 UTC) #2
egon
On 2014/08/08 10:46:55, brainman wrote: PTAL
9 years, 8 months ago (2014-08-09 14:06:07 UTC) #3
brainman
Thank you for taking care of this. Alex https://codereview.appspot.com/122200043/diff/160001/src/pkg/net/lookup_windows.go File src/pkg/net/lookup_windows.go (right): https://codereview.appspot.com/122200043/diff/160001/src/pkg/net/lookup_windows.go#newcode11 src/pkg/net/lookup_windows.go:11: "unicode" ...
9 years, 8 months ago (2014-08-11 02:50:24 UTC) #4
egon
On 2014/08/11 02:50:24, brainman wrote: > Thank you for taking care of this. > > ...
9 years, 8 months ago (2014-08-11 07:47:16 UTC) #5
brainman
On 2014/08/11 07:47:16, egon wrote: > > > > > src/pkg/net/lookup_windows.go:11: "unicode" > > You ...
9 years, 8 months ago (2014-08-11 10:56:51 UTC) #6
egon
On 2014/08/11 10:56:51, brainman wrote: > On 2014/08/11 07:47:16, egon wrote: > > > > ...
9 years, 8 months ago (2014-08-11 13:08:48 UTC) #7
brainman
> > Currently LookupCNAME doesn't document what it does, when there is no CNAME > ...
9 years, 8 months ago (2014-08-12 05:23:16 UTC) #8
egon
On 2014/08/12 05:23:16, brainman wrote: > > > > Currently LookupCNAME doesn't document what it ...
9 years, 8 months ago (2014-08-12 05:51:46 UTC) #9
brainman
On 2014/08/12 05:51:46, egon wrote: > ... > Of course now to think of it, ...
9 years, 8 months ago (2014-08-12 06:53:39 UTC) #10
egon
On 2014/08/12 06:53:39, brainman wrote: > On 2014/08/12 05:51:46, egon wrote: > > ... > ...
9 years, 8 months ago (2014-08-14 08:56:08 UTC) #11
brainman
> > PTAL, ... I will look tomorrow. > I also made the behavior of ...
9 years, 8 months ago (2014-08-14 12:32:59 UTC) #12
brainman
LGTM I understand you are not clear about LookupCNAME behaviour, but I think this CL ...
9 years, 8 months ago (2014-08-15 05:24:38 UTC) #13
egon
On 2014/08/15 05:24:38, brainman wrote: > LGTM > > I understand you are not clear ...
9 years, 8 months ago (2014-08-15 06:23:42 UTC) #14
brainman
*** Submitted as https://code.google.com/p/go/source/detail?r=ff34a3e84dc0 *** net: fix CNAME resolving on Windows Fixes issue 8492 LGTM=alex.brainman ...
9 years, 8 months ago (2014-08-15 06:37:29 UTC) #15
gobot
9 years, 8 months ago (2014-08-15 07:18:11 UTC) #16
This CL appears to have broken the darwin-386-cheney builder.
See http://build.golang.org/log/4276fd7f8c75d29c007fe782cc92aa4df42bef72
Sign in to reply to this message.

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