summaryrefslogtreecommitdiffhomepage
path: root/types/netmap
AgeCommit message (Expand)AuthorFilesLines
2026-04-20types/netmap,client/local: modify services format in local apiAdriano Sela Aviles1-5/+6
2026-04-17client/local,types/netmap: modify services format in local apiAdriano Sela Aviles1-6/+7
2026-04-13types/netmap,tailcfg: update documentation for Services capAdriano Sela Aviles1-2/+4
2026-04-13ipn/localapi,client/local: add services over localapiAdriano Sela Aviles1-0/+3
2026-04-13tailcfg,types/netmap: add (visible) Services to SelfNode Caps (#19335)Adriano Sela Aviles1-0/+21
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick1-3/+2
2026-03-05types/ptr: deprecate ptr.To, use Go 1.26 newBrad Fitzpatrick2-9/+7
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 Norris4-4/+4
2026-01-14ipn,ipn/local: always accept routes for Tailscale Services (cgnat range) (#18...Tom Meadows1-2/+6
2025-11-25tailcfg, control/controlclient: start moving MapResponse.DefaultAutoUpdate to...Brad Fitzpatrick1-1/+1
2025-11-18types/netmap,*: remove some redundant fields from NetMapBrad Fitzpatrick1-6/+17
2025-11-16types/netmap: remove PrivateKey from NetworkMapBrad Fitzpatrick2-5/+13
2025-09-09ipn/ipnlocal, types: plumb tailnet display name cap through to network profil...Nick O'Neill1-0/+16
2025-06-19Revert "types/netmap,wgengine/magicsock: propagate CapVer to magicsock.endpoi...Jordan Whited2-22/+0
2025-06-10types/netmap,wgengine/magicsock: propagate CapVer to magicsock.endpoint (#16244)Jordan Whited2-0/+22
2025-06-09types/netmap: fix NodeMutationEndpoints docs typo (#16234)Jordan Whited1-1/+1
2025-05-30controlclient,health,ipnlocal,tailcfg: add DisplayMessage supportJames Sanderson1-0/+1
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 Sanderson2-5/+1
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 nitKevinLiang102-23/+17
2025-01-22add blank lineKevinLiang101-0/+1
2025-01-22add copyright headerKevinLiang101-0/+2
2025-01-22ipn/ipnlocal: Support TCP and Web VIP servicesKevinLiang102-0/+67
2025-01-14all: add Node.HomeDERP int, phase out "127.3.3.40:$region" hack [capver 111]Brad Fitzpatrick3-26/+22
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 Fitzpatrick3-3/+3
2024-03-22ipn/ipnlocal, types/netmap: replace hasCapability with set lookup on NetworkMapBrad Fitzpatrick1-0/+7
2024-02-08all: use reflect.TypeFor now available in Go 1.22 (#11078)Joe Tsai2-3/+3
2024-01-05controlclient,tailcfg,types: expose MaxKeyDuration via localapi (#10401)James 'zofrex' Sanderson3-2/+6
2023-12-19util/cmpx: remove code that's in the stdlib nowAndrew Dunham2-4/+4
2023-12-18ipn: apply tailnet-wide default for auto-updates (#10508)Andrew Lytvynov2-1/+6
2023-11-17ipn/ipnlocal,cmd/tailscale: persist tailnet name in user profileMarwan Sulaiman1-0/+10
2023-11-17control/controlclient: support incremental packet filter updates [capver 81]Brad Fitzpatrick1-0/+1
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