| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-02 | wip: fix TestWGEngineStatusRacezofrex/fix-test-wg-engine-status-race | James Sanderson | 1 | -6/+25 |
| 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 |
| 2025-09-29 | net/memnet: allow listener address reuse (#17342) | Brian Palmer | 3 | -0/+34 |
| 2025-09-29 | net/dns/resolver: fix data race in test | Brad Fitzpatrick | 2 | -33/+21 |
| 2025-09-29 | README: update the version of Go in the README | Alex Chan | 1 | -1/+1 |
| 2025-09-29 | net/speedtest: mark flaky test, and skip it by default as it's slow | Brad Fitzpatrick | 1 | -0/+10 |
| 2025-09-29 | wgengine/router{,/osrouter}: split OS router implementations into subpackage | Brad Fitzpatrick | 29 | -207/+208 |
| 2025-09-29 | cmd/tailscale/cli,client,ipn: add appc-routes cli command | Fran Bull | 12 | -5/+201 |
| 2025-09-29 | feature/sdnotify: move util/systemd to a modular feature | Brad Fitzpatrick | 18 | -34/+98 |
| 2025-09-29 | feature/featuretags: make CLI connection error diagnostics modular | Brad Fitzpatrick | 10 | -25/+54 |
| 2025-09-29 | feature/logtail: pull logtail + netlog out to modular features | Brad Fitzpatrick | 19 | -77/+240 |
| 2025-09-29 | cmd/k8s-operator: add replica support to nameserver (#17246) | David Bond | 7 | -2/+33 |
| 2025-09-28 | smallzstd: delete unused package | Brad Fitzpatrick | 3 | -222/+0 |
| 2025-09-28 | util/backoff: rename logtail/backoff package to util/backoff | Brad Fitzpatrick | 22 | -21/+21 |
| 2025-09-28 | tsconst, util/linuxfw, wgengine/router: move Linux fw consts to tsconst | Brad Fitzpatrick | 15 | -82/+94 |
| 2025-09-28 | logtail: delete AppendTextOrJSONLocked | Joe Tsai | 1 | -5/+0 |
| 2025-09-27 | util/linuxfw, feature/buildfeatures: add ts_omit_iptables to make IPTables op... | Brad Fitzpatrick | 18 | -221/+282 |
| 2025-09-27 | tstest/integration/vms,.github/workflows: bump Ubuntu and NixOS for VM tests ... | Irbe Krumina | 9 | -205/+15 |
| 2025-09-26 | types/dnstype: delete unused func, move other one to its sole caller | Brad Fitzpatrick | 3 | -87/+39 |
| 2025-09-26 | tka: use ts_omit_tailnetlock in another spot, for ed25519consensus | Brad Fitzpatrick | 5 | -24/+56 |
| 2025-09-26 | cmol/pprof health (#17303) | Claus Lensbøl | 1 | -3/+18 |
| 2025-09-26 | doctor: add ts_omit_doctor support | Brad Fitzpatrick | 14 | -109/+154 |
| 2025-09-26 | ipn/ipnlocal: move last unconditional gvisor import, complete ts_omit_netstac... | Brad Fitzpatrick | 7 | -79/+91 |
| 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 | 2 | -18/+113 |