| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2024-04-30 | types/views: use slices.Contains{,Func} | Brad Fitzpatrick | 1 | -12/+2 |
| 2024-04-21 | types/persist: remove unused field Persist.Provider | Brad Fitzpatrick | 4 | -16/+1 |
| 2024-04-16 | all: use Go 1.22 range-over-int | Brad Fitzpatrick | 11 | -18/+18 |
| 2024-03-22 | ipn/ipnlocal, types/netmap: replace hasCapability with set lookup on NetworkMap | Brad Fitzpatrick | 1 | -0/+7 |
| 2024-03-21 | control/controlclient: fix panic regression from earlier load balancer hint h... | Brad Fitzpatrick | 1 | -0/+21 |
| 2024-03-18 | types/views: optimize slices contains under some conditions (#11449) | James Tucker | 1 | -6/+6 |
| 2024-03-07 | cmd/derper, types/logger: move log filter to shared package | Andrew Dunham | 2 | -0/+43 |
| 2024-02-26 | types/key: remove copy returning array by value | Brad Fitzpatrick | 1 | -4/+3 |
| 2024-02-25 | all: remove LenIter, use Go 1.22 range-over-int instead | Brad Fitzpatrick | 2 | -36/+0 |
| 2024-02-12 | types/views: add test that LenIter doesn't allocate | Brad Fitzpatrick | 1 | -0/+9 |
| 2024-02-11 | tailcfg: remove UserProfile.Groups | Maisem Ali | 2 | -7/+6 |
| 2024-02-08 | all: use new AppendEncode methods available in Go 1.22 (#11079) | Joe Tsai | 2 | -21/+5 |
| 2024-02-08 | all: use reflect.TypeFor now available in Go 1.22 (#11078) | Joe Tsai | 4 | -5/+5 |
| 2024-02-06 | types/views: add SliceMapKey[T] | Maisem Ali | 2 | -0/+70 |
| 2024-01-23 | wgengine/magicsock: implement probing of UDP path lifetime (#10844) | Jordan Whited | 1 | -0/+9 |
| 2024-01-17 | appc,ipn/ipnlocal,types/appctype: implement control provided routes | James Tucker | 1 | -0/+2 |
| 2024-01-16 | all: make use of ctxkey everywhere (#10846) | Joe Tsai | 1 | -8/+12 |
| 2024-01-05 | controlclient,tailcfg,types: expose MaxKeyDuration via localapi (#10401) | James 'zofrex' Sanderson | 3 | -2/+6 |
| 2023-12-19 | util/cmpx: remove code that's in the stdlib now | Andrew Dunham | 2 | -4/+4 |
| 2023-12-18 | ipn: apply tailnet-wide default for auto-updates (#10508) | Andrew Lytvynov | 3 | -1/+12 |
| 2023-11-22 | appc,ipn/local: support wildcard when matching app-connectors | Tom DNetto | 1 | -1/+2 |
| 2023-11-17 | ipn/ipnlocal,cmd/tailscale: persist tailnet name in user profile | Marwan Sulaiman | 1 | -0/+10 |
| 2023-11-17 | control/controlclient: support incremental packet filter updates [capver 81] | Brad Fitzpatrick | 1 | -0/+1 |
| 2023-11-15 | types/appctype: correct app-connector cap name in documentation | James Tucker | 1 | -1/+1 |