summaryrefslogtreecommitdiffhomepage
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2026-04-13gofmtAvery Pennarun1-11/+11
2026-04-13fix flaky tests: improve test isolation and reliabilityAvery Pennarun3-4/+21
2026-04-13fix flaky tests: make code more testable and fix race conditionsAvery Pennarun1-2/+8
2026-04-13cmd/deflake: add tool for detecting flaky testsAvery Pennarun2-0/+717
2026-04-10cmd/derper,derp: add --rate-config file with SIGHUP reload (#19314)Mike O'Driscoll1-7/+26
2026-04-09cmd/k8s-operator: set PreferDualStack on ProxyGroup egress services (#19194)Fernando Serboncini2-3/+5
2026-04-09cmd/k8s-operator: migrate to tailscale-client-go-v2 (#19010)David Bond23-882/+645
2026-04-08vmtest: add VM-based integration test frameworkBrad Fitzpatrick1-7/+101
2026-04-07tsd, all: add Sys.ExtraRootCAs, plumb through TLS dial pathsBrad Fitzpatrick2-0/+2
2026-04-07cmd/containerboot: rate-limit IPN bus netmap notificationsDoug Bryant1-3/+3
2026-04-07derp/derpserver: add per-connection receive rate limiting (#19222)Mike O'Driscoll1-0/+10
2026-04-07ipn/desktop: move behind feature/condregisterBrad Fitzpatrick2-11/+10
2026-04-07ipn/localapi, cli, clientmetric: add ipnbus feature tag; fix omit.go stubBrad Fitzpatrick1-0/+5
2026-04-07ssh: replace tempfork with tailscale/glidersshKristoffer Dalby2-15/+15
2026-04-05cmd/cloner, cmd/viewer: handle named map/slice types with Clone/View methodsBrad Fitzpatrick9-4/+439
2026-04-05cmd/vet: add subtestnames analyzer; fix all existing violationsBrad Fitzpatrick20-191/+558
2026-04-02client,cmd/tailscale,ipn/{ipnlocal,localapi}: add debug CLI command to clear ...M. J. Fromberger2-3/+36
2026-04-02tstest: add test for connectivity to off-tailnet CGNAT endpointsNaman Sood1-0/+35
2026-04-02cmd/k8s-operator: add further E2E tests for Ingress (#19219)BeckyPauley4-74/+416
2026-04-01ipn, cmd/tailscale/cli: allow setting FQDN sans dot as an exit nodeAlex Chan2-2/+2
2026-04-01tka: refer consistently to "DisablementValues"Alex Chan3-8/+12
2026-03-29cmd/tailscale: improve `tailscale lock` error message if no keysAlex Chan1-17/+21
2026-03-26ipn/ipnlocal: warn incompatibility between no-snat-routes and exitnode (#19023)KevinLiang102-0/+10
2026-03-24feature/*,net/tstun: add tundev_txq_drops clientmetric on LinuxJordan Whited1-0/+1
2026-03-24cmd/tailscale/cli: add a debug command to print the statedirAlex Chan1-0/+25
2026-03-24derp,types,util: use bufio Peek+Discard for allocation-free fast reads (#19067)Mike O'Driscoll8-0/+8
2026-03-24all: use `bart.Lite` instead of `bart.Table` where appropriateAlex Chan2-10/+10
2026-03-23cmd/tailscale/cli: fix a typo in the `whois` help textAlex Chan1-1/+1
2026-03-23cmd/tailscale: print a helpful error for Taildrive CLI on macOS GUIAlex Chan2-0/+99
2026-03-20wgengine/magicsock,control/controlclient: do not overwrite discokey with old ...Claus Lensbøl5-0/+5
2026-03-18control,health,ipn: move IP forwarding check to health tracker (#19007)Mike O'Driscoll2-2/+2
2026-03-18feature/conn25: add NATing support with flow cachingMichael Ben-Ami1-1/+1
2026-03-13cmd/k8s-operator: fix Service reconcile triggers for default ProxyClass (#18983)Tom Proctor5-90/+331
2026-03-11cmd/{containerboot,k8s-operator}: reissue auth keys for broken proxies (#16450)Tom Proctor10-146/+865
2026-03-10ipn/ipnlocal, feature/ssh: move SSH code out of LocalBackend to featureBrad Fitzpatrick4-18/+13
2026-03-10cmd/k8s-operator: use correct tailnet client for L7 & L3 ingresses (#18749)David Bond12-322/+403
2026-03-09appc,feature/conn25: conn25: send address assignments to connectorFran Bull5-5/+5
2026-03-06cmd/testwrapper: make test tolerant of a GOEXPERIMENT being setBrad Fitzpatrick1-2/+5
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick41-136/+93
2026-03-05types/ptr: deprecate ptr.To, use Go 1.26 newBrad Fitzpatrick44-275/+220
2026-03-05all: fix typos in commentsBrad Fitzpatrick1-1/+1
2026-03-05cmd/k8s-proxy: use L4 TCPForward instead of L7 HTTP proxy (#18179)Raj Singh2-13/+11
2026-03-05cli: `--json` for `tailscale dns status|query`Kristoffer Dalby5-163/+514
2026-03-05cmd/k8s-operator: remove deprecated TS_EXPERIMENTAL_KUBE_API_EVENTS (#18893)BeckyPauley1-0/+10
2026-03-04go.toolchain.branch: switch to Go 1.26Brad Fitzpatrick13-139/+184
2026-03-04cmd/tailscale,ipn,net/netutil: remove rp_filter strict mode warnings (#18863)Mike O'Driscoll7-30/+5
2026-02-26cmd/tailscaled/*.{target,unit}: add systemd online targetJames Tucker2-0/+16
2026-02-26go.mod: bump gvisorBrad Fitzpatrick3-6/+6
2026-02-26client/systray: add installer for a freedesktop autostart file (#18767)Claus Lensbøl2-1/+2
2026-02-25cmd/k8s-operator: add exit node example (#18087)Chris Mosetick2-2/+28