aboutsummaryrefslogtreecommitdiff
path: root/src/net/netip
AgeCommit message (Expand)Author
2022-04-22net/netip: fix Addr.Unmap reference in Addr.Is4 godoc commentTobias Klauser
2022-04-11all: gofmt main repoRuss Cox
2022-04-02net/netip: improve documentation terminology for IPv4-mapped IPv6 addresseshopehook
2022-03-29net/netip: return an error from ParsePrefix with IPv6 zone inputMatt Layher
2022-03-25net/netip: fix uses of "IPv4-mapped IPv6" in doc commentsAdam Pritchard
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
2022-02-03net/netip: correct ipv6 address in ParsePrefix commentIan Lance Taylor
2021-12-20net/netip: add a fuzz testAndrew LeFevre
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-12net/netip: make Prefix.MarshalText format 4-in-6 IPs consistentlyMatt Layher
2021-12-12net/netip: make AddrPort.MarshalText format 4-in-6 IPs consistentlyBrad Fitzpatrick
2021-12-12net/netip: fix formatting of IPv4-in-6 address with zoneBrad Fitzpatrick
2021-11-05net/netip: document the zero AddrJosh Bleecher Snyder
2021-11-05net/netip: add tests for Addr.AsSliceJosh Bleecher Snyder
2021-11-05net/netip: add IPv4UnspecifiedJason A. Donenfeld
2021-11-05net/netip: reduce allocations in MarshalBinaryJason A. Donenfeld
2021-11-05net/netip: add missing encoding.BinaryUnmarshaler to AddrPort and PrefixJason A. Donenfeld
2021-11-05net/netip: add Addr.AsSlice() methodJason A. Donenfeld
2021-11-05net/netip: optimize As4 and As16Josh Bleecher Snyder
2021-11-05net/netip: don't accept ParseAddr with leading zerosBrad Fitzpatrick
2021-11-04net/netip: fix various typos in commentjiahua wang
2021-11-03net/netip: fix various typos in commentsJason A. Donenfeld
2021-11-02net/netip: add new IP address packageBrad Fitzpatrick