summaryrefslogtreecommitdiffhomepage
path: root/types/netmap
AgeCommit message (Expand)AuthorFilesLines
2023-10-01tailcfg, all: use []netip.AddrPort instead of []string for EndpointsBrad Fitzpatrick4-35/+31
2023-09-18tailcfg: add NodeCapMapMaisem Ali1-1/+6
2023-09-18ipn/ipnlocal: add tailnet MagicDNS name to ipn.LoginProfileSonia Appasamy1-0/+3
2023-09-18types/netmap: remove NetworkMap.{Addresses,MachineStatus}Brad Fitzpatrick1-39/+5
2023-09-17tailcfg: define a type for NodeCapabilityMaisem Ali1-2/+2
2023-09-17ipn/ipnlocal: keep internal map updated of latest Nodes post mutationsBrad Fitzpatrick1-0/+23
2023-09-17types/netmap: start phasing out Addresses, add GetAddresses methodBrad Fitzpatrick1-1/+18
2023-09-17types/netmap: deprecate NetworkMap.MachineStatus, add accessor methodBrad Fitzpatrick1-3/+23
2023-09-12control/controlclient, types/netmap: start plumbing delta netmap updatesBrad Fitzpatrick4-0/+414
2023-09-08types/netmap: delete a copy of views.SliceEqualBrad Fitzpatrick1-20/+2
2023-08-22types/netmap: remove redundant Netmap.HostinfoBrad Fitzpatrick1-6/+4
2023-08-21types/netmap, all: make NetworkMap.SelfNode a tailcfg.NodeViewBrad Fitzpatrick1-7/+8
2023-08-20types/netmap: move some mutations earlier, remove, document some fieldsBrad Fitzpatrick1-17/+40
2023-08-18types/netmap, all: use read-only tailcfg.NodeView in NetworkMapBrad Fitzpatrick2-73/+75
2023-08-17all: remove some Debug fields, NetworkMap.Debug, Reconfig Debug argBrad Fitzpatrick2-25/+1
2023-08-17tailcfg: remove most Debug fields, move bulk to nodeAttrs [capver 70]Brad Fitzpatrick1-2/+2
2023-08-16tailcfg: move LogHeapPprof from Debug to c2n [capver 69]Brad Fitzpatrick1-2/+2
2023-03-30envknob/logknob: add package for configurable loggingAndrew Dunham1-0/+11
2023-01-27all: update copyright and license headersWill Norris2-6/+4
2023-01-03ipn/localapi: add localapi debug endpoints for packet filter/matchesBrad Fitzpatrick1-3/+5
2022-11-11cmd/tailscale: make "up", "status" warn if routes and --accept-routes offBrad Fitzpatrick1-0/+10
2022-10-06wgengine/wgcfg: plumb down audit log IDs (#5855)Joe Tsai1-0/+5
2022-09-21control/controlclient,ipn/ipnlocal: wire tka enable/disableTom DNetto1-0/+8
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick2-6/+7
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick2-3/+3
2022-06-19control/controlclient, types/netmap: remove unused LocalPort fieldBrad Fitzpatrick1-5/+0
2022-06-07ipn/ipnstate: add ExitNodeStatus to share the exit node if it is in use, the ...Melanie Warrick1-0/+10
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-03all: replace tailcfg.DiscoKey with key.DiscoPublic.David Anderson1-3/+6
2021-11-02tailcfg: use key.NodePublic in wire protocol types.David Anderson1-18/+18
2021-11-01types/netmap: use key.NodePublic instead of tailcfg.NodeKey.David Anderson2-23/+26
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-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-2/+2
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 Fitzpatrick2-0/+561