| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 22 | -22/+22 |
| 2026-01-19 | net/udprelay: advertise addresses from cloud metadata service (#18368) | Alex Valiushko | 1 | -1/+1 |
| 2026-01-16 | net/netmon: move TailscaleInterfaceIndex out of netmon.State (#18428) | Jonathan Nobels | 1 | -1/+2 |
| 2026-01-14 | cmd,feature: add identity token auto generation for workload identity (#18373) | Danni Popova | 1 | -0/+1 |
| 2026-01-08 | feature/featuretags: make QR codes modular (#18358) | Simon Law | 1 | -11/+2 |
| 2026-01-08 | net/portmapper, go.mod: unfork our goupnp dependency | Andrew Dunham | 1 | -6/+6 |
| 2026-01-07 | cmd/tailscale/cli, util/qrcodes: format QR codes on Linux consoles (#18182) | Simon Law | 1 | -1/+2 |
| 2026-01-06 | wgengine/magicsock: extract IMDS utilities into a standalone package (#18334) | Alex Valiushko | 3 | -0/+3 |
| 2026-01-06 | cmd/tailscaled,ipn/{ipnlocal,store/kubestore}: don't create attestation keys ... | Irbe Krumina | 2 | -4/+98 |
| 2026-01-05 | cmd/tailscaled: disable state encryption / attestation by default (#18336) | Andrew Lytvynov | 1 | -14/+4 |
| 2025-12-17 | net/netmon, wgengine/userspace: purge ChangeDelta.Major and address TODOs (#1... | Jonathan Nobels | 1 | -3/+3 |
| 2025-12-09 | net/dns: retrample resolve.conf when another process has trampled it (#18069) | Claus Lensbøl | 1 | -2/+2 |
| 2025-12-09 | appc,feature: add the start of new conn25 app connector | Fran Bull | 3 | -5/+8 |
| 2025-12-04 | cmd/tailscale,ipn: add Unix socket support for serve | Peter A. | 1 | -0/+1 |
| 2025-11-24 | cmd/cigocacher,go.mod: add cigocacher cmd | Tom Proctor | 3 | -0/+3 |
| 2025-11-20 | cmd/tailscaled,ipn: show a health warning when state store fails to open (#17... | Andrew Lytvynov | 4 | -3/+64 |
| 2025-11-17 | go.mod: bump golang.org/x/crypto (#17907) | Andrew Lytvynov | 1 | -1/+1 |
| 2025-11-16 | ipn/ipnlocal: add PROXY protocol support to Funnel/Serve | Andrew Dunham | 1 | -0/+1 |
| 2025-11-11 | util/eventbus: log goroutine stacks when hung in CI | Brad Fitzpatrick | 3 | -3/+3 |
| 2025-11-04 | wgengine/netlog: include node OS in logged attributes (#17755) | Joe Tsai | 1 | -0/+1 |
| 2025-10-30 | logtail: avoid racing eventbus subscriptions with shutdown (#17695) | M. J. Fromberger | 1 | -0/+1 |
| 2025-10-24 | health: compare warnable codes to avoid errors on release branch (#17637) | Claus Lensbøl | 1 | -1/+1 |
| 2025-10-17 | cmd/tailscale/cli,feature: add support for identity federation (#17529) | Max Coulombe | 2 | -3/+4 |
| 2025-10-16 | wgengine/netlog: merge connstats into package (#17557) | Joe Tsai | 1 | -3/+2 |
| 2025-10-15 | net/connstats: prepare to remove package (#17554) | Joe Tsai | 3 | -3/+4 |
| 2025-10-10 | types/persist: add AttestationKey (#17281) | Patrick O'Doherty | 1 | -15/+40 |
| 2025-10-09 | feature/relayserver: init server at config time instead of request time (#17484) | Jordan Whited | 1 | -1/+1 |
| 2025-10-08 | go.toolchain.rev: bump Go to 1.25.2 | Brad Fitzpatrick | 3 | -1/+3 |
| 2025-10-07 | cmd/tailscaled: default state encryption off for incompatible args (#17480) | Tom Proctor | 1 | -28/+38 |
| 2025-10-07 | feature/linkspeed: move cosmetic tstun netlink code out to modular feature | Brad Fitzpatrick | 4 | -7/+7 |
| 2025-10-06 | util/checkchange: stop using deephash everywhere | Brad Fitzpatrick | 4 | -5/+8 |
| 2025-10-06 | cmd/tailscaled: guard some flag work with buildfeatures checks | Brad Fitzpatrick | 1 | -29/+35 |
| 2025-10-06 | feature/condlite/expvar: add expvar stub package when metrics not needed | Brad Fitzpatrick | 4 | -8/+10 |
| 2025-10-06 | feature/featuretags: make usermetrics modular | Brad Fitzpatrick | 6 | -19/+16 |
| 2025-10-04 | wgengine: stop importing flowtrack when unused | Brad Fitzpatrick | 3 | -3/+3 |
| 2025-10-04 | net/connstats: make it modular (omittable) | Brad Fitzpatrick | 3 | -4/+3 |
| 2025-10-04 | feature/c2n: move answerC2N code + deps out of control/controlclient | Brad Fitzpatrick | 3 | -6/+5 |
| 2025-10-03 | feature/ace: make ACE modular | Brad Fitzpatrick | 3 | -4/+4 |
| 2025-10-03 | health: make it omittable | Brad Fitzpatrick | 3 | -7/+7 |
| 2025-10-02 | appc,*: publish events for route updates and storage (#17392) | M. J. Fromberger | 3 | -6/+6 |
| 2025-10-02 | control/controlclient: remove x/net/http2, use net/http | Brad Fitzpatrick | 4 | -24/+18 |
| 2025-10-02 | feature/featuretags, all: add build features, use existing ones in more places | Brad Fitzpatrick | 4 | -14/+14 |
| 2025-10-01 | cmd/tailscaled: default --encrypt-state to true if TPM is available (#17376) | Andrew Lytvynov | 2 | -5/+39 |
| 2025-10-01 | control/ts2021: rename from internal/noiseconn in prep for controlclient split | Brad Fitzpatrick | 3 | -3/+3 |
| 2025-10-01 | Makefile, cmd/*/depaware.txt: split out vendor packages explicitly | Brad Fitzpatrick | 3 | -15/+57 |
| 2025-10-01 | net/netmon: remove usage of direct callbacks from netmon (#17292) | Claus Lensbøl | 2 | -10/+34 |
| 2025-10-01 | all: use Go 1.20's errors.Join instead of our multierr package | Brad Fitzpatrick | 5 | -5/+3 |
| 2025-09-30 | ipn/ipnlocal, engine: avoid runtime/pprof with two usages of ts_omit_debug | Brad Fitzpatrick | 3 | -6/+4 |
| 2025-09-30 | feature/featuretags, ipn/conffile: make HuJSON support in config files optional | Brad Fitzpatrick | 3 | -4/+8 |
| 2025-09-30 | feature/appconnectors: start making it modular | Brad Fitzpatrick | 3 | -2/+3 |