]> Cypherpunks.ru repositories - gostls13.git/history - src/net/netip/netip.go
net/netip: add AddrPort.Compare and Prefix.Compare
[gostls13.git] / src / net / netip / netip.go
2023-09-11 David Andersonnet/netip: add AddrPort.Compare and Prefix.Compare
2023-08-25 Tobias Klauserinternal/bytealg: add generic LastIndexByte{,String}
2023-08-22 Tobias Klausernet/netip: remove unused netIPv{4,6}len consts
2023-03-25 Daniel Martíall: add a few links in package godocs
2023-02-02 Joe Tsainet/netip: fix invalid representation of Prefix
2022-11-08 Tobias Klausernet/netip: use slice-to-array conversions
2022-11-07 Tobias Klausernet/netip: remove unused unexported functions and methods
2022-10-21 Matt Layhernet/netip: add IPv6LinkLocalAllRouters and IPv6Loopback
2022-09-23 Tobias KlauserRevert "net/netip: use slice-to-array conversions"
2022-09-23 Tobias Klausernet/netip: use slice-to-array conversions
2022-08-09 Tobias Klausernet/netip: fix method name in {AddrPort,Prefix}.IsValid...
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-15 subham sarkarnet/netip: add missing ) in ParsePrefix errors
2022-05-19 Tobias Klausernet/netip: fix receiver name in Addr.{has,without}Zone...
2022-05-17 Tobias Klausernet/netip: fix type name in z0, z4, z6noz comment
2022-05-17 John Bamptonall: fix spelling
2022-05-11 Tobias Klausernet/netip: reduce allocations in Addr.String for v4...
2022-05-04 Tobias Klausernet/netip: use strconv.AppendUint in AddrPort.AppendTo
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-22 Tobias Klausernet/netip: fix Addr.Unmap reference in Addr.Is4 godoc...
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-02 hopehooknet/netip: improve documentation terminology for IPv4...
2022-03-29 Matt Layhernet/netip: return an error from ParsePrefix with IPv6...
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-25 Adam Pritchardnet/netip: fix uses of "IPv4-mapped IPv6" in doc comments
2022-02-08 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-03 Ian Lance Taylornet/netip: correct ipv6 address in ParsePrefix comment
2021-12-12 Matt Layhernet/netip: make Prefix.MarshalText format 4-in-6 IPs...
2021-12-12 Brad Fitzpatricknet/netip: make AddrPort.MarshalText format 4-in-6...
2021-12-12 Brad Fitzpatricknet/netip: fix formatting of IPv4-in-6 address with...
2021-11-08 Heschi Kreinick[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Josh Bleecher Snydernet/netip: document the zero Addr
2021-11-05 Jason A. Donenfeldnet/netip: add IPv4Unspecified
2021-11-05 Jason A. Donenfeldnet/netip: reduce allocations in MarshalBinary
2021-11-05 Jason A. Donenfeldnet/netip: add missing encoding.BinaryUnmarshaler to...
2021-11-05 Jason A. Donenfeldnet/netip: add Addr.AsSlice() method
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Josh Bleecher Snydernet/netip: optimize As4 and As16
2021-11-05 Brad Fitzpatricknet/netip: don't accept ParseAddr with leading zeros
2021-11-04 jiahua wangnet/netip: fix various typos in comment
2021-11-03 Jason A. Donenfeldnet/netip: fix various typos in comments
2021-11-02 Brad Fitzpatricknet/netip: add new IP address package