| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-03 | util/eventbus: [DRAFT] add sketch of Subscribe with funcsbradfitz/evsub | Brad Fitzpatrick | 4 | -87/+84 |
| 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 |
| 2025-10-02 | build_docker.sh: support including extra files (#17405) | Tom Proctor | 1 | -0/+6 |
| 2025-10-02 | derp/derphttp: de-flake DERP HTTP clients tests with memnet and synctest | Alex Chan | 1 | -146/+150 |
| 2025-10-01 | cmd/tailscaled: default --encrypt-state to true if TPM is available (#17376) | Andrew Lytvynov | 7 | -20/+65 |
| 2025-10-01 | control/ts2021: rename from internal/noiseconn in prep for controlclient split | Brad Fitzpatrick | 11 | -26/+24 |
| 2025-10-01 | Makefile, cmd/*/depaware.txt: split out vendor packages explicitly | Brad Fitzpatrick | 15 | -79/+189 |
| 2025-10-01 | appc,ipn/ipnlocal: add a required event bus to the AppConnector type (#17390) | M. J. Fromberger | 5 | -26/+75 |
| 2025-10-01 | net/netmon: remove usage of direct callbacks from netmon (#17292) | Claus Lensbøl | 28 | -48/+217 |
| 2025-10-01 | appc: factor app connector arguments into a Config type (#17389) | M. J. Fromberger | 5 | -38/+133 |
| 2025-10-01 | tsnet: remove AuthenticatedAPITransport (API-over-noise) support | Brad Fitzpatrick | 7 | -164/+0 |
| 2025-10-01 | all: use Go 1.20's errors.Join instead of our multierr package | Brad Fitzpatrick | 35 | -67/+40 |
| 2025-10-01 | ipn/store, feature/condregister: permit callers to empty import optonal ipn s... | Brad Fitzpatrick | 5 | -33/+23 |
| 2025-10-01 | ipn/ipnlocal: fail test if more notifies are put than expected | James Sanderson | 1 | -3/+13 |
| 2025-10-01 | cmd/k8s-proxy: importing feature/condregister on cmd/k8s-proxy (#17383) | Tom Meadows | 1 | -0/+1 |
| 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 | 7 | -25/+14 |
| 2025-09-30 | feature/featuretags, ipn/conffile: make HuJSON support in config files optional | Brad Fitzpatrick | 9 | -13/+52 |
| 2025-09-30 | feature/appconnectors: start making it modular | Brad Fitzpatrick | 15 | -157/+263 |
| 2025-09-30 | cmd/tailscaled, ipn/localapi, util/eventbus: don't link in regexp when debug ... | Brad Fitzpatrick | 11 | -78/+100 |
| 2025-09-30 | types/key: add IsZero method to HardwareAttestationKey (#17370) | Andrew Lytvynov | 2 | -0/+3 |
| 2025-09-30 | util/eventbus: when ts_omit_debugeventbus is set, don't import tsweb | Brad Fitzpatrick | 1 | -3/+1 |
| 2025-09-30 | feature/featuretags: add a catch-all "Debug" feature flag | Brad Fitzpatrick | 15 | -455/+573 |
| 2025-09-30 | drive: don't use regexp package in leaf types package | Brad Fitzpatrick | 1 | -6/+18 |
| 2025-09-30 | util/prompt: add a default and take default in non-interactive cases | James Tucker | 5 | -6/+21 |
| 2025-09-30 | feature, net/tshttpproxy: pull out support for using proxies as a feature | Brad Fitzpatrick | 45 | -79/+267 |
| 2025-09-30 | feature/tpm: don't log to stderr in tests | Brad Fitzpatrick | 1 | -4/+14 |
| 2025-09-30 | net/tstun: fix typo in doc | Brad Fitzpatrick | 1 | -1/+1 |
| 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 | 9 | -46/+15 |
| 2025-09-30 | feature/featuretags: add option to turn off DNS | Brad Fitzpatrick | 16 | -4/+144 |
| 2025-09-30 | cmd/k8s-operator: add DNS policy and config support to ProxyClass (#16887) | Raj Singh | 7 | -0/+154 |
| 2025-09-29 | feature/featuretags, Makefile: fix bug with CLI build tag and depaware, add v... | Brad Fitzpatrick | 5 | -13/+477 |
| 2025-09-29 | ipn/ipnlocal, feature/posture: pull posture out into a modular feature | Brad Fitzpatrick | 12 | -88/+157 |
| 2025-09-29 | feature/clientupdate: move clientupdate to a modular feature, disabled for tsnet | Brad Fitzpatrick | 24 | -609/+749 |
| 2025-09-29 | ipn/store, feature/condregister: move AWS + Kube store registration to condre... | Brad Fitzpatrick | 6 | -275/+40 |