Sign in
go
/
go
/
617c93ce740c3c3cc28cdd1a0d712be183d0b328
/
src
/
net
/
cgo_unix.go
8854bdb
net: fix parsing literal IPv6 address with zone identifier when using cgo
by Mikio Hara
· 9 years ago
4d6a69f
net: force LookupAddr results to be rooted DNS paths even in the case of local source
by Mikio Hara
· 9 years ago
18d27b2
net: force LookupAddr results to be rooted DNS paths when using cgo
by Russ Cox
· 10 years ago
99f5f79
net: allow LookupAddr to use getnameinfo when cgo is enabled
by Mikio Hara
· 10 years ago
649c7b6
net: add cgo support for Solaris
by Aram Hăvărneanu
· 10 years ago
0fc582e8
net: fix inconsistent error values on Lookup
by Mikio Hara
· 10 years ago
6d3a7e7
net: clean up cgo
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
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/net/cgo_unix.go]
f706d70
net: remove the dreg of solaris merge
by Mikio Hara
· 11 years ago
50df136
runtime, net: add support for GOOS=solaris
by Aram Hăvărneanu
· 11 years ago
e8bbbe0
net: ensure that ResolveTCPAddr(addr.String()) reproduces addr
by Russ Cox
· 11 years ago
382738a
net: defend against broken getaddrinfo on Linux
by Russ Cox
· 12 years ago
fce0608
net: dragonfly support
by Joel Sing
· 12 years ago
1d3efd6
net: limit number of concurrent cgo calls
by Russ Cox
· 12 years ago
ba6cf63
net: give C.getaddrinfo a hint that we only want SOCK_STREAM answers
by Ian Lance Taylor
· 12 years ago
06f55f5
net: introduce netgo build tag to build a pure Go net package. Fixes #4078.
by Shenghou Ma
· 12 years ago
708db79
cgo: enable cgo on openbsd
by Joel Sing
· 12 years ago
5131dee
cgo: enable cgo on netbsd/386 and netbsd/amd64
by Joel Sing
· 13 years ago
eb4138f
net: move cgo address info flags to per-platform files
by Joel Sing
· 13 years ago
eb69292
src/pkg/[n-z]*: gofix -r error -force=error
by Russ Cox
· 13 years ago
2715956
build: add build comments to core packages
by Russ Cox
· 14 years ago
338b7ab
net: fix EAI_BADFLAGS error on freebsd
by Mikio Hara
· 14 years ago
c9164a5
net: use C library resolver on FreeBSD, Linux, OS X / amd64, 386
by Russ Cox
· 14 years ago