| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-02-11 | types/bool: add Int (#14984) | Joe Tsai | 2 | -1/+19 |
| 2025-02-11 | types/netmap,*: pass around UserProfiles as views (pointers) instead | Brad Fitzpatrick | 1 | -2/+9 |
| 2025-02-03 | tailcfg: add JSON unmarshal helper for view of node/peer capabilities | Adrian Dewhurst | 1 | -1/+1 |
| 2025-01-30 | types/views: make SliceEqualAnyOrder also do short slice optimization | Brad Fitzpatrick | 2 | -59/+162 |
| 2025-01-28 | types/views: fix SliceEqualAnyOrderFunc short optimization | Andrew Dunham | 2 | -6/+64 |
| 2025-01-27 | types/persist: remove Persist.LegacyFrontendPrivateMachineKey | Brad Fitzpatrick | 4 | -51/+18 |
| 2025-01-22 | tailcfg: add ServiceName | Adrian Dewhurst | 1 | -5/+5 |
| 2025-01-22 | fix handler related and some nit | KevinLiang10 | 2 | -23/+17 |
| 2025-01-22 | add blank line | KevinLiang10 | 1 | -0/+1 |
| 2025-01-22 | add copyright header | KevinLiang10 | 1 | -0/+2 |
| 2025-01-22 | ipn/ipnlocal: Support TCP and Web VIP services | KevinLiang10 | 2 | -0/+67 |
| 2025-01-15 | types/lazy: fix flaky TestDeferAfterDo | Nick Khyl | 2 | -7/+34 |
| 2025-01-14 | all: add Node.HomeDERP int, phase out "127.3.3.40:$region" hack [capver 111] | Brad Fitzpatrick | 3 | -26/+22 |
| 2025-01-14 | cmd/viewer,all: consistently use "read-only" instead of "readonly" | Brad Fitzpatrick | 6 | -23/+23 |
| 2025-01-14 | cmd/viewer,types/views,various: avoid allocations in pointer field getters wh... | Nick Khyl | 2 | -9/+82 |
| 2025-01-12 | util/uniq,types/lazy,*: delete code that's now in Go std | Brad Fitzpatrick | 2 | -78/+0 |
| 2025-01-09 | types/views: optimize SliceEqualAnyOrderFunc for small slices | Andrew Dunham | 2 | -0/+32 |
| 2025-01-09 | types/views: add SliceEqualAnyOrderFunc | Andrew Dunham | 2 | -0/+72 |
| 2025-01-08 | types/views: add MapViewsEqual and MapViewsEqualFunc | Andrew Dunham | 2 | -0/+126 |
| 2025-01-04 | types/views: remove various Map Range funcs; use iterators everywhere | Brad Fitzpatrick | 1 | -30/+0 |
| 2025-01-04 | all: use iterators in more places instead of Range funcs | Brad Fitzpatrick | 1 | -15/+5 |
| 2024-12-16 | types/opt: fix test to be agnostic to omitzero support (#14401) | Joe Tsai | 1 | -1/+10 |
| 2024-12-11 | types/bools: add IfElse (#14272) | Joe Tsai | 3 | -17/+37 |
| 2024-12-11 | types/iox: add function types for Reader and Writer (#14366) | Joe Tsai | 2 | -0/+62 |
| 2024-11-11 | all: use iterators over slice views more | Brad Fitzpatrick | 1 | -8/+7 |
| 2024-11-05 | types/result, util/lineiter: add package for a result type, use it | Brad Fitzpatrick | 1 | -0/+49 |
| 2024-10-30 | util/syspolicy/setting: make setting.RawItem JSON-marshallable | Nick Khyl | 1 | -1/+1 |
| 2024-10-11 | types/bools: add Compare to compare boolean values (#13792) | Joe Tsai | 2 | -0/+38 |
| 2024-10-09 | types/views: add iterators to the three Map view types | Brad Fitzpatrick | 2 | -0/+77 |
| 2024-10-07 | types/lazy: add DeferredInit type | Nick Hill | 2 | -0/+375 |
| 2024-10-07 | types/key: use tlpub: in error message (#13707) | Erisa A | 1 | -3/+3 |
| 2024-09-24 | cli: add `tailscale dns query` (#13368) | Andrea Gottardo | 1 | -0/+84 |
| 2024-09-20 | types/views: add SliceView.All iterator (#13536) | Joe Tsai | 2 | -0/+43 |
| 2024-08-26 | types/opt: add BoolFlag for setting Bool value as a flag | Will Norris | 2 | -0/+63 |
| 2024-08-22 | types/views: add Slice.All iterator | Brad Fitzpatrick | 2 | -0/+26 |
| 2024-08-21 | types/prefs: add a package containing generic preference types | Nick Khyl | 14 | -0/+2877 |
| 2024-07-24 | types/lazy: re-init SyncValue during test cleanup if it wasn't set before Set... | Nick Khyl | 2 | -3/+23 |
| 2024-07-22 | types/lazy: add (*SyncValue[T]).SetForTest method | Nick Khyl | 2 | -0/+223 |
| 2024-07-19 | types/opt: add (Value[T]).GetOr(def T) T method | Nick Khyl | 1 | -0/+8 |
| 2024-07-19 | cmd/viewer, types/views, util/codegen: add viewer support for custom containe... | Nick Khyl | 2 | -0/+274 |
| 2024-07-10 | all: add test for package comments, fix, add comments as needed | Brad Fitzpatrick | 1 | -0/+6 |
| 2024-07-08 | types/opt: add generic Value[T any] for optional values of any types | Nick Khyl | 2 | -0/+418 |
| 2024-06-24 | types/lazy: add Peek method to SyncValue | Andrew Dunham | 2 | -5/+114 |
| 2024-06-17 | types/logid: add Add method (#12478) | Joe Tsai | 2 | -0/+128 |
| 2024-06-16 | net/ipset, wgengine/filter/filtertype: add split-out packages | Brad Fitzpatrick | 1 | -2/+2 |
| 2024-06-15 | cmd/viewer,type/views: add MapSlice for maps of slices | Maisem Ali | 1 | -5/+98 |
| 2024-05-17 | ipn,wgengine: remove vestigial Prefs.AllowSingleHosts | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-05-11 | types/views: move AsMap to Map from *Map | Maisem Ali | 1 | -2/+2 |
| 2024-05-03 | types/views: add AppendStrings util func | Maisem Ali | 1 | -0/+9 |
| 2024-05-03 | types/views: remove duplicate SliceContainsFunc | Maisem Ali | 2 | -13/+1 |