aboutsummaryrefslogtreecommitdiff
path: root/src/net/ip.go
AgeCommit message (Expand)Author
2021-04-11net: reference the correct RFCs and sections for IP.IsPrivate6543
2021-03-22net: add IP.IsPrivate6543
2021-03-14all: add internal/itoa packageJosh Bleecher Snyder
2020-04-02net: update ParseIP doc to say IPv4-mapped-IPv6 is supportedBrad Fitzpatrick
2019-11-10Revert "net: halve the allocs in ParseCIDR by sharing slice backing"Brad Fitzpatrick
2019-11-08net: improve IPMask docsVisweswara R
2019-11-08net: halve the allocs in ParseCIDR by sharing slice backingChris Stockton
2019-09-30net: update quotation marks in commentAn Xiao
2019-08-06net: fix the docs in IPNet.StringBharath Thiruveedula
2019-06-02net: fix the doc string on parseIPv6frennkie
2018-08-21net: use internal/bytealg insetad of linkname tricksIlya Tocar
2018-08-20math,net: omit explicit true tag expr in switchIskander Sharipov
2018-06-27net: parse IPv6 address with zone using DefaultResolver.Lookup{Host,IPAddr}Michael Fraenkel
2018-03-10net: avoid unnecessary type conversionsKunpei Sakai
2018-03-09net: optimize IP.String for IPv4Vladimir Kuzmin
2017-06-23net: update documentation on IP.IsUnspecifiedMikio Hara
2017-04-08net: fix typo in ParseCIDR docAlberto Donizetti
2017-02-22net: update IP.MarshalText documentation regarding len(ip) == 0Yuval Pavel Zholkover
2017-02-13net: use bytes.Equal instead of bytesEqualErik Dubbelboer
2016-12-16net: clarify IP.IsGlobalUnicast docsMikio Hara
2016-12-15net: fix comment on IPv4bcastMikio Hara
2016-12-15net: fix ParseCIDR docsMikio Hara
2016-12-14net: change "mask" to "prefix length" in ParseCIDR commentMatt Layher
2016-08-17net: simplify internal dtoi and xtoi funcsDan Peterson
2016-05-24net: revise IP.String result for malformed IP address to add ? backRuss Cox
2016-05-17net: use IPv4/IPv6 reserved address blocks for documentationMikio Hara
2016-05-06Revert "net: add support for Zone of IPNet"Mikio Hara
2016-04-19net: add support for Zone of IPNetMikio Hara
2016-04-12net: make IP.{String,MarshalText} return helpful information on address errorMikio Hara
2016-03-16net: filter destination addresses when source address is specifiedMikio Hara
2016-03-02all: single space after period.Brad Fitzpatrick
2015-07-10net: fix misidentification of link-local, global unicast IP addressesMikio Hara
2015-05-05net: fix inconsistent errorsMikio Hara
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-02-17all: fix typo in docYasuhiro Matsumoto
2015-01-22net: simplify itoa conversionsMartin Möhrmann
2014-09-08build: move package sources from src/pkg to srcRuss Cox