| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-05 | cmd/cloner, cmd/viewer: handle named map/slice types with Clone/View methods | Brad Fitzpatrick | 9 | -4/+439 |
| 2026-04-05 | cmd/vet: add subtestnames analyzer; fix all existing violations | Brad Fitzpatrick | 20 | -191/+558 |
| 2026-04-02 | client,cmd/tailscale,ipn/{ipnlocal,localapi}: add debug CLI command to clear ... | M. J. Fromberger | 2 | -3/+36 |
| 2026-04-02 | tstest: add test for connectivity to off-tailnet CGNAT endpoints | Naman Sood | 1 | -0/+35 |
| 2026-04-02 | cmd/k8s-operator: add further E2E tests for Ingress (#19219) | BeckyPauley | 4 | -74/+416 |
| 2026-04-01 | ipn, cmd/tailscale/cli: allow setting FQDN sans dot as an exit node | Alex Chan | 2 | -2/+2 |
| 2026-04-01 | tka: refer consistently to "DisablementValues" | Alex Chan | 3 | -8/+12 |
| 2026-03-29 | cmd/tailscale: improve `tailscale lock` error message if no keys | Alex Chan | 1 | -17/+21 |
| 2026-03-26 | ipn/ipnlocal: warn incompatibility between no-snat-routes and exitnode (#19023) | KevinLiang10 | 2 | -0/+10 |
| 2026-03-24 | feature/*,net/tstun: add tundev_txq_drops clientmetric on Linux | Jordan Whited | 1 | -0/+1 |
| 2026-03-24 | cmd/tailscale/cli: add a debug command to print the statedir | Alex Chan | 1 | -0/+25 |
| 2026-03-24 | derp,types,util: use bufio Peek+Discard for allocation-free fast reads (#19067) | Mike O'Driscoll | 8 | -0/+8 |
| 2026-03-24 | all: use `bart.Lite` instead of `bart.Table` where appropriate | Alex Chan | 2 | -10/+10 |
| 2026-03-23 | cmd/tailscale/cli: fix a typo in the `whois` help text | Alex Chan | 1 | -1/+1 |
| 2026-03-23 | cmd/tailscale: print a helpful error for Taildrive CLI on macOS GUI | Alex Chan | 2 | -0/+99 |
| 2026-03-20 | wgengine/magicsock,control/controlclient: do not overwrite discokey with old ... | Claus Lensbøl | 5 | -0/+5 |
| 2026-03-18 | control,health,ipn: move IP forwarding check to health tracker (#19007) | Mike O'Driscoll | 2 | -2/+2 |
| 2026-03-18 | feature/conn25: add NATing support with flow caching | Michael Ben-Ami | 1 | -1/+1 |
| 2026-03-13 | cmd/k8s-operator: fix Service reconcile triggers for default ProxyClass (#18983) | Tom Proctor | 5 | -90/+331 |
| 2026-03-11 | cmd/{containerboot,k8s-operator}: reissue auth keys for broken proxies (#16450) | Tom Proctor | 10 | -146/+865 |
| 2026-03-10 | ipn/ipnlocal, feature/ssh: move SSH code out of LocalBackend to feature | Brad Fitzpatrick | 4 | -18/+13 |
| 2026-03-10 | cmd/k8s-operator: use correct tailnet client for L7 & L3 ingresses (#18749) | David Bond | 12 | -322/+403 |
| 2026-03-09 | appc,feature/conn25: conn25: send address assignments to connector | Fran Bull | 5 | -5/+5 |
| 2026-03-06 | cmd/testwrapper: make test tolerant of a GOEXPERIMENT being set | Brad Fitzpatrick | 1 | -2/+5 |
| 2026-03-06 | all: use Go 1.26 things, run most gofix modernizers | Brad Fitzpatrick | 41 | -136/+93 |
| 2026-03-05 | types/ptr: deprecate ptr.To, use Go 1.26 new | Brad Fitzpatrick | 44 | -275/+220 |
| 2026-03-05 | all: fix typos in comments | Brad Fitzpatrick | 1 | -1/+1 |
| 2026-03-05 | cmd/k8s-proxy: use L4 TCPForward instead of L7 HTTP proxy (#18179) | Raj Singh | 2 | -13/+11 |
| 2026-03-05 | cli: `--json` for `tailscale dns status|query` | Kristoffer Dalby | 5 | -163/+514 |
| 2026-03-05 | cmd/k8s-operator: remove deprecated TS_EXPERIMENTAL_KUBE_API_EVENTS (#18893) | BeckyPauley | 1 | -0/+10 |
| 2026-03-04 | go.toolchain.branch: switch to Go 1.26 | Brad Fitzpatrick | 13 | -139/+184 |
| 2026-03-04 | cmd/tailscale,ipn,net/netutil: remove rp_filter strict mode warnings (#18863) | Mike O'Driscoll | 7 | -30/+5 |
| 2026-02-26 | cmd/tailscaled/*.{target,unit}: add systemd online target | James Tucker | 2 | -0/+16 |
| 2026-02-26 | go.mod: bump gvisor | Brad Fitzpatrick | 3 | -6/+6 |
| 2026-02-26 | client/systray: add installer for a freedesktop autostart file (#18767) | Claus Lensbøl | 2 | -1/+2 |
| 2026-02-25 | cmd/k8s-operator: add exit node example (#18087) | Chris Mosetick | 2 | -2/+28 |
| 2026-02-25 | cmd/containerboot, net/dns/resolver: remove unused funcs in tests | Brad Fitzpatrick | 1 | -6/+0 |
| 2026-02-20 | cmd/containerboot,kube: enable autoadvertisement of Tailscale services on con... | Tom Meadows | 9 | -65/+279 |
| 2026-02-20 | cmd/k8s-operator/e2e: mark TestIngress flaky (#18773) | Tom Proctor | 2 | -1/+69 |
| 2026-02-20 | appc,feature/conn25,net: Add DNS response interception for conn25 | Fran Bull | 3 | -3/+3 |
| 2026-02-19 | cmd/tailscale/cli: add bind-address and bind-port flags to netcheck command (... | Amal Bansode | 2 | -11/+184 |
| 2026-02-19 | build(deps): bump micromatch from 4.0.5 to 4.0.8 in /cmd/tsconnect (#13335) | dependabot[bot] | 1 | -5/+5 |
| 2026-02-19 | build(deps): bump postcss from 8.4.14 to 8.4.31 in /cmd/tsconnect (#9698) | dependabot[bot] | 1 | -14/+19 |
| 2026-02-19 | cmd/cigocacher: make --stats flag best-effort (#18761) | Tom Proctor | 1 | -2/+12 |
| 2026-02-18 | ipn/ipnlocal, cmd/tailscale: use wildcard. prefix for cert filenames (#18748) | Fernando Serboncini | 1 | -2/+3 |
| 2026-02-18 | cmd/k8s-operator,k8s-operator: define ProxyGroupPolicy reconciler (#18654) | David Bond | 15 | -20/+379 |
| 2026-02-17 | ipn/ipnlocal: add basic support for netmap caching (#18530) | M. J. Fromberger | 5 | -0/+5 |
| 2026-02-16 | all: replace UserVisibleError with vizerror package | Will Norris | 1 | -3/+3 |
| 2026-02-16 | cmd/cigocacher: remove Windows-specific disk code moved upstream (#18697) | Brad Fitzpatrick | 5 | -431/+46 |
| 2026-02-13 | k8s-operator,cmd/k8s-operator: define ProxyGroupPolicy CRD (#18614) | David Bond | 1 | -0/+139 |