summaryrefslogtreecommitdiffhomepage
path: root/wgengine/wgcfg/parser_test.go
AgeCommit message (Expand)AuthorFilesLines
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-2/+1
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick1-1/+2
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-1/+1
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-1/+1
2021-11-18wgengine/wgcfg: recover from mismatched PublicKey/EndpointsJosh Bleecher Snyder1-1/+1
2021-10-28wgengine/wgcfg: convert to use new node key type.David Anderson1-9/+6
2021-09-01wgengine/wgcfg: use just the hexlified node key as the WireGuard endpoint.David Anderson1-1/+0
2021-07-13wgcfg: use string cut instead of string splitjulianknodt1-1/+2
2021-07-13wgcfg: add benchmark for FromUAPIjulianknodt1-0/+44
2021-05-11all: add extra information to serialized endpointsJosh Bleecher Snyder1-18/+0
2021-01-30wgengine/wgcfg: fix validateEndpoints of empty stringBrad Fitzpatrick1-0/+18
2021-01-29all: move wgcfg from wireguard-goJosh Bleecher Snyder1-0/+55