| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 1 | -1/+1 |
| 2025-11-18 | all: rename variables with lowercase-l/uppercase-I | Alex Chan | 1 | -2/+2 |
| 2025-11-17 | cmd/tailscale/cli: stabilise the output of `tailscale lock log --json` | Alex Chan | 1 | -2/+13 |
| 2025-11-14 | various: adds missing apostrophes to comments | Alex Chan | 1 | -1/+1 |
| 2025-09-12 | all: add ts_omit_tailnetlock as a start of making it build-time modular | Brad Fitzpatrick | 1 | -0/+2 |
| 2024-02-08 | all: use new AppendEncode methods available in Go 1.22 (#11079) | Joe Tsai | 1 | -10/+1 |
| 2023-09-09 | all: use set.Set consistently instead of map[T]struct{} | Brad Fitzpatrick | 1 | -3/+4 |
| 2023-09-01 | all: implement AppendText alongside MarshalText (#9207) | Joe Tsai | 1 | -3/+15 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2023-01-04 | cmd/tailscale,tka: make KeyID return an error instead of panicking | Tom DNetto | 1 | -2/+8 |
| 2023-01-04 | cmd/tailscale,tka: implement compat for TKA messages, minor UX tweaks | Tom DNetto | 1 | -3/+8 |
| 2022-09-29 | all: fix spelling mistakes | Josh Soref | 1 | -1/+1 |
| 2022-09-26 | tka: Checkpoint every 50 updates | Tom DNetto | 1 | -1/+0 |
| 2022-09-21 | control/controlclient,ipn/ipnlocal: wire tka enable/disable | Tom DNetto | 1 | -0/+6 |
| 2022-08-25 | tka: move disablement logic out-of-band from AUMs | Tom DNetto | 1 | -24/+11 |
| 2022-08-22 | client,cmd/tailscale,ipn,tka,types: implement tka initialization flow | Tom DNetto | 1 | -1/+1 |
| 2022-08-15 | tka: Use strict decoding settings, implement Unserialize() | Tom DNetto | 1 | -0/+14 |
| 2022-08-08 | tka: stable text representation of AUMHash | David Crawshaw | 1 | -0/+27 |
| 2022-08-04 | tka,types/key: remove dependency for tailcfg & types/ packages on tka | Tom DNetto | 1 | -8/+5 |
| 2022-08-03 | tka: add attack-scenario unit tests, defensive checks, resolve TODOs | Tom DNetto | 1 | -45/+11 |
| 2022-07-29 | tka,types/key: implement NLPrivate glue for tailnet key authority keys | Tom DNetto | 1 | -12/+12 |
| 2022-07-19 | tka: implement Authority API surface | Tom DNetto | 1 | -1/+1 |
| 2022-07-07 | tka: implement State and applying AUMs | Tom DNetto | 1 | -4/+86 |
| 2022-07-06 | tka: implement AUM and Key types | Tom DNetto | 1 | -0/+256 |