aboutsummaryrefslogtreecommitdiff
path: root/src/net/interface.go
AgeCommit message (Expand)Author
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-01-10net: update BUG sections for go1.12Mikio Hara
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-08net: simplify nested if-blocksMikio Hara
2018-11-06net: update zoneCache on cache misses to cover appearing interfacesMichael Stapelberg
2018-08-03net: update docs for unimplemented methods and functionsMikio Hara
2017-04-28net: make zone helpers into methods of ipv6ZoneCacheMikio Hara
2016-12-21net: make InterfaceByIndex return a consistent name on solarisMikio Hara
2016-10-18net: update docs on network interface APIMikio Hara
2016-10-12net: update doc for unimplemented feature on Plan 9Mikio Hara
2016-10-12net: implement network interface API for Plan 9Chris McGee
2016-10-04net: implement network interface API for SolarisMikio Hara
2016-08-23net: document unimplemented methods and functionsMikio Hara
2016-08-17net: simplify internal dtoi and xtoi funcsDan Peterson
2016-04-15net: cache IPv6 zone information for applications using IPv6 link-local addressMikio Hara
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-04-29net: add Source field to OpErrorMikio Hara
2015-04-21net: fix inconsistent error values on InterfaceMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox