aboutsummaryrefslogtreecommitdiff
path: root/src/net/port_unix.go
AgeCommit message (Expand)Author
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-10-10net: add AIX operating systemClément Chigot
2018-08-21net: use internal/bytealg insetad of linkname tricksIlya Tocar
2018-06-04net: add js/wasm architectureRichard Musiol
2017-04-26net: defer file.close() + minor style cleanupEmmanuel Odeke
2016-12-07net: use baked-in port numbers as fallback if cgo port lookup failsBrad Fitzpatrick
2016-09-11net: make LookupPort and lookupProtocol work on naclBrad Fitzpatrick
2016-08-17net: simplify internal dtoi and xtoi funcsDan Peterson
2015-04-21net: fix inconsistent error values on LookupMikio Hara
2014-09-18net: separate NaCl dependent placeholders from BSD'sMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox