| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2025-01-03 | util/slicesx: add MapKeys and MapValues from golang.org/x/exp/maps | Brad Fitzpatrick | 3 | -4/+45 |
| 2024-12-23 | util/stringsx: add package for extra string functions, like CompareFold | Brad Fitzpatrick | 2 | -0/+130 |
| 2024-12-12 | util/dnsname: use vizerror for all errors | Adrian Dewhurst | 1 | -9/+9 |
| 2024-12-02 | cmd/checkmetrics: add command for checking metrics against kb | Brad Fitzpatrick | 1 | -0/+11 |
| 2024-11-22 | util/syspolicy/rsop: reduce policyReloadMinDelay and policyReloadMaxDelay whe... | Nick Khyl | 3 | -9/+15 |
| 2024-11-20 | util/fastuuid: delete unused package | Brad Fitzpatrick | 2 | -128/+0 |
| 2024-11-19 | util/winutil/s4u: fix token handle leak | Aaron Klotz | 1 | -1/+4 |
| 2024-11-11 | all: use iterators over slice views more | Brad Fitzpatrick | 1 | -2/+2 |
| 2024-11-11 | util/codegen: treat unique.Handle as an opaque value type | Brad Fitzpatrick | 2 | -3/+32 |
| 2024-11-05 | types/result, util/lineiter: add package for a result type, use it | Brad Fitzpatrick | 3 | -10/+114 |
| 2024-10-31 | util/syspolicy: add policy key for onboarding flow visibility | Aaron Klotz | 1 | -0/+4 |
| 2024-10-31 | wgengine/magicsock: export packet drop metric for outbound errors | Anton Tolchanov | 2 | -0/+72 |
| 2024-10-30 | util/syspolicy/source: put EnvPolicyStore env keys in their own namespace | Brad Fitzpatrick | 2 | -41/+46 |
| 2024-10-30 | util/syspolicy/setting: make setting.Snapshot JSON-marshallable | Nick Khyl | 2 | -0/+180 |
| 2024-10-30 | util/syspolicy/setting: make setting.RawItem JSON-marshallable | Nick Khyl | 3 | -140/+335 |
| 2024-10-30 | util/syspolicy/source: use errors instead of github.com/pkg/errors | Nick Khyl | 1 | -1/+1 |
| 2024-10-30 | util/syspolicy: implement a syspolicy store that reads settings from environm... | Nick Khyl | 5 | -5/+518 |
| 2024-10-25 | util/syspolicy, ipn/ipnlocal: update syspolicy package to utilize syspolicy/rsop | Nick Khyl | 11 | -741/+738 |