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

Issue 5318056: code review 5318056: net: implement LookupTXT for windows (Closed)

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

Description

net: implement LookupTXT for windows

Patch Set 1 #

Patch Set 2 : diff -r 8bc07906f12c https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 8bc07906f12c https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 4 : diff -r c0b08c584190 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -10 lines) Patch
M src/pkg/net/lookup_test.go View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M src/pkg/net/lookup_windows.go View 1 2 3 6 chunks +19 lines, -6 lines 0 comments Download
M src/pkg/syscall/ztypes_windows.go View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 3
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 9 months ago (2011-10-27 06:23:40 UTC) #1
rsc
LGTM You will need to hg sync and merge the Plan 9 TXT implementation I ...
13 years, 9 months ago (2011-10-31 16:10:39 UTC) #2
brainman
13 years, 9 months ago (2011-11-02 06:11:47 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=19bc41642ed8 ***

net: implement LookupTXT for windows

R=rsc
CC=golang-dev
http://codereview.appspot.com/5318056

http://codereview.appspot.com/5318056/diff/5001/src/pkg/net/lookup_windows.go
File src/pkg/net/lookup_windows.go (right):

http://codereview.appspot.com/5318056/diff/5001/src/pkg/net/lookup_windows.go...
src/pkg/net/lookup_windows.go:145: return nil, os.NewSyscallError("LookupTEXT",
int(e))
On 2011/10/31 16:10:39, rsc wrote:
> s/TEXT/TXT/
> or s/LookupTEXT/DnsQuery/

Done.
Sign in to reply to this message.

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