summaryrefslogtreecommitdiff
path: root/src/net/ip.go
Commit message (Expand)AuthorAgeFilesLines
* net: simplify internal dtoi and xtoi funcsDan Peterson2016-08-171-48/+44
* net: revise IP.String result for malformed IP address to add ? backRuss Cox2016-05-241-2/+2
* net: use IPv4/IPv6 reserved address blocks for documentationMikio Hara2016-05-171-9/+9
* Revert "net: add support for Zone of IPNet"Mikio Hara2016-05-061-10/+4
* net: add support for Zone of IPNetMikio Hara2016-04-191-4/+10
* net: make IP.{String,MarshalText} return helpful information on address errorMikio Hara2016-04-121-9/+15
* net: filter destination addresses when source address is specifiedMikio Hara2016-03-161-0/+4
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* net: fix misidentification of link-local, global unicast IP addressesMikio Hara2015-07-101-16/+15
* net: fix inconsistent errorsMikio Hara2015-05-051-16/+4
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-8/+8
* all: fix typo in docYasuhiro Matsumoto2015-02-171-1/+1
* net: simplify itoa conversionsMartin Möhrmann2015-01-221-5/+5
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+689