| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-03 | ipn/ipnauth: fix a null pointer panic in GetConnIdentity | Alex Chan | 1 | -2/+3 |
| 2025-10-02 | ipn/ipnlocal: introduce the concept of client-side-reachability (#17367) | Simon Law | 3 | -2/+112 |
| 2025-10-02 | control/controlclient,health,ipn/ipnlocal,health: fix deadlock by deleting he... | Brad Fitzpatrick | 1 | -0/+10 |
| 2025-10-02 | feature/featuretags: add features for c2n, peerapi, advertise/use routes/exit... | Brad Fitzpatrick | 7 | -66/+182 |
| 2025-10-02 | feature/featuretags: make clientmetrics optional | Brad Fitzpatrick | 1 | -0/+5 |
| 2025-10-02 | appc,*: publish events for route updates and storage (#17392) | M. J. Fromberger | 4 | -19/+25 |
| 2025-10-02 | feature/featuretags, all: add build features, use existing ones in more places | Brad Fitzpatrick | 9 | -49/+129 |
| 2025-10-01 | cmd/tailscaled: default --encrypt-state to true if TPM is available (#17376) | Andrew Lytvynov | 1 | -5/+1 |
| 2025-10-01 | appc,ipn/ipnlocal: add a required event bus to the AppConnector type (#17390) | M. J. Fromberger | 3 | -6/+18 |
| 2025-10-01 | net/netmon: remove usage of direct callbacks from netmon (#17292) | Claus Lensbøl | 4 | -4/+11 |
| 2025-10-01 | appc: factor app connector arguments into a Config type (#17389) | M. J. Fromberger | 3 | -11/+38 |
| 2025-10-01 | tsnet: remove AuthenticatedAPITransport (API-over-noise) support | Brad Fitzpatrick | 1 | -57/+0 |
| 2025-10-01 | all: use Go 1.20's errors.Join instead of our multierr package | Brad Fitzpatrick | 1 | -3/+2 |
| 2025-10-01 | ipn/store, feature/condregister: permit callers to empty import optonal ipn s... | Brad Fitzpatrick | 3 | -2/+21 |
| 2025-10-01 | ipn/ipnlocal: fail test if more notifies are put than expected | James Sanderson | 1 | -3/+13 |
| 2025-09-30 | ipn/ipnlocal: plumb logf into nodeBackend | Nick Khyl | 4 | -14/+18 |
| 2025-09-30 | ipn/ipnlocal, engine: avoid runtime/pprof with two usages of ts_omit_debug | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-09-30 | feature/featuretags, ipn/conffile: make HuJSON support in config files optional | Brad Fitzpatrick | 3 | -9/+17 |
| 2025-09-30 | feature/appconnectors: start making it modular | Brad Fitzpatrick | 4 | -35/+46 |
| 2025-09-30 | cmd/tailscaled, ipn/localapi, util/eventbus: don't link in regexp when debug ... | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-09-30 | feature/featuretags: add a catch-all "Debug" feature flag | Brad Fitzpatrick | 7 | -450/+523 |
| 2025-09-30 | feature, net/tshttpproxy: pull out support for using proxies as a feature | Brad Fitzpatrick | 1 | -1/+2 |
| 2025-09-30 | ipn/ipnlocal: proxy h2c grpc using net/http.Transport instead of x/net/http2 | Brad Fitzpatrick | 2 | -12/+98 |
| 2025-09-30 | ipn/ipnlocal: drop h2c package, use net/http's support | Brad Fitzpatrick | 2 | -28/+4 |
| 2025-09-30 | feature/featuretags: add option to turn off DNS | Brad Fitzpatrick | 4 | -1/+30 |
| 2025-09-29 | ipn/ipnlocal, feature/posture: pull posture out into a modular feature | Brad Fitzpatrick | 2 | -75/+3 |
| 2025-09-29 | feature/clientupdate: move clientupdate to a modular feature, disabled for tsnet | Brad Fitzpatrick | 8 | -453/+27 |
| 2025-09-29 | ipn/store, feature/condregister: move AWS + Kube store registration to condre... | Brad Fitzpatrick | 2 | -43/+0 |
| 2025-09-29 | cmd/tailscale/cli,client,ipn: add appc-routes cli command | Fran Bull | 2 | -0/+29 |
| 2025-09-29 | feature/sdnotify: move util/systemd to a modular feature | Brad Fitzpatrick | 2 | -6/+7 |
| 2025-09-29 | feature/logtail: pull logtail + netlog out to modular features | Brad Fitzpatrick | 2 | -1/+13 |
| 2025-09-28 | util/backoff: rename logtail/backoff package to util/backoff | Brad Fitzpatrick | 2 | -2/+2 |
| 2025-09-27 | util/linuxfw, feature/buildfeatures: add ts_omit_iptables to make IPTables op... | Brad Fitzpatrick | 2 | -0/+4 |
| 2025-09-26 | types/dnstype: delete unused func, move other one to its sole caller | Brad Fitzpatrick | 1 | -2/+38 |
| 2025-09-26 | doctor: add ts_omit_doctor support | Brad Fitzpatrick | 3 | -76/+8 |
| 2025-09-26 | ipn/ipnlocal: move last unconditional gvisor import, complete ts_omit_netstac... | Brad Fitzpatrick | 2 | -60/+74 |
| 2025-09-25 | various: allow tailscaled shutdown via LocalAPI | Nick Khyl | 4 | -3/+109 |
| 2025-09-25 | feature/portlist: pull portlist service porting into extension, use eventbus | Brad Fitzpatrick | 6 | -97/+52 |
| 2025-09-25 | ipn/ipnlocal: do not reset extHost on (*LocalBackend).Shutdown | Nick Khyl | 1 | -3/+1 |
| 2025-09-24 | ipn/ipnlocal: rename misnamed DisablePortMapperForTest to DisablePortPollerFo... | Brad Fitzpatrick | 4 | -8/+9 |
| 2025-09-24 | derp/derpserver: split off derp.Server out of derp into its own package | Brad Fitzpatrick | 1 | -3/+1 |
| 2025-09-24 | all: use buildfeatures.HasCapture const in a handful of places | Brad Fitzpatrick | 1 | -0/+6 |
| 2025-09-24 | feature/featuretags: add build tag to remove captive portal detection | Brad Fitzpatrick | 2 | -168/+201 |
| 2025-09-23 | ipn/ipnlocal: fix eventbus data race | Brad Fitzpatrick | 1 | -2/+6 |
| 2025-09-22 | ipn/ipnlocal: use eventbus.Monitor in LocalBackend (#17225) | M. J. Fromberger | 1 | -35/+31 |
| 2025-09-21 | ipn/ipnauth: don't crash on OpenBSD trying to log username of unknown peer | Brad Fitzpatrick | 3 | -3/+12 |
| 2025-09-19 | ipn/ipnlocal: use eventbus.Monitor in expiryManager (#17204) | M. J. Fromberger | 1 | -22/+14 |
| 2025-09-19 | ipn/ipnlocal: make the redactNetmapPrivateKeys test recursive | Anton Tolchanov | 1 | -70/+319 |
| 2025-09-19 | ipn/ipnlocal: add a C2N endpoint for fetching a netmap | Anton Tolchanov | 3 | -4/+272 |
| 2025-09-18 | control, ipn, tailcfg: enable seamless key renewal by default | Alex Chan | 1 | -4/+4 |