| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-08 | ipn/ipnlocal: serialize authReconfig calls via the event busnickkhyl/lb-statemachine2 | Nick Khyl | 2 | -34/+101 |
| 2025-10-07 | util/eventbus: add a function-based subscriber type (#17432) | M. J. Fromberger | 3 | -77/+268 |
| 2025-10-07 | cmd/tailscaled: default state encryption off for incompatible args (#17480) | Tom Proctor | 1 | -28/+38 |
| 2025-10-07 | ipn/localapi: dead code eliminate unreachable/useless LocalAPI handlers when ... | Brad Fitzpatrick | 3 | -53/+66 |
| 2025-10-07 | ipn/ipnlocal: use named arguments for `mockControl.send()` | Alex Chan | 2 | -38/+46 |
| 2025-10-07 | feature/linkspeed: move cosmetic tstun netlink code out to modular feature | Brad Fitzpatrick | 15 | -30/+72 |
| 2025-10-07 | wgengine/{magicsock,userspace,router}: move portupdates to the eventbus (#17423) | Claus Lensbøl | 10 | -122/+83 |
| 2025-10-07 | ipn/ipnlocal: don't send LoginFinished unless auth was in progress (#17266) | James 'zofrex' Sanderson | 2 | -1/+17 |
| 2025-10-06 | util/checkchange: stop using deephash everywhere | Brad Fitzpatrick | 17 | -48/+365 |
| 2025-10-06 | cmd/tailscaled: guard some flag work with buildfeatures checks | Brad Fitzpatrick | 1 | -29/+35 |
| 2025-10-06 | build_dist.sh: keep --extra-small making a usable build, add --min | Brad Fitzpatrick | 1 | -0/+8 |
| 2025-10-06 | ipn/ipnlocal: fix another racy test (#17472) | M. J. Fromberger | 1 | -2/+2 |
| 2025-10-06 | feature/condlite/expvar: add expvar stub package when metrics not needed | Brad Fitzpatrick | 10 | -10/+37 |
| 2025-10-06 | wgengine/magicsock: add more handleNewServerEndpointRunLoop tests (#17469) | Jordan Whited | 1 | -29/+166 |
| 2025-10-06 | appc,ipn/ipnlocal: receive AppConnector updates via the event bus (#17411) | M. J. Fromberger | 5 | -267/+238 |
| 2025-10-06 | ipn/ipnlocal: fix setAuthURL / setWgengineStatus race condition (#17408) | James 'zofrex' Sanderson | 3 | -24/+278 |
| 2025-10-06 | feature/featuretags: make usermetrics modular | Brad Fitzpatrick | 17 | -31/+97 |
| 2025-10-06 | licenses: update license notices | License Updater | 4 | -28/+3 |
| 2025-10-06 | cmd/testwrapper/flakytest: use t.Attr annotation on flaky tests | Brad Fitzpatrick | 2 | -2/+12 |
| 2025-10-06 | all: use buildfeatures consts in a few more places | Brad Fitzpatrick | 6 | -35/+70 |
| 2025-10-06 | tailcfg: bump CapVer for magicsock deadlock fix (#17450) | Jordan Whited | 1 | -1/+2 |
| 2025-10-06 | tstest/integration: mark TestPeerRelayPing as flaky | Alex Chan | 1 | -0/+1 |
| 2025-10-06 | types/lazy: document difference from sync.OnceValue | Brad Fitzpatrick | 1 | -0/+3 |
| 2025-10-06 | feature/featuretags: add LazyWG modular feature | Brad Fitzpatrick | 6 | -28/+76 |
| 2025-10-04 | net/wsconn: clarify package comment | kscooo | 1 | -3/+1 |
| 2025-10-04 | wgengine: stop importing flowtrack when unused | Brad Fitzpatrick | 10 | -15/+41 |
| 2025-10-04 | wgengine/magicsock: fix relayManager deadlock (#17449) | Jordan Whited | 2 | -1/+43 |
| 2025-10-04 | wgengine/magicsock: remove misleading unexpected log message (#17445) | Jordan Whited | 1 | -5/+0 |
| 2025-10-04 | net/connstats: make it modular (omittable) | Brad Fitzpatrick | 11 | -25/+97 |
| 2025-10-04 | feature/c2n: move answerC2N code + deps out of control/controlclient | Brad Fitzpatrick | 11 | -100/+99 |
| 2025-10-04 | ipn/ipnlocal: use buildfeature consts in a few more places | Brad Fitzpatrick | 2 | -4/+15 |
| 2025-10-03 | feature/ace: make ACE modular | Brad Fitzpatrick | 14 | -14/+77 |
| 2025-10-03 | wgengine/router/osrouter: fix data race in magicsock port update callback | Brad Fitzpatrick | 1 | -17/+19 |
| 2025-10-03 | health: make it omittable | Brad Fitzpatrick | 17 | -230/+369 |
| 2025-10-03 | ipn/ipnlocal: remove junk from suggestExitNodeUsingTrafficSteering (#17436) | Simon Law | 1 | -4/+0 |
| 2025-10-03 | all: use buildfeature constants in a few more places | Brad Fitzpatrick | 5 | -29/+63 |
| 2025-10-03 | tstest/integration: mark TestClientSideJailing as flaky | Alex Chan | 1 | -0/+1 |
| 2025-10-03 | cmd/k8s-proxy: switching to using ipn/store/kubestore (#17402) | Tom Meadows | 1 | -1/+3 |
| 2025-10-03 | ipn/ipnauth: fix a null pointer panic in GetConnIdentity | Alex Chan | 1 | -2/+3 |
| 2025-10-02 | control/controlclient: restore aggressive Direct.Close teardown | Brad Fitzpatrick | 4 | -13/+53 |
| 2025-10-02 | ipn/ipnlocal: introduce the concept of client-side-reachability (#17367) | Simon Law | 4 | -2/+118 |
| 2025-10-02 | control/controlclient,health,ipn/ipnlocal,health: fix deadlock by deleting he... | Brad Fitzpatrick | 5 | -73/+18 |
| 2025-10-02 | feature/featuretags: add features for c2n, peerapi, advertise/use routes/exit... | Brad Fitzpatrick | 29 | -79/+469 |
| 2025-10-02 | control/controlclient: optimize zstd decode of KeepAlive messages | Brad Fitzpatrick | 3 | -2/+57 |
| 2025-10-02 | feature/featuretags: make clientmetrics optional | Brad Fitzpatrick | 6 | -0/+58 |
| 2025-10-02 | appc,*: publish events for route updates and storage (#17392) | M. J. Fromberger | 17 | -79/+294 |
| 2025-10-02 | feature/relayserver: use eventbus.Monitor to simplify lifecycle management (#... | M. J. Fromberger | 2 | -77/+70 |
| 2025-10-02 | control/controlclient: remove x/net/http2, use net/http | Brad Fitzpatrick | 17 | -586/+467 |
| 2025-10-02 | feature/featuretags, all: add build features, use existing ones in more places | Brad Fitzpatrick | 35 | -166/+407 |
| 2025-10-02 | cmd/k8s-operator: add .gitignore for generated chart CRDs (#17406) | Tom Proctor | 3 | -2/+20 |