summaryrefslogtreecommitdiff
path: root/src/net/addrselect.go
Commit message (Expand)AuthorAgeFilesLines
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* net: add AIX operating systemClément Chigot2018-10-101-1/+1
* net: disable RFC 6724 Rule 9 for IPv4 addressesMatthew Dempsky2017-01-061-46/+5
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* net: fix IPv4 address selectionMatthew Dempsky2015-11-171-0/+43
* net: classify site-local unicast in address selectionMikio Hara2015-07-181-3/+7
* net: avoid unnecessary conversion in address selectionMikio Hara2015-07-171-4/+7
* net: RFC 6724 address selectionBrad Fitzpatrick2015-07-161-0/+381