| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-22 | misc/genreadme,tempfork/pkgdoc,tsnet: generate README.md files from godocbradtest | Brad Fitzpatrick | 8 | -5/+280 |
| 2026-04-15 | control/controlclient: enable request signatures on macOS (#19317) | Jonathan Nobels | 1 | -1/+1 |
| 2026-04-07 | tsd, all: add Sys.ExtraRootCAs, plumb through TLS dial paths | Brad Fitzpatrick | 1 | -0/+1 |
| 2026-04-05 | cmd/vet: add subtestnames analyzer; fix all existing violations | Brad Fitzpatrick | 1 | -17/+17 |
| 2026-04-01 | tsnet: fix bug in closing multiple ServiceListeners at once | Harry Harpham | 2 | -13/+61 |
| 2026-04-01 | tsnet: add test for advertising multiple Services | Harry Harpham | 1 | -106/+162 |
| 2026-03-29 | tsnet: fix advertiseService dropping existing services | Evan Champion | 1 | -1/+1 |
| 2026-03-26 | net,tsnet: fix the capitalisation of "Wireshark" | Alex Chan | 1 | -1/+1 |
| 2026-03-26 | tsnet/tsnet.go: fix docs link (#19136) | Walter Poupore | 1 | -1/+1 |
| 2026-03-25 | tsnet: clean up state when Service listener is closed | Harry Harpham | 2 | -89/+420 |
| 2026-03-25 | tsnet: block rather than poll in setup for TestListenService | Harry Harpham | 1 | -20/+11 |
| 2026-03-25 | tsnet: use tstest.Shard in new tsnet tests | Harry Harpham | 1 | -0/+4 |
| 2026-03-24 | derp,types,util: use bufio Peek+Discard for allocation-free fast reads (#19067) | Mike O'Driscoll | 1 | -0/+1 |
| 2026-03-23 | tsnet: print state change in auth loop more responsively (#18048) | Tom Proctor | 1 | -0/+17 |
| 2026-03-20 | tsnet: fall back to 'tsnet' when os.Executable fails on darwin | Prakash Rudraraju | 1 | -3/+8 |
| 2026-03-20 | wgengine/magicsock,control/controlclient: do not overwrite discokey with old ... | Claus Lensbøl | 1 | -0/+1 |
| 2026-03-12 | tsnet: make tsnet fallback to control url from environment | Kristoffer Dalby | 1 | -2/+11 |
| 2026-03-10 | ipn/ipnlocal, feature/ssh: move SSH code out of LocalBackend to feature | Brad Fitzpatrick | 2 | -7/+8 |
| 2026-03-09 | appc,feature/conn25: conn25: send address assignments to connector | Fran Bull | 1 | -1/+1 |
| 2026-03-06 | all: use Go 1.26 things, run most gofix modernizers | Brad Fitzpatrick | 2 | -9/+5 |
| 2026-03-05 | types/ptr: deprecate ptr.To, use Go 1.26 new | Brad Fitzpatrick | 1 | -1/+0 |
| 2026-03-04 | go.toolchain.branch: switch to Go 1.26 | Brad Fitzpatrick | 2 | -17/+22 |
| 2026-03-04 | cmd/tailscale,ipn,net/netutil: remove rp_filter strict mode warnings (#18863) | Mike O'Driscoll | 1 | -1/+1 |
| 2026-02-28 | tsnet: fix Listen for unspecified addresses and ephemeral ports | James Tucker | 2 | -42/+411 |
| 2026-02-28 | tsnet: fix deadlock in Server.Close during shutdown | James Tucker | 1 | -13/+25 |
| 2026-02-28 | tsnet: fix slow test shutdown leading to flakes | James Tucker | 1 | -2/+6 |
| 2026-02-27 | wgengine/netstack: deliver self-addressed packets via loopback | James Tucker | 1 | -0/+73 |
| 2026-02-26 | go.mod: bump gvisor | Brad Fitzpatrick | 1 | -2/+2 |
| 2026-02-17 | ipn/ipnlocal: add basic support for netmap caching (#18530) | M. J. Fromberger | 1 | -0/+1 |
| 2026-02-11 | testcontrol: send updates for new DNS records or app capabilities | Harry Harpham | 1 | -4/+2 |
| 2026-02-09 | go.mod: update bart dep to v0.26.1 (#18659) | Amal Bansode | 1 | -1/+6 |
| 2026-02-04 | tsnet: add tests to TestListenService for user-supplied TUN devices | James Tucker | 1 | -85/+96 |
| 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 |