summaryrefslogtreecommitdiffhomepage
path: root/types
AgeCommit message (Expand)AuthorFilesLines
2024-02-12types/views: add test that LenIter doesn't allocateBrad Fitzpatrick1-0/+9
2024-02-11tailcfg: remove UserProfile.GroupsMaisem Ali2-7/+6
2024-02-08all: use new AppendEncode methods available in Go 1.22 (#11079)Joe Tsai2-21/+5
2024-02-08all: use reflect.TypeFor now available in Go 1.22 (#11078)Joe Tsai4-5/+5
2024-02-06types/views: add SliceMapKey[T]Maisem Ali2-0/+70
2024-01-23wgengine/magicsock: implement probing of UDP path lifetime (#10844)Jordan Whited1-0/+9
2024-01-17appc,ipn/ipnlocal,types/appctype: implement control provided routesJames Tucker1-0/+2
2024-01-16all: make use of ctxkey everywhere (#10846)Joe Tsai1-8/+12
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 Lytvynov3-1/+12
2023-11-22appc,ipn/local: support wildcard when matching app-connectorsTom DNetto1-1/+2
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-11-15types/appctype: correct app-connector cap name in documentationJames Tucker1-1/+1
2023-11-03types/dnstype: update the usage documentation on dnstype.ResolverJames Tucker1-0/+2
2023-10-31types/appctype: define the nodeAttrs type for dns-driven app connectorsTom DNetto1-0/+13
2023-10-19appctype: move to types/appctypeTom DNetto2-0/+137
2023-10-16cmd/tailscaled,*: add start of configuration file supportBrad Fitzpatrick1-0/+15
2023-10-11types/ipproto: import and test string parsing for ipprotoJames Tucker2-1/+239
2023-10-10types/ipproto: drop IPProto from IPProtoVersionMaisem Ali1-9/+9
2023-10-04net/tstun: finish wiring IPv6 NAT supportTom DNetto1-0/+20
2023-10-01tailcfg, all: use []netip.AddrPort instead of []string for EndpointsBrad Fitzpatrick4-35/+31
2023-09-27types/key: update some doc strings for public key serializationJames Tucker1-4/+7
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-18types/views: add SliceContainsFunc like slices.ContainsFuncBrad Fitzpatrick2-0/+12
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-15tailcfg: add DNS address list for IsWireGuardOnly nodesJames Tucker3-0/+95
2023-09-12control/controlclient, types/netmap: start plumbing delta netmap updatesBrad Fitzpatrick4-0/+414
2023-09-09ipn/ipnstate: address TODO about garbage during peer sortingBrad Fitzpatrick1-0/+6
2023-09-08types/netmap: delete a copy of views.SliceEqualBrad Fitzpatrick1-20/+2
2023-09-01all: implement AppendText alongside MarshalText (#9207)Joe Tsai7-22/+81
2023-08-30types/logger: add TestLoggerBrad Fitzpatrick1-0/+16
2023-08-30adjust build tags for tamagoAndrea Barisani2-2/+2
2023-08-29types/opt: use switch in Bool.UnmarshalJSON (#9140)Joe Tsai2-13/+15
2023-08-28types/logger: fix test failure I missed earlierBrad Fitzpatrick1-0/+7
2023-08-28types/logger: add AsJSONBrad Fitzpatrick2-0/+50
2023-08-27types/views: add SliceEqual, like std slices.EqualBrad Fitzpatrick2-0/+20
2023-08-24types/logger, cmd/tailscale/cli: flesh out, simplify some non-unix build tagsBrad Fitzpatrick2-2/+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-20types/views,cmd/viewer: add ByteSlice[T] to replace mem.ROMaisem Ali1-2/+83
2023-08-19types/tkatype: add test for MarshaledSignature's JSON formatBrad Fitzpatrick1-0/+21
2023-08-18types/netmap, all: use read-only tailcfg.NodeView in NetworkMapBrad Fitzpatrick2-73/+75