summaryrefslogtreecommitdiffhomepage
path: root/types/netmap/netmap.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-26ipn/ipnlocal/netmapcache: add a package to split and cache network maps (#18497)M. J. Fromberger1-0/+2
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2026-01-14ipn,ipn/local: always accept routes for Tailscale Services (cgnat range) (#18...Tom Meadows1-2/+6
2025-11-18types/netmap,*: remove some redundant fields from NetMapBrad Fitzpatrick1-6/+17
2025-11-16types/netmap: remove PrivateKey from NetworkMapBrad Fitzpatrick1-5/+4
2025-09-09ipn/ipnlocal, types: plumb tailnet display name cap through to network profil...Nick O'Neill1-0/+16
2025-05-22control/controlclient,health,tailcfg: refactor control health messages (#15839)James 'zofrex' Sanderson1-2/+2
2025-05-06feature/taildrop: move rest of Taildrop out of LocalBackendBrad Fitzpatrick1-0/+8
2025-02-14control/controlclient,tailcfg:types: remove MaxKeyduration from NetMapJames Sanderson1-3/+0
2025-02-11types/netmap,*: pass around UserProfiles as views (pointers) insteadBrad Fitzpatrick1-2/+9
2025-02-03tailcfg: add JSON unmarshal helper for view of node/peer capabilitiesAdrian Dewhurst1-1/+1
2025-01-22tailcfg: add ServiceNameAdrian Dewhurst1-5/+5
2025-01-22fix handler related and some nitKevinLiang101-1/+17
2025-01-22ipn/ipnlocal: Support TCP and Web VIP servicesKevinLiang101-0/+48
2025-01-14all: add Node.HomeDERP int, phase out "127.3.3.40:$region" hack [capver 111]Brad Fitzpatrick1-6/+3
2025-01-04all: use iterators in more places instead of Range funcsBrad Fitzpatrick1-15/+5
2024-11-11all: use iterators over slice views moreBrad Fitzpatrick1-8/+7
2024-06-16net/ipset, wgengine/filter/filtertype: add split-out packagesBrad Fitzpatrick1-2/+2
2024-05-17ipn,wgengine: remove vestigial Prefs.AllowSingleHostsBrad Fitzpatrick1-1/+1
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2024-03-22ipn/ipnlocal, types/netmap: replace hasCapability with set lookup on NetworkMapBrad Fitzpatrick1-0/+7
2024-01-05controlclient,tailcfg,types: expose MaxKeyDuration via localapi (#10401)James 'zofrex' Sanderson1-0/+3
2023-12-19util/cmpx: remove code that's in the stdlib nowAndrew Dunham1-2/+2
2023-11-17ipn/ipnlocal,cmd/tailscale: persist tailnet name in user profileMarwan Sulaiman1-0/+10
2023-10-01tailcfg, all: use []netip.AddrPort instead of []string for EndpointsBrad Fitzpatrick1-1/+1
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-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 Fitzpatrick1-0/+19
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 Fitzpatrick1-47/+41
2023-08-17all: remove some Debug fields, NetworkMap.Debug, Reconfig Debug argBrad Fitzpatrick1-9/+1
2023-03-30envknob/logknob: add package for configurable loggingAndrew Dunham1-0/+11
2023-01-27all: update copyright and license headersWill Norris1-3/+2
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 Fitzpatrick1-4/+4
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-2/+2
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