| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2024-10-21 | cmd/viewer: import types/views when generating a getter for a map field | Nick Khyl | 1 | -0/+5 |
| 2024-10-16 | util/syspolicy: add rsop package that provides access to the resultant policy | Nick Khyl | 9 | -18/+1834 |
| 2024-10-14 | wgengine: instrument with usermetrics | Kristoffer Dalby | 2 | -0/+100 |
| 2024-10-09 | util/vizerror: add WrapWithMessage | Percy Wegmann | 2 | -13/+67 |
| 2024-10-08 | util/syspolicy, ipn: add "tailscale debug component-logs" support | Nick Khyl | 3 | -12/+89 |
| 2024-10-08 | util/syspolicy/setting: update Snapshot to use Go 1.23 iterators | Nick Khyl | 1 | -14/+11 |
| 2024-10-03 | cmd/containerboot,util/linuxfw: create a SNAT rule for dst/src only once, cle... | Irbe Krumina | 5 | -68/+264 |
| 2024-09-29 | cmd/containerboot,kube,util/linuxfw: configure kube egress proxies to route t... | Irbe Krumina | 6 | -1/+683 |
| 2024-09-25 | util/usermetrics: make usermetrics non-global | Kristoffer Dalby | 2 | -11/+33 |
| 2024-09-11 | util/slicesx: add FirstElementEqual and LastElementEqual | Brad Fitzpatrick | 3 | -2/+41 |
| 2024-09-11 | util/linuxfw: fall back to nftables when iptables not found | Maisem Ali | 2 | -1/+18 |
| 2024-09-04 | control/controlclient,posture,util/syspolicy: use predefined syspolicy keys i... | Nick Khyl | 1 | -0/+8 |
| 2024-09-03 | util/syspolicy/source: add package for reading policy settings from external ... | Nick Khyl | 11 | -2/+3009 |
| 2024-08-27 | usermetric: add initial user-facing metrics | Kristoffer Dalby | 2 | -0/+109 |
| 2024-08-23 | cmd/cloner, cmd/viewer, util/codegen: add support for aliases of cloneable types | Nick Khyl | 1 | -0/+9 |
| 2024-08-23 | util/codegen, cmd/cloner, cmd/viewer: update codegen.LookupMethod to support ... | Nick Khyl | 2 | -20/+222 |
| 2024-08-20 | util/winutil: add GetRegUserString/SetRegUserString accessors for storage and... | Aaron Klotz | 1 | -4/+22 |
| 2024-08-19 | ipnlocal: support setting authkey at login using syspolicy (#13061) | Andrea Gottardo | 1 | -0/+4 |