| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-18 | feature/featuretags: add CacheNetMap feature tag for upcoming work | Brad Fitzpatrick | 3 | -0/+30 |
| 2025-11-18 | feature/buildfeatures: re-run go generate | Brad Fitzpatrick | 2 | -6/+6 |
| 2025-11-18 | all: rename variables with lowercase-l/uppercase-I | Alex Chan | 1 | -2/+2 |
| 2025-11-17 | feature/tpm: disable dictionary attack protection on sealing key (#17952) | Andrew Lytvynov | 2 | -4/+9 |
| 2025-11-16 | syncs: add Mutex/RWMutex alias/wrappers for future mutex debugging | Brad Fitzpatrick | 1 | -2/+2 |
| 2025-11-14 | net/udprelay: implement Server.SetStaticAddrPorts (#17909) | Jordan Whited | 2 | -31/+6 |
| 2025-11-14 | feature/tpm: check IsZero in clone instead of just nil (#17884) | Andrew Lytvynov | 2 | -4/+7 |
| 2025-11-14 | feature/relayserver: fix Shutdown() deadlock (#17898) | Jordan Whited | 1 | -1/+4 |
| 2025-11-13 | feature/relayserver,ipn/ipnlocal,net/udprelay: plumb DERPMap (#17881) | Jordan Whited | 2 | -154/+288 |
| 2025-11-10 | feature, ipn/ipnlocal: add, use feature.CanSystemdStatus for more DCE | Brad Fitzpatrick | 1 | -1/+8 |
| 2025-10-30 | feature/tpm: protect all TPM handle operations with a mutex (#17708) | Andrew Lytvynov | 2 | -6/+100 |
| 2025-10-28 | wgengine/magicsock: fix js/wasm crash regression loading non-existent portmapper | Brad Fitzpatrick | 2 | -0/+8 |
| 2025-10-27 | feature/identityfederation: strip query params on clientID (#17666) | Max Coulombe | 2 | -9/+20 |
| 2025-10-23 | feature/tpm: use withSRK to probe TPM availability (#17627) | Patrick O'Doherty | 2 | -1/+28 |
| 2025-10-23 | feature/tpm: check TPM family data for compatibility (#17624) | Patrick O'Doherty | 2 | -4/+17 |
| 2025-10-17 | cmd/tailscale/cli,feature: add support for identity federation (#17529) | Max Coulombe | 7 | -6/+342 |
| 2025-10-16 | wgengine/netlog: merge connstats into package (#17557) | Joe Tsai | 3 | -31/+1 |
| 2025-10-15 | feature/tpm: quiet log output a bit | Brad Fitzpatrick | 1 | -2/+8 |
| 2025-10-10 | types/persist: add AttestationKey (#17281) | Patrick O'Doherty | 3 | -1/+35 |
| 2025-10-09 | feature/relayserver: init server at config time instead of request time (#17484) | Jordan Whited | 2 | -12/+10 |
| 2025-10-08 | feature/featuretags: make bird depend on advertiseroutes | Brad Fitzpatrick | 1 | -1/+5 |
| 2025-10-07 | feature/linkspeed: move cosmetic tstun netlink code out to modular feature | Brad Fitzpatrick | 6 | -0/+114 |
| 2025-10-06 | feature/condlite/expvar: add expvar stub package when metrics not needed | Brad Fitzpatrick | 2 | -0/+23 |
| 2025-10-06 | feature/featuretags: make usermetrics modular | Brad Fitzpatrick | 3 | -0/+30 |
| 2025-10-06 | feature/featuretags: add LazyWG modular feature | Brad Fitzpatrick | 3 | -0/+27 |
| 2025-10-04 | net/connstats: make it modular (omittable) | Brad Fitzpatrick | 3 | -1/+31 |
| 2025-10-04 | feature/c2n: move answerC2N code + deps out of control/controlclient | Brad Fitzpatrick | 2 | -0/+78 |
| 2025-10-03 | feature/ace: make ACE modular | Brad Fitzpatrick | 5 | -0/+60 |
| 2025-10-03 | health: make it omittable | Brad Fitzpatrick | 3 | -0/+27 |
| 2025-10-02 | feature/featuretags: add features for c2n, peerapi, advertise/use routes/exit... | Brad Fitzpatrick | 15 | -8/+249 |
| 2025-10-02 | feature/featuretags: make clientmetrics optional | Brad Fitzpatrick | 3 | -0/+27 |
| 2025-10-02 | feature/relayserver: use eventbus.Monitor to simplify lifecycle management (#... | M. J. Fromberger | 2 | -77/+70 |
| 2025-10-02 | feature/featuretags, all: add build features, use existing ones in more places | Brad Fitzpatrick | 9 | -32/+146 |
| 2025-10-01 | cmd/tailscaled: default --encrypt-state to true if TPM is available (#17376) | Andrew Lytvynov | 3 | -9/+22 |
| 2025-10-01 | all: use Go 1.20's errors.Join instead of our multierr package | Brad Fitzpatrick | 1 | -2/+2 |
| 2025-10-01 | ipn/store, feature/condregister: permit callers to empty import optonal ipn s... | Brad Fitzpatrick | 2 | -31/+2 |
| 2025-09-30 | feature/featuretags, ipn/conffile: make HuJSON support in config files optional | Brad Fitzpatrick | 3 | -0/+27 |
| 2025-09-30 | feature/appconnectors: start making it modular | Brad Fitzpatrick | 5 | -0/+74 |
| 2025-09-30 | types/key: add IsZero method to HardwareAttestationKey (#17370) | Andrew Lytvynov | 1 | -0/+2 |
| 2025-09-30 | feature/featuretags: add a catch-all "Debug" feature flag | Brad Fitzpatrick | 3 | -0/+27 |
| 2025-09-30 | feature, net/tshttpproxy: pull out support for using proxies as a feature | Brad Fitzpatrick | 13 | -8/+135 |
| 2025-09-30 | feature/tpm: don't log to stderr in tests | Brad Fitzpatrick | 1 | -4/+14 |
| 2025-09-30 | feature/featuretags: add option to turn off DNS | Brad Fitzpatrick | 4 | -1/+36 |
| 2025-09-29 | feature/featuretags, Makefile: fix bug with CLI build tag and depaware, add v... | Brad Fitzpatrick | 2 | -3/+4 |
| 2025-09-29 | ipn/ipnlocal, feature/posture: pull posture out into a modular feature | Brad Fitzpatrick | 5 | -0/+149 |
| 2025-09-29 | feature/clientupdate: move clientupdate to a modular feature, disabled for tsnet | Brad Fitzpatrick | 6 | -0/+582 |
| 2025-09-29 | ipn/store, feature/condregister: move AWS + Kube store registration to condre... | Brad Fitzpatrick | 2 | -0/+45 |
| 2025-09-29 | wgengine/router{,/osrouter}: split OS router implementations into subpackage | Brad Fitzpatrick | 4 | -0/+44 |
| 2025-09-29 | feature/sdnotify: move util/systemd to a modular feature | Brad Fitzpatrick | 7 | -0/+166 |
| 2025-09-29 | feature/featuretags: make CLI connection error diagnostics modular | Brad Fitzpatrick | 3 | -0/+27 |