summaryrefslogtreecommitdiffhomepage
path: root/disco/disco.go
AgeCommit message (Expand)AuthorFilesLines
2025-07-21wgengine/magicsock,all: allocate peer relay over disco instead of PeerAPI (#1...Jordan Whited1-77/+184
2025-06-26disco,net/udprelay,wgengine/magicsock: support relay re-binding (#16388)Jordan Whited1-29/+81
2025-05-09net/udprelay{/endpoint}, all: move ServerEndpoint to independent pkg (#15934)Jordan Whited1-8/+8
2025-04-25disco: implement CallMeMaybeVia serialization (#15779)Jordan Whited1-0/+95
2025-03-31net/udprelay: start of UDP relay server implementation (#15480)Jordan Whited1-3/+125
2023-12-14disco: correct noun for nacl box type in disco docsJames Tucker1-3/+3
2023-10-09disco,net/tstun,wgengine/magicsock: probe peer MTUVal1-1/+1
2023-08-08wgengine,ipn,cmd/tailscale: add size option to ping (#8739)salman aljammaz1-1/+18
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-09-29all: fix spelling mistakesJosh Soref1-3/+3
2022-08-02all: migrate more code code to net/netip directlyBrad Fitzpatrick1-4/+3
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-6/+7
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-5/+6
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-3/+3
2021-10-29types/key: export constants for key size, not a method.David Anderson1-3/+3
2021-10-29disco: use key.NodePublic instead of tailcfg.NodeKey.David Anderson1-6/+9
2021-10-18wgengine/magicsock: add an explicit else branch to peerMap update.David Anderson1-1/+0
2021-10-18disco: amplify comment that disco ping's NodeKey shouldn't be trusted by itself.David Anderson1-5/+6
2021-10-17disco, wgengine/magicsock: send self node key in disco pingsBrad Fitzpatrick1-3/+23
2021-09-13net/tstun: block looped disco trafficBrad Fitzpatrick1-0/+10
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-11/+10
2021-01-20wgengine/magicsock: send, use endpoints in CallMeMaybe messagesBrad Fitzpatrick1-7/+15
2021-01-20disco: support parsing/encoding endpoints in call-me-maybe framesBrad Fitzpatrick1-5/+41
2020-07-16wgengine/magicsock: run test DERP in mode where only disco packets allowedBrad Fitzpatrick1-0/+11
2020-07-03wgengine/magicsock: bunch of misc discovery path cleanupsBrad Fitzpatrick1-2/+2
2020-07-02disco: simplify expression, appease staticcheckBrad Fitzpatrick1-1/+1
2020-07-02wgengine/magicsock: clean up discovery loggingBrad Fitzpatrick1-0/+14
2020-07-01wgengine/magicsock: hook up discovery messages, upgrade to LAN worksBrad Fitzpatrick1-0/+6
2020-06-29disco: new package for parsing & marshaling discovery messagesBrad Fitzpatrick1-0/+148