summaryrefslogtreecommitdiffhomepage
path: root/types
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-04-07feature/conn25: add IPv6 supportFran Bull1-3/+5
2026-04-05cmd/vet: add subtestnames analyzer; fix all existing violationsBrad Fitzpatrick1-6/+6
2026-03-24types/key: use AvailableBuffer for WriteRawWithoutAllocating (#19102)Mike O'Driscoll2-21/+80
2026-03-24derp,types,util: use bufio Peek+Discard for allocation-free fast reads (#19067)Mike O'Driscoll2-17/+23
2026-03-20wgengine/magicsock,control/controlclient: do not overwrite discokey with old ...Claus Lensbøl1-0/+30
2026-03-10types/key: add NodePrivate.Raw32 and DiscoPrivateFromRaw32Brad Fitzpatrick2-0/+13
2026-03-09tailcfg: reintroduce UserProfile.GroupsGesa Stupperich2-1/+2
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick5-22/+15
2026-03-05types/ptr: deprecate ptr.To, use Go 1.26 newBrad Fitzpatrick13-35/+29
2026-03-05all: fix typos in commentsBrad Fitzpatrick1-1/+1
2026-03-02types/geo: fix floating point bug causing NaN returns in SphericalAngleTo (#1...Amal Bansode2-58/+92
2026-02-20appc,feature/conn25,net: Add DNS response interception for conn25Fran Bull1-0/+15
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 Norris96-96/+96
2026-01-14ipn,ipn/local: always accept routes for Tailscale Services (cgnat range) (#18...Tom Meadows1-2/+6
2025-12-17types/persist: omit Persist.AttestationKey based on IsZero (#18241)Andrew Lytvynov1-1/+1
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-18all: rename variables with lowercase-l/uppercase-IAlex Chan6-51/+51
2025-11-17ipn{,/local},cmd/tailscale: add "sync" flag and pref to disable control map pollBrad Fitzpatrick2-0/+31
2025-11-16types/netmap: remove PrivateKey from NetworkMapBrad Fitzpatrick3-5/+31
2025-11-04wgengine/netlog: include node OS in logged attributes (#17755)Joe Tsai1-12/+3
2025-10-31Revert "control/controlclient: back out HW key attestation (#17664)" (#17732)Andrew Lytvynov4-7/+27
2025-10-28wgengine/netlog: embed node information in network flow logs (#17668)Joe Tsai1-4/+43
2025-10-27control/controlclient: back out HW key attestation (#17664)Patrick O'Doherty4-27/+7
2025-10-15net/connstats: prepare to remove package (#17554)Joe Tsai2-0/+57
2025-10-15types/netlogtype: remove CBOR representation (#17545)Joe Tsai2-36/+14
2025-10-10types/persist: add AttestationKey (#17281)Patrick O'Doherty4-7/+27
2025-10-06types/lazy: document difference from sync.OnceValueBrad Fitzpatrick1-0/+3
2025-10-02appc,*: publish events for route updates and storage (#17392)M. J. Fromberger1-0/+20
2025-09-30types/key: add IsZero method to HardwareAttestationKey (#17370)Andrew Lytvynov1-0/+1
2025-09-26types/dnstype: delete unused func, move other one to its sole callerBrad Fitzpatrick1-84/+0
2025-09-26types/opt: de-weird the API a bit with new True and False constsBrad Fitzpatrick1-12/+28
2025-09-24types/key: Update HardwareAttestationPublic representation (#17233)Patrick O'Doherty1-18/+37
2025-09-15tailcfg: add HardwareAttestationKey to MapRequest (#17102)Patrick O'Doherty1-2/+95
2025-09-12all: add ts_omit_tailnetlock as a start of making it build-time modularBrad Fitzpatrick1-0/+2
2025-09-09ipn/ipnlocal, types: plumb tailnet display name cap through to network profil...Nick O'Neill1-0/+16
2025-08-27cmd/viewer: add field comments to generated view methodsMaisem Ali4-23/+92
2025-08-19types/views: add min/max helpers to views.SliceAdrian Dewhurst1-0/+29
2025-08-15types/key: init HardwareAttestionKey implementation (#16867)Patrick O'Doherty1-0/+68
2025-08-15types/dnstype, ipn/ipnlocal: allow other DNS resolvers with exit nodesMichael Ben-Ami4-2/+25
2025-08-14cmd/viewer, types/views: implement support for json/v2 (#16852)Joe Tsai6-86/+449
2025-07-21wgengine/magicsock,all: allocate peer relay over disco instead of PeerAPI (#1...Jordan Whited2-0/+56
2025-07-17types/geo: add geo.Point and its associated units (#16583)Simon Law7-0/+1648
2025-07-13types/lazy: add lazy.GMap: a map of lazily computed GValues (#16532)Simon Law2-0/+157