Sign in
go
/
go
/
b186e4d70de28697d1ad7e3c31625793e6338ef0
/
src
/
net
/
lookup_unix.go
c5cf662
all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'
by Bryan C. Mills
· 6 years ago
2012227
vendor/golang_org/x: move to internal/x
by Bryan C. Mills
· 6 years ago
c659be4
net: make cgo resolver work more accurately with network parameter
by Eugene Kalinin
· 7 years ago
9ff11b0
net: add AIX operating system
by Clément Chigot
· 6 years ago
a6df1ce
net: concatenate multiple TXT strings in single TXT record
by Matthew Waters
· 6 years ago
39e59da
net: use internal/bytealg insetad of linkname tricks
by Ilya Tocar
· 7 years ago
b749845
net: limit concurrent threads to limit on file descriptors
by Ian Lance Taylor
· 7 years ago
5c3cb64
net: treat a nil *Resolver as a zero one, as documented
by Brad Fitzpatrick
· 7 years ago
0b20aec
net: make Resolver.PreferGo work more as documented
by Brad Fitzpatrick
· 7 years ago
672729e
net: use golang.org/x/net/dns/dnsmessage for DNS resolution
by Ian Gudger
· 7 years ago
d8a7990
net: support all PacketConn and Conn returned by Resolver.Dial
by Ben Burkert
· 8 years ago
380aa88
net: allow Resolver to use a custom dialer
by Matt Harden
· 8 years ago
c433c37
net: defer file.close() + minor style cleanup
by Emmanuel Odeke
· 8 years ago
bfc164c
net: add Resolver.StrictErrors
by Paul Marks
· 8 years ago
2f9dee9
net: make LookupCNAME's native behavior match its cgo behavior
by Matthew Dempsky
· 8 years ago
26aa742
net: use baked-in port numbers as fallback if cgo port lookup fails
by Brad Fitzpatrick
· 8 years ago
40d4be5
net: make all Resolver methods respect Resolver.PreferGo
by Brad Fitzpatrick
· 8 years ago
74190735
net: make LookupPort and lookupProtocol work on nacl
by Brad Fitzpatrick
· 9 years ago
00b779a
net: simplify internal dtoi and xtoi funcs
by Dan Peterson
· 9 years ago
636670b
net: use contexts for cgo-based DNS resolution
by Scott Bell
· 9 years ago
f60fcca
net: fix plan9 after context change, propagate contexts more
by Brad Fitzpatrick
· 9 years ago
b6b4004
net: context plumbing, add Dialer.DialContext
by Brad Fitzpatrick
· 9 years ago
5194744
all: make copyright headers consistent with one space after period
by Brad Fitzpatrick
· 9 years ago
773b9b8
net: respect go vs cgo resolver selection in all lookup routines
by Russ Cox
· 10 years ago
99f5f79
net: allow LookupAddr to use getnameinfo when cgo is enabled
by Mikio Hara
· 10 years ago
4a0ba7a
net: use Go's DNS resolver when system configuration permits
by Brad Fitzpatrick
· 10 years ago
0fc582e8
net: fix inconsistent error values on Lookup
by Mikio Hara
· 10 years ago
f00362b
net: LookupHost and Resolve{TCP,UDP,IP}Addr should use zone from getaddrinfo
by Andrew Pilloud
· 10 years ago
484cc67
net: separate NaCl dependent placeholders from BSD's
by Mikio Hara
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/net/lookup_unix.go]
7c8280c
all: merge NaCl branch (part 1)
by Dave Cheney
· 11 years ago
50df136
runtime, net: add support for GOOS=solaris
by Aram Hăvărneanu
· 11 years ago
fce0608
net: dragonfly support
by Joel Sing
· 12 years ago
fd58320
net: add minimal internet protocol number information base
by Mikio Hara
· 12 years ago
a5b0c67
net: add LookupNS(domain string) Fixes #4224.
by Stephen McQuay
· 12 years ago
994e064
pkg: add missing godoc comments to windows versions
by Alex Brainman
· 13 years ago
9ca57a7
crypto/mime/net/time: add netbsd to +build tags
by Joel Sing
· 13 years ago
eb69292
src/pkg/[n-z]*: gofix -r error -force=error
by Russ Cox
· 13 years ago
48bb3e8
net: allow LookupSRV on non-standard DNS names
by Russ Cox
· 13 years ago
059c68b
net: implement ip protocol name to number resolver for windows
by Alex Brainman
· 13 years ago
2715956
build: add build comments to core packages
by Russ Cox
· 14 years ago
40d85fb
net: add a LookupTXT function.
by Nigel Tao
· 14 years ago
5da14d1
net: implement windows LookupMX and LookupAddr
by Alex Brainman
· 14 years ago
9ded954
net: rearrange source files so we could run more tests on windows
by Alex Brainman
· 14 years ago