summaryrefslogtreecommitdiffhomepage
path: root/types/netmap/netmap.go
AgeCommit message (Expand)AuthorFilesLines
2022-05-28cmd/tailscale, ipn/ipnlocal: add "peerapi" ping typeBrad Fitzpatrick1-0/+18
2022-03-16all: use Go 1.18's strings.CutBrad Fitzpatrick1-2/+2
2022-02-16tailcfg: make Node.Hostinfo a HostinfoViewMaisem Ali1-3/+4
2022-02-15tailcfg: add start of SSH policy to be sent from control plane to nodesBrad Fitzpatrick1-0/+1
2022-01-26ipn/ipnstate: add TailnetName to statusBrad Fitzpatrick1-1/+3
2021-11-01types/netmap: use key.NodePublic instead of tailcfg.NodeKey.David Anderson1-1/+1
2021-10-28types/netmap: use new node key type.David Anderson1-2/+1
2021-09-19tailcfg, health: add way for control plane to add problems to health checkBrad Fitzpatrick1-0/+7
2021-09-03types/key: add a special key with custom serialization for control private ke...Dave Anderson1-1/+2
2021-09-03Revert "types/key: add MachinePrivate and MachinePublic."David Anderson1-2/+1
2021-09-03types/key: add MachinePrivate and MachinePublic.David Anderson1-1/+2
2021-08-17control/controlclient: do not periodically print full netmapJosh Bleecher Snyder1-1/+7
2021-05-05wgengine/netstack: don't pass non-subnet traffic to netstack in hybrid modeBrad Fitzpatrick1-2/+2
2021-04-18types/netmap: remove some old TODOsBrad Fitzpatrick1-4/+1
2021-04-12types/netmap: add some docs/warning to NetworkMapBrad Fitzpatrick1-0/+4
2021-02-05types/netmap: split controlclient.NetworkMap off into its own leaf packageBrad Fitzpatrick1-0/+277