summaryrefslogtreecommitdiffhomepage
path: root/cmd/tailscaled/tailscaled.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2026-01-16net/netmon: move TailscaleInterfaceIndex out of netmon.State (#18428)Jonathan Nobels1-1/+2
2026-01-06cmd/tailscaled,ipn/{ipnlocal,store/kubestore}: don't create attestation keys ...Irbe Krumina1-4/+45
2026-01-05cmd/tailscaled: disable state encryption / attestation by default (#18336)Andrew Lytvynov1-14/+4
2025-12-09net/dns: retrample resolve.conf when another process has trampled it (#18069)Claus Lensbøl1-2/+2
2025-12-04cmd/tailscale,ipn: add Unix socket support for servePeter A.1-0/+1
2025-11-20cmd/tailscaled,ipn: show a health warning when state store fails to open (#17...Andrew Lytvynov1-1/+12
2025-10-10types/persist: add AttestationKey (#17281)Patrick O'Doherty1-15/+40
2025-10-07cmd/tailscaled: default state encryption off for incompatible args (#17480)Tom Proctor1-28/+38
2025-10-06cmd/tailscaled: guard some flag work with buildfeatures checksBrad Fitzpatrick1-29/+35
2025-10-06feature/featuretags: make usermetrics modularBrad Fitzpatrick1-8/+0
2025-10-01cmd/tailscaled: default --encrypt-state to true if TPM is available (#17376)Andrew Lytvynov1-5/+8
2025-10-01net/netmon: remove usage of direct callbacks from netmon (#17292)Claus Lensbøl1-2/+9
2025-10-01all: use Go 1.20's errors.Join instead of our multierr packageBrad Fitzpatrick1-2/+1
2025-09-30cmd/tailscaled, ipn/localapi, util/eventbus: don't link in regexp when debug ...Brad Fitzpatrick1-17/+11
2025-09-29feature/logtail: pull logtail + netlog out to modular featuresBrad Fitzpatrick1-12/+18
2025-09-26cmd/tailscaled: start implementing ts_omit_netstackBrad Fitzpatrick1-57/+19
2025-09-25various: allow tailscaled shutdown via LocalAPINick Khyl1-1/+1
2025-09-24derp/derpserver: split off derp.Server out of derp into its own packageBrad Fitzpatrick1-5/+5
2025-09-19cmd/tailscaled: make the outbound HTTP/SOCKS5 proxy modularBrad Fitzpatrick1-70/+20
2025-09-16health,ipn/ipnlocal: introduce eventbus in heath.Tracker (#17085)Claus Lensbøl1-7/+7
2025-09-11feature/drive: start factoring out Taildrive, add ts_omit_drive build tagBrad Fitzpatrick1-33/+12
2025-09-02util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move glo...Brad Fitzpatrick1-4/+4
2025-08-31util/syspolicy/*: move syspolicy keys to new const leaf "pkey" packageBrad Fitzpatrick1-1/+2
2025-08-05wgengine/router: rely on events for deleted IP rules (#16744)Claus Lensbøl1-1/+1
2025-07-10all: detect JetKVM and specialize a handful of things for itBrad Fitzpatrick1-8/+7
2025-06-26ipn/store: automatically migrate between plaintext and encrypted state (#16318)Andrew Lytvynov1-4/+45
2025-06-11ipn/localapi,client/local: add debug watcher for bus events (#16239)Claus Lensbøl1-0/+1
2025-05-06feature/taildrop: move rest of Taildrop out of LocalBackendBrad Fitzpatrick1-1/+0
2025-05-01feature/taildrop: add integration testBrad Fitzpatrick1-4/+12
2025-04-16net/netmon: publish events to event busDavid Anderson1-1/+1
2025-04-16derp/derphttp: remove ban on websockets dependencyDavid Anderson1-1/+0
2025-04-16cmd/tailscaled: clean up unnecessary logf indirection #cleanupDavid Anderson1-3/+1
2025-04-16all: update the tsd.System constructor name (#15372)M. J. Fromberger1-1/+1
2025-04-16all: construct new System values with an event bus pre-populatedM. J. Fromberger1-4/+2
2025-04-16tsd: wire up the event bus to tailscaledDavid Anderson1-0/+5
2025-04-02ssh/tailssh: add Plan 9 support for Tailscale SSHBrad Fitzpatrick1-0/+4
2025-04-02cmd/tailscaled: make state dir on Plan 9Brad Fitzpatrick1-1/+12
2025-04-02cmd/tailscaled: let net/netmon know what our TUN interface isBrad Fitzpatrick1-0/+6
2025-04-02net/tstun: add Plan 9 'tun' supportBrad Fitzpatrick1-1/+3
2025-03-28cmd/tailscaled: make embedded CLI run earlier, support triggering via envBrad Fitzpatrick1-6/+24
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick1-2/+2
2025-01-22feature/*: make Wake-on-LAN conditional, start supporting modular featuresBrad Fitzpatrick1-0/+1
2025-01-09all: illumos/solaris userspace only supportNahum Shalman1-2/+2
2024-11-01wgengine/netstack: remove unused taildrive depsBrad Fitzpatrick1-2/+0
2024-09-25util/usermetrics: make usermetrics non-globalKristoffer Dalby1-0/+3
2024-09-08cmd/k8s-operator,kube: set app name for Kubernetes Operator proxies (#13410)Irbe Krumina1-0/+4
2024-08-22all: switch to and require Go 1.23Brad Fitzpatrick1-1/+1
2024-08-12cmd/tailscaled: add env knob to control default verbosityBrad Fitzpatrick1-1/+2
2024-08-10cmd/tailscaled: allow setting env via linux cmdline for integration testsBrad Fitzpatrick1-0/+23