| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-19 | util/eventbus: add a Monitor type to manage subscriber goroutines (#17127) | M. J. Fromberger | 2 | -0/+115 |
| 2025-09-19 | health: remove direct callback and replace with eventbus (#17199) | Claus Lensbøl | 2 | -2/+7 |
| 2025-09-19 | util/eventbus/eventbustest: fix typo of test name | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-09-19 | util/eventbus: fix flakes in eventbustest tests (#17198) | M. J. Fromberger | 1 | -6/+9 |
| 2025-09-18 | util/eventbus: add a LogAllEvents helper for testing (#17187) | M. J. Fromberger | 2 | -0/+29 |
| 2025-09-17 | util/eventbus: add an EqualTo helper for testing (#17178) | M. J. Fromberger | 2 | -9/+40 |
| 2025-09-17 | util/eventbus: allow test expectations reporting only an error (#17146) | M. J. Fromberger | 2 | -6/+39 |
| 2025-09-16 | health,ipn/ipnlocal: introduce eventbus in heath.Tracker (#17085) | Claus Lensbøl | 1 | -2/+2 |
| 2025-09-16 | util/eventbus: add a Done channel to the Client (#17118) | M. J. Fromberger | 2 | -4/+54 |
| 2025-09-15 | control/controlclient: introduce eventbus messages instead of callbacks (#16956) | Claus Lensbøl | 1 | -1/+1 |
| 2025-09-08 | util/eventbus: add ts_omit_debugeventbus | Brad Fitzpatrick | 2 | -2/+2 |
| 2025-09-08 | util/expvarx: deflake TestSafeFuncHappyPath with synctest | Brad Fitzpatrick | 1 | -14/+15 |
| 2025-09-08 | utils/expvarx, tstest/integration: mark two tests as known flaky (#17052) | Alex Chan | 1 | -0/+3 |
| 2025-09-04 | util/syspolicy/policyclient: always use no-op policyclient in tests by default | Brad Fitzpatrick | 1 | -1/+9 |
| 2025-09-04 | ipn/ipnlocal, util/syspolicy: convert last RegisterWellKnownSettingsForTest c... | Brad Fitzpatrick | 4 | -31/+120 |
| 2025-09-03 | util/syspolicy: remove handler, other dead code | Brad Fitzpatrick | 3 | -125/+0 |
| 2025-09-03 | util/syspolicy: delete some unused code in handler.go | Brad Fitzpatrick | 1 | -17/+2 |
| 2025-09-02 | ipn/ipnlocal: convert more tests to use policytest, de-global-ify | Brad Fitzpatrick | 1 | -22/+65 |
| 2025-09-02 | util/syspolicy/policytest: move policy test helper to its own package | Brad Fitzpatrick | 1 | -0/+117 |
| 2025-09-02 | util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move glo... | Brad Fitzpatrick | 3 | -48/+101 |
| 2025-09-02 | ipn/ipnlocal: use policyclient.Client always, stop using global syspolicy funcs | Brad Fitzpatrick | 1 | -1/+55 |
| 2025-09-02 | util/syspolicy/{setting,ptype}: move PreferenceOption and Visibility to new l... | Brad Fitzpatrick | 9 | -39/+71 |
| 2025-09-01 | util/syspolicy/policyclient: add policyclient.Client interface, start plumbing | Brad Fitzpatrick | 3 | -7/+75 |
| 2025-08-31 | util/syspolicy/*: move syspolicy keys to new const leaf "pkey" package | Brad Fitzpatrick | 24 | -455/+479 |
| 2025-08-28 | util/ringbuffer: rename to ringlog | James Tucker | 2 | -20/+19 |
| 2025-08-14 | cmd/viewer, types/views: implement support for json/v2 (#16852) | Joe Tsai | 1 | -9/+20 |
| 2025-08-05 | wgengine/router: rely on events for deleted IP rules (#16744) | Claus Lensbøl | 2 | -2/+38 |
| 2025-07-30 | util/set: add more functionality to IntSet (#16640) | Joe Tsai | 2 | -0/+32 |
| 2025-07-28 | util/syspolicy/setting: use a custom marshaler for time.Duration | Nick Khyl | 2 | -1/+32 |
| 2025-07-22 | util/set: add IntSet (#16602) | Joe Tsai | 2 | -0/+346 |
| 2025-07-18 | client/local,cmd/tailscale/cli,ipn/localapi: expose eventbus graph (#16597) | Claus Lensbøl | 1 | -0/+13 |
| 2025-07-14 | util/jsonutil: remove unused package (#16563) | Joe Tsai | 3 | -169/+0 |
| 2025-07-10 | all: detect JetKVM and specialize a handful of things for it | Brad Fitzpatrick | 2 | -2/+8 |
| 2025-07-08 | ipn/ipnlocal,util/syspolicy: add support for ExitNode.AllowOverride policy se... | Nick Khyl | 2 | -0/+15 |
| 2025-07-07 | ipn/{ipnauth,ipnlocal,localapi}: make EditPrefs return an error if changing e... | Nick Khyl | 1 | -1/+4 |
| 2025-07-07 | util/syspolicy: add HasAnyOf to check if any specified policy settings are co... | Nick Khyl | 1 | -0/+21 |
| 2025-07-07 | ipn/ipnlocal,util/syspolicy/source: retain existing exit node when using auto... | Nick Khyl | 1 | -0/+7 |
| 2025-06-27 | util/eventbus: fix docstrings (#16401) | Claus Lensbøl | 1 | -2/+2 |
| 2025-06-26 | ipn/store: automatically migrate between plaintext and encrypted state (#16318) | Andrew Lytvynov | 1 | -0/+5 |
| 2025-06-25 | util/eventbus: add test helpers to simplify testing events (#16294) | Claus Lensbøl | 5 | -0/+825 |
| 2025-06-23 | util/prompt: make yes/no prompt reusable | Kristoffer Dalby | 1 | -0/+24 |
| 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 |