summaryrefslogtreecommitdiff
path: root/src/net/netip
Commit message (Expand)AuthorAgeFilesLines
* net/netip: fix Addr.Unmap reference in Addr.Is4 godoc commentTobias Klauser2022-04-221-1/+1
* all: gofmt main repoRuss Cox2022-04-111-18/+18
* net/netip: improve documentation terminology for IPv4-mapped IPv6 addresseshopehook2022-04-022-5/+5
* net/netip: return an error from ParsePrefix with IPv6 zone inputMatt Layher2022-03-293-37/+25
* net/netip: fix uses of "IPv4-mapped IPv6" in doc commentsAdam Pritchard2022-03-252-6/+6
* internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills2022-03-181-6/+1
* net/netip: correct ipv6 address in ParsePrefix commentIan Lance Taylor2022-02-031-1/+1
* net/netip: add a fuzz testAndrew LeFevre2021-12-201-0/+351
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* net/netip: make Prefix.MarshalText format 4-in-6 IPs consistentlyMatt Layher2021-12-122-2/+32
* net/netip: make AddrPort.MarshalText format 4-in-6 IPs consistentlyBrad Fitzpatrick2021-12-122-2/+37
* net/netip: fix formatting of IPv4-in-6 address with zoneBrad Fitzpatrick2021-12-122-3/+24
* net/netip: document the zero AddrJosh Bleecher Snyder2021-11-051-0/+3
* net/netip: add tests for Addr.AsSliceJosh Bleecher Snyder2021-11-051-0/+18
* net/netip: add IPv4UnspecifiedJason A. Donenfeld2021-11-051-2/+5
* net/netip: reduce allocations in MarshalBinaryJason A. Donenfeld2021-11-051-24/+23
* net/netip: add missing encoding.BinaryUnmarshaler to AddrPort and PrefixJason A. Donenfeld2021-11-053-3/+150
* net/netip: add Addr.AsSlice() methodJason A. Donenfeld2021-11-051-25/+17
* net/netip: optimize As4 and As16Josh Bleecher Snyder2021-11-052-9/+16
* net/netip: don't accept ParseAddr with leading zerosBrad Fitzpatrick2021-11-052-11/+27
* net/netip: fix various typos in commentjiahua wang2021-11-041-1/+1
* net/netip: fix various typos in commentsJason A. Donenfeld2021-11-031-4/+4
* net/netip: add new IP address packageBrad Fitzpatrick2021-11-029-0/+4125