| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-16 | util/must: add Get2 for functions that return two values | James Sanderson | 1 | -0/+8 |
| 2025-06-16 | util/eventbus: remove redundant code from eventbus.Publish | Nick Khyl | 3 | -20/+13 |
| 2025-06-11 | ipn/localapi,client/local: add debug watcher for bus events (#16239) | Claus Lensbøl | 1 | -0/+9 |
| 2025-06-03 | posture: propagate serial number from MDM on Android | Anton Tolchanov | 1 | -2/+2 |
| 2025-05-29 | util/set: add SmallSet.SoleElement, fix bug, add more tests | Brad Fitzpatrick | 2 | -5/+54 |
| 2025-05-29 | util/set: add SmallSet | Brad Fitzpatrick | 2 | -0/+225 |
| 2025-05-19 | cmd/containerboot,kube/ingressservices: proxy VIPService TCP/UDP traffic to c... | Irbe Krumina | 1 | -8/+8 |
| 2025-05-12 | net/dns,docs/windows/policy,util/syspolicy: register Tailscale IP addresses i... | Nick Khyl | 2 | -0/+16 |
| 2025-05-12 | util/linuxfw,wgengine/router: add new netfilter rules for HA ingresses (#15896) | Irbe Krumina | 6 | -39/+550 |
| 2025-05-08 | util/deephash: move tests that depend on other tailscale packages to deephash... | Nick Khyl | 2 | -156/+177 |
| 2025-05-08 | util/eventbus: also disable websocket debug on Android | Brad Fitzpatrick | 2 | -2/+4 |
| 2025-05-07 | util/systemd: don't link systemd-notification package on Android | Brad Fitzpatrick | 2 | -2/+2 |
| 2025-05-01 | util/linuxfw: fix delete snat rule (#15763) | KevinLiang10 | 2 | -64/+98 |
| 2025-04-25 | util/mak: delete long-deprecated, unused, pre-generics NonNil func | Brad Fitzpatrick | 2 | -63/+0 |
| 2025-04-08 | all: unify some redundant testing.TB interface copies | Brad Fitzpatrick | 13 | -37/+26 |
| 2025-04-07 | nettest, *: add option to run HTTP tests with in-memory network | Brad Fitzpatrick | 1 | -0/+7 |
| 2025-04-06 | util/testenv: add func to report whether a testing.TB is in parallel mode | Brad Fitzpatrick | 2 | -0/+52 |
| 2025-04-02 | ssh/tailssh: add Plan 9 support for Tailscale SSH | Brad Fitzpatrick | 2 | -2/+25 |
| 2025-03-18 | util/eventbus: remove debug UI from iOS build | David Anderson | 2 | -0/+20 |
| 2025-03-13 | util/eventbus: add basic throughput benchmarks (#15284) | M. J. Fromberger | 1 | -0/+125 |
| 2025-03-12 | util/eventbus: add a helper program for bus development | David Anderson | 1 | -0/+103 |
| 2025-03-12 | util/eventbus: add a debug HTTP handler for the bus | David Anderson | 10 | -3/+541 |
| 2025-03-07 | util/eventbus: add debugger methods to list pub/sub types | David Anderson | 3 | -0/+50 |
| 2025-03-07 | util/eventbus: don't allow publishers to skip events while debugging | David Anderson | 2 | -1/+5 |
| 2025-03-07 | util/eventbus: initial debugging facilities for the event bus | David Anderson | 6 | -66/+207 |
| 2025-03-06 | util/eventbus: add debug hooks to snoop on bus traffic | David Anderson | 4 | -28/+56 |
| 2025-03-06 | util/eventbus: add internal hook type for debugging | David Anderson | 1 | -0/+62 |
| 2025-03-05 | util/eventbus: track additional event context in subscribe queue | David Anderson | 2 | -11/+27 |
| 2025-03-05 | util/eventbus: track additional event context in publish queue | David Anderson | 3 | -10/+23 |
| 2025-03-05 | util/eventbus: make internal queue a generic type | David Anderson | 3 | -16/+18 |
| 2025-03-05 | util/eventbus: adjust worker goroutine management helpers | David Anderson | 3 | -85/+104 |
| 2025-03-04 | util/eventbus: rework to have a Client abstraction | David Anderson | 6 | -208/+345 |
| 2025-02-28 | util/eventbus: initial implementation of an in-process event bus | David Anderson | 6 | -0/+851 |
| 2025-02-27 | all: statically enforce json/v2 interface satisfaction (#15154) | Joe Tsai | 4 | -0/+25 |
| 2025-02-27 | go.mod: bump github.com/go-json-experiment/json (#15010) | Joe Tsai | 5 | -43/+43 |
| 2025-02-24 | ipn/ipnlocal,util/syspolicy,docs/windows/policy: implement the ReconnectAfter... | Nick Khyl | 1 | -0/+7 |
| 2025-02-01 | client/tailscale,ipn/ipn{local,server},util/syspolicy: implement the AlwaysOn... | Nick Khyl | 1 | -1/+8 |
| 2025-02-01 | util/syspolicy/internal/metrics: replace dots with underscores for metric names | Nick Khyl | 1 | -0/+1 |
| 2025-01-31 | ipn/ipnauth,util/syspolicy: improve comments | Nick Khyl | 1 | -0/+1 |
| 2025-01-31 | ipn/ipn{auth,server,local}: initial support for the always-on mode | Nick Khyl | 1 | -0/+10 |
| 2025-01-24 | tailcfg: adjust ServiceName.Validate to use vizerror | Adrian Dewhurst | 1 | -1/+2 |
| 2025-01-24 | util/clientmetric: use counter in aggcounter | Kristoffer Dalby | 1 | -1/+1 |
| 2025-01-24 | wgengine/filter: add check for unknown proto | Kristoffer Dalby | 1 | -0/+3 |
| 2025-01-24 | util/usermetric: add more drop labels | Kristoffer Dalby | 1 | -0/+13 |
| 2025-01-23 | cmd/tailscaled,util/syspolicy/source,util/winutil/gp: disallow acquiring the ... | Nick Khyl | 2 | -6/+114 |
| 2025-01-22 | util/slicesx: add AppendNonzero | Brad Fitzpatrick | 3 | -3/+25 |
| 2025-01-17 | ipnlocal: allow overriding os.Hostname() via syspolicy (#14676) | Andrea Gottardo | 1 | -0/+6 |
| 2025-01-13 | all: use Go 1.21's binary.NativeEndian | Brad Fitzpatrick | 2 | -8/+7 |
| 2025-01-12 | util/uniq,types/lazy,*: delete code that's now in Go std | Brad Fitzpatrick | 2 | -164/+0 |
| 2025-01-06 | ipn/ipnlocal, util/goroutines: track goroutines for tests, shutdown | Brad Fitzpatrick | 2 | -1/+67 |