summaryrefslogtreecommitdiffhomepage
path: root/disco/disco_test.go
AgeCommit message (Expand)AuthorFilesLines
2025-07-21wgengine/magicsock,all: allocate peer relay over disco instead of PeerAPI (#1...Jordan Whited1-10/+31
2025-06-26disco,net/udprelay,wgengine/magicsock: support relay re-binding (#16388)Jordan Whited1-10/+17
2025-04-25disco: implement CallMeMaybeVia serialization (#15779)Jordan Whited1-0/+16
2025-03-31net/udprelay: start of UDP relay server implementation (#15480)Jordan Whited1-0/+23
2023-08-08wgengine,ipn,cmd/tailscale: add size option to ping (#8739)salman aljammaz1-0/+17
2023-02-01all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our forkBrad Fitzpatrick1-2/+2
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-21all: use strs.CutPrefix and strs.CutSuffix moreMihai Parparita1-3/+3
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-3/+2
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick1-3/+4
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-1/+1
2021-10-29disco: use key.NodePublic instead of tailcfg.NodeKey.David Anderson1-8/+4
2021-10-17disco, wgengine/magicsock: send self node key in disco pingsBrad Fitzpatrick1-0/+14
2021-01-20disco: support parsing/encoding endpoints in call-me-maybe framesBrad Fitzpatrick1-1/+11
2020-06-29disco: new package for parsing & marshaling discovery messagesBrad Fitzpatrick1-0/+82