| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-06 | feature/featuretags: make usermetrics modular | Brad Fitzpatrick | 8 | -21/+18 |
| 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 | 1 | -1/+3 |
| 2025-10-04 | wgengine: stop importing flowtrack when unused | Brad Fitzpatrick | 5 | -5/+5 |
| 2025-10-04 | net/connstats: make it modular (omittable) | Brad Fitzpatrick | 3 | -4/+3 |
| 2025-10-04 | feature/c2n: move answerC2N code + deps out of control/controlclient | Brad Fitzpatrick | 5 | -9/+10 |
| 2025-10-03 | feature/ace: make ACE modular | Brad Fitzpatrick | 6 | -7/+5 |
| 2025-10-03 | health: make it omittable | Brad Fitzpatrick | 6 | -10/+10 |
| 2025-10-03 | all: use buildfeature constants in a few more places | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-10-03 | cmd/k8s-proxy: switching to using ipn/store/kubestore (#17402) | Tom Meadows | 1 | -1/+3 |
| 2025-10-02 | appc,*: publish events for route updates and storage (#17392) | M. J. Fromberger | 8 | -20/+18 |
| 2025-10-02 | control/controlclient: remove x/net/http2, use net/http | Brad Fitzpatrick | 9 | -87/+74 |
| 2025-10-02 | feature/featuretags, all: add build features, use existing ones in more places | Brad Fitzpatrick | 6 | -16/+16 |
| 2025-10-02 | cmd/k8s-operator: add .gitignore for generated chart CRDs (#17406) | Tom Proctor | 3 | -2/+20 |
| 2025-10-01 | cmd/tailscaled: default --encrypt-state to true if TPM is available (#17376) | Andrew Lytvynov | 2 | -5/+39 |
| 2025-10-01 | control/ts2021: rename from internal/noiseconn in prep for controlclient split | Brad Fitzpatrick | 7 | -8/+8 |
| 2025-10-01 | Makefile, cmd/*/depaware.txt: split out vendor packages explicitly | Brad Fitzpatrick | 8 | -60/+156 |
| 2025-10-01 | net/netmon: remove usage of direct callbacks from netmon (#17292) | Claus Lensbøl | 3 | -11/+35 |
| 2025-10-01 | tsnet: remove AuthenticatedAPITransport (API-over-noise) support | Brad Fitzpatrick | 1 | -9/+0 |
| 2025-10-01 | all: use Go 1.20's errors.Join instead of our multierr package | Brad Fitzpatrick | 9 | -9/+3 |
| 2025-10-01 | cmd/k8s-proxy: importing feature/condregister on cmd/k8s-proxy (#17383) | Tom Meadows | 1 | -0/+1 |
| 2025-09-30 | ipn/ipnlocal, engine: avoid runtime/pprof with two usages of ts_omit_debug | Brad Fitzpatrick | 3 | -6/+4 |
| 2025-09-30 | feature/featuretags, ipn/conffile: make HuJSON support in config files optional | Brad Fitzpatrick | 3 | -4/+8 |
| 2025-09-30 | feature/appconnectors: start making it modular | Brad Fitzpatrick | 3 | -2/+3 |
| 2025-09-30 | cmd/tailscaled, ipn/localapi, util/eventbus: don't link in regexp when debug ... | Brad Fitzpatrick | 5 | -57/+87 |
| 2025-09-30 | feature/featuretags: add a catch-all "Debug" feature flag | Brad Fitzpatrick | 2 | -4/+4 |
| 2025-09-30 | util/prompt: add a default and take default in non-interactive cases | James Tucker | 4 | -4/+4 |
| 2025-09-30 | feature, net/tshttpproxy: pull out support for using proxies as a feature | Brad Fitzpatrick | 12 | -33/+56 |
| 2025-09-30 | ipn/ipnlocal: drop h2c package, use net/http's support | Brad Fitzpatrick | 5 | -10/+5 |
| 2025-09-30 | cmd/k8s-operator: add DNS policy and config support to ProxyClass (#16887) | Raj Singh | 4 | -0/+131 |
| 2025-09-29 | feature/featuretags, Makefile: fix bug with CLI build tag and depaware, add v... | Brad Fitzpatrick | 2 | -10/+469 |
| 2025-09-29 | ipn/ipnlocal, feature/posture: pull posture out into a modular feature | Brad Fitzpatrick | 4 | -10/+4 |
| 2025-09-29 | feature/clientupdate: move clientupdate to a modular feature, disabled for tsnet | Brad Fitzpatrick | 6 | -115/+96 |
| 2025-09-29 | ipn/store, feature/condregister: move AWS + Kube store registration to condre... | Brad Fitzpatrick | 3 | -180/+23 |
| 2025-09-29 | wgengine/router{,/osrouter}: split OS router implementations into subpackage | Brad Fitzpatrick | 4 | -51/+11 |
| 2025-09-29 | cmd/tailscale/cli,client,ipn: add appc-routes cli command | Fran Bull | 8 | -4/+162 |
| 2025-09-29 | feature/sdnotify: move util/systemd to a modular feature | Brad Fitzpatrick | 6 | -8/+4 |
| 2025-09-29 | feature/featuretags: make CLI connection error diagnostics modular | Brad Fitzpatrick | 5 | -20/+18 |
| 2025-09-29 | feature/logtail: pull logtail + netlog out to modular features | Brad Fitzpatrick | 3 | -17/+28 |
| 2025-09-29 | cmd/k8s-operator: add replica support to nameserver (#17246) | David Bond | 4 | -2/+23 |
| 2025-09-28 | util/backoff: rename logtail/backoff package to util/backoff | Brad Fitzpatrick | 9 | -9/+9 |
| 2025-09-28 | tsconst, util/linuxfw, wgengine/router: move Linux fw consts to tsconst | Brad Fitzpatrick | 6 | -40/+16 |
| 2025-09-27 | util/linuxfw, feature/buildfeatures: add ts_omit_iptables to make IPTables op... | Brad Fitzpatrick | 2 | -4/+4 |
| 2025-09-26 | types/dnstype: delete unused func, move other one to its sole caller | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-09-26 | tka: use ts_omit_tailnetlock in another spot, for ed25519consensus | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-09-26 | doctor: add ts_omit_doctor support | Brad Fitzpatrick | 4 | -26/+12 |
| 2025-09-26 | ipn/ipnlocal: move last unconditional gvisor import, complete ts_omit_netstac... | Brad Fitzpatrick | 2 | -16/+14 |
| 2025-09-26 | cmd/tailscale/cli: use tabwriter for tailscale status (#16596) | Mahyar Mirrashed | 1 | -6/+14 |
| 2025-09-26 | net/packet/checksum: copy the gvisor checksum, remove the dep | Brad Fitzpatrick | 1 | -6/+3 |
| 2025-09-26 | net/tstun: use ts_omit_gro in another place I missed earlier | Brad Fitzpatrick | 1 | -1/+1 |