summaryrefslogtreecommitdiff
path: root/src/pkg/net/cgo_unix.go
Commit message (Expand)AuthorAgeFilesLines
* net: ensure that ResolveTCPAddr(addr.String()) reproduces addrRuss Cox2013-09-231-0/+3
* net: defend against broken getaddrinfo on LinuxRuss Cox2013-09-111-0/+10
* net: dragonfly supportJoel Sing2013-08-241-1/+1
* net: limit number of concurrent cgo callsRuss Cox2013-08-161-0/+6
* net: give C.getaddrinfo a hint that we only want SOCK_STREAM answersIan Lance Taylor2013-08-091-1/+2
* net: introduce netgo build tag to build a pure Go net package.Shenghou Ma2013-06-111-0/+1
* cgo: enable cgo on openbsdJoel Sing2012-12-211-1/+1
* cgo: enable cgo on netbsd/386 and netbsd/amd64Joel Sing2012-06-051-1/+1
* net: move cgo address info flags to per-platform filesJoel Sing2012-06-031-7/+1
* src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox2011-11-011-8/+7
* build: add build comments to core packagesRuss Cox2011-09-151-0/+2
* net: fix EAI_BADFLAGS error on freebsdMikio Hara2011-04-211-1/+1
* net: use C library resolver on FreeBSD, Linux, OS X / amd64, 386Russ Cox2011-04-201-0/+148