| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-26 | tsnet: make ListenService examples consistent with other tsnet examples | Harry Harpham | 2 | -16/+10 |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 11 | -11/+11 |
| 2026-01-22 | tsnet: add support for a user-supplied tun.Device | James Tucker | 2 | -4/+757 |
| 2026-01-22 | tsnet: clarify that ListenService starts the server if necessary | Harry Harpham | 1 | -0/+2 |
| 2026-01-16 | tsnet: add support for Services | Harry Harpham | 5 | -32/+871 |
| 2026-01-14 | tsnet: allow for automatic ID token generation | Mario Minardi | 2 | -6/+70 |
| 2026-01-14 | cmd,feature: add identity token auto generation for workload identity (#18373) | Danni Popova | 3 | -8/+80 |
| 2026-01-12 | tsnet: use errors.Join and idiomatic field order | Harry Harpham | 1 | -12/+2 |
| 2026-01-09 | tsnet: ensure funnel listener cleans up after itself when closed | Harry Harpham | 2 | -0/+143 |
| 2026-01-09 | tsnet: reset serve config only once | Harry Harpham | 1 | -26/+31 |
| 2026-01-08 | net/portmapper, go.mod: unfork our goupnp dependency | Andrew Dunham | 1 | -8/+8 |
| 2026-01-06 | wgengine/magicsock: extract IMDS utilities into a standalone package (#18334) | Alex Valiushko | 1 | -0/+1 |
| 2025-12-02 | tsnet: enable node registration via federated identity | Gesa Stupperich | 3 | -9/+286 |
| 2025-11-24 | cmd/cigocacher,go.mod: add cigocacher cmd | Tom Proctor | 1 | -0/+1 |
| 2025-11-18 | all: rename variables with lowercase-l/uppercase-I | Alex Chan | 1 | -5/+5 |
| 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-16 | types/netmap: remove PrivateKey from NetworkMap | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-11-11 | util/eventbus: log goroutine stacks when hung in CI | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-11-10 | tsnet: add tstest.Shard on the slow tests | Brad Fitzpatrick | 2 | -0/+17 |
| 2025-11-09 | tsnet: fix TestConn to be fast, not flaky | Brad Fitzpatrick | 1 | -28/+88 |
| 2025-11-08 | tsnet: skip a 30s long flaky-ish test on macOS | Brad Fitzpatrick | 1 | -0/+3 |
| 2025-11-04 | wgengine/netlog: include node OS in logged attributes (#17755) | Joe Tsai | 1 | -1/+1 |
| 2025-10-30 | logtail: avoid racing eventbus subscriptions with shutdown (#17695) | M. J. Fromberger | 1 | -0/+1 |
| 2025-10-16 | wgengine/netlog: merge connstats into package (#17557) | Joe Tsai | 1 | -2/+1 |
| 2025-10-15 | net/connstats: prepare to remove package (#17554) | Joe Tsai | 1 | -1/+2 |
| 2025-10-08 | go.toolchain.rev: bump Go to 1.25.2 | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-10-07 | feature/linkspeed: move cosmetic tstun netlink code out to modular feature | Brad Fitzpatrick | 1 | -2/+1 |
| 2025-10-06 | util/checkchange: stop using deephash everywhere | Brad Fitzpatrick | 1 | -1/+2 |
| 2025-10-06 | feature/condlite/expvar: add expvar stub package when metrics not needed | Brad Fitzpatrick | 1 | -0/+1 |
| 2025-10-06 | feature/featuretags: make usermetrics modular | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-10-04 | wgengine: stop importing flowtrack when unused | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-10-04 | feature/c2n: move answerC2N code + deps out of control/controlclient | Brad Fitzpatrick | 2 | -2/+4 |
| 2025-10-03 | feature/ace: make ACE modular | Brad Fitzpatrick | 1 | -1/+0 |
| 2025-10-03 | health: make it omittable | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-10-02 | appc,*: publish events for route updates and storage (#17392) | M. J. Fromberger | 1 | -2/+2 |
| 2025-10-02 | control/controlclient: remove x/net/http2, use net/http | Brad Fitzpatrick | 1 | -6/+3 |
| 2025-10-02 | feature/featuretags, all: add build features, use existing ones in more places | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-10-01 | control/ts2021: rename from internal/noiseconn in prep for controlclient split | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-10-01 | Makefile, cmd/*/depaware.txt: split out vendor packages explicitly | Brad Fitzpatrick | 1 | -5/+19 |
| 2025-10-01 | net/netmon: remove usage of direct callbacks from netmon (#17292) | Claus Lensbøl | 1 | -0/+2 |
| 2025-10-01 | tsnet: remove AuthenticatedAPITransport (API-over-noise) support | Brad Fitzpatrick | 1 | -35/+0 |
| 2025-10-01 | all: use Go 1.20's errors.Join instead of our multierr package | Brad Fitzpatrick | 1 | -1/+0 |
| 2025-09-30 | cmd/tailscaled, ipn/localapi, util/eventbus: don't link in regexp when debug ... | Brad Fitzpatrick | 1 | -4/+4 |
| 2025-09-30 | feature, net/tshttpproxy: pull out support for using proxies as a feature | Brad Fitzpatrick | 2 | -1/+4 |
| 2025-09-30 | ipn/ipnlocal: drop h2c package, use net/http's support | Brad Fitzpatrick | 1 | -2/+1 |
| 2025-09-29 | ipn/ipnlocal, feature/posture: pull posture out into a modular feature | Brad Fitzpatrick | 1 | -3/+1 |
| 2025-09-29 | feature/clientupdate: move clientupdate to a modular feature, disabled for tsnet | Brad Fitzpatrick | 1 | -35/+32 |
| 2025-09-29 | ipn/store, feature/condregister: move AWS + Kube store registration to condre... | Brad Fitzpatrick | 1 | -91/+11 |
| 2025-09-29 | wgengine/router{,/osrouter}: split OS router implementations into subpackage | Brad Fitzpatrick | 1 | -17/+2 |