aboutsummaryrefslogtreecommitdiff
path: root/src/net/netip
AgeCommit message (Expand)Author
5 daysnet/netip: check if address is v6 mapped in Is methodsRoland Shoemaker
9 daysnet/netip: cover IPv4Unspecified in TestAddrWellKnownTobias Klauser
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-14net/netip: fix TestInlining after CL 585057Tobias Klauser
2024-05-13net/netip: test that Addr.AsSlice is inlineableTobias Klauser
2024-05-13net/netip: replace != nil with != "" in commentMateusz Poliwczak
2024-05-13net/netip: combine import groupsTobias Klauser
2024-05-13net/netip: use internal/byteorderMateusz Poliwczak
2024-04-22net/netip: use the unique package instead of internal/internMichael Anthony Knyszek
2024-03-14net/netip: use built-in clear to simplify codeapocelipes
2024-03-11all: gofmtsivchari
2024-03-07net/ip: proper ipv6 address parsingMarin Petrunic
2024-02-26net/netip: introduce parsePrefixError for better error handlingaimuz
2024-02-19net/netip: optimize parseIPv4 and refactor IPv6 embedded IPv4 parsingaimuz
2024-01-24net/netip: use Addr.appendTo4In6 in Addr.AppendToTobias Klauser
2024-01-24net/netip: optimize Addr.String for 4in6 addressesTobias Klauser
2024-01-24net/netip: optimize Addr.MarshalText allocation for 4in6 addressesTobias Klauser
2024-01-24net/netip: further optimize AddrPort.StringTobias Klauser
2024-01-10net: add available godoc linkcui fliter
2023-12-14net/netip: remove Prefix.Compare for Go 1.22Russ Cox
2023-11-17net/netip: optimize AddrPort.String for IPv4 addressesTobias Klauser
2023-11-17net/netip: optimize AddrPort.String for IPv6 addressesTobias Klauser
2023-11-06net/netip: allow only valid prefix digits in ParsePrefixMauri de Souza Meneguzzo
2023-09-11net/netip: add AddrPort.Compare and Prefix.CompareDavid Anderson
2023-08-25internal/bytealg: add generic LastIndexByte{,String}Tobias Klauser
2023-08-22net/netip: remove unused netIPv{4,6}len constsTobias Klauser
2023-03-25all: add a few links in package godocsDaniel Martí
2023-02-02net/netip: fix invalid representation of PrefixJoe Tsai
2023-01-31net/netip: use IPv6Loopback in TestIPPropertiesTobias Klauser
2023-01-19net/netip: fix type name in TestNoAllocs sub-test names and commentsTobias Klauser
2022-11-08net/netip: use slice-to-array conversionsTobias Klauser
2022-11-07net/netip: remove unused unexported functions and methodsTobias Klauser
2022-10-21net/netip: add IPv6LinkLocalAllRouters and IPv6LoopbackMatt Layher
2022-10-07net/netip: add test for AddrFromSliceTobias Klauser
2022-10-07net/netip: use IPv4Unspecified in TestIPPropertiesTobias Klauser
2022-09-23Revert "net/netip: use slice-to-array conversions"Tobias Klauser
2022-09-23net/netip: use slice-to-array conversionsTobias Klauser
2022-08-09internal/testenv: add and use OptimizationOff/SkipIfOptimizationOffCuong Manh Le
2022-08-09net/netip: fix method name in {AddrPort,Prefix}.IsValid godocTobias Klauser
2022-06-15net/netip: add missing ) in ParsePrefix errorssubham sarkar
2022-05-19net/netip: fix receiver name in Addr.{has,without}Zone commentsTobias Klauser
2022-05-17net/netip: fix type name in z0, z4, z6noz commentTobias Klauser
2022-05-17all: fix spellingJohn Bampton
2022-05-12net/netip: skip some TestAddrStringAllocs tests on noopt buildersTobias Klauser
2022-05-11net/netip: reduce allocations in Addr.String for v4-in-v6 addressesTobias Klauser
2022-05-04net/netip: use strconv.AppendUint in AddrPort.AppendToTobias Klauser
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