| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-24 | derp,types,util: use bufio Peek+Discard for allocation-free fast reads (#19067) | Mike O'Driscoll | 1 | -0/+1 |
| 2026-03-05 | types/ptr: deprecate ptr.To, use Go 1.26 new | Brad Fitzpatrick | 1 | -1/+0 |
| 2026-03-04 | go.toolchain.branch: switch to Go 1.26 | Brad Fitzpatrick | 1 | -17/+23 |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 1 | -1/+1 |
| 2025-11-24 | cmd/cigocacher,go.mod: add cigocacher cmd | Tom Proctor | 1 | -4/+4 |
| 2025-11-16 | types/netmap: remove PrivateKey from NetworkMap | Brad Fitzpatrick | 1 | -2/+3 |
| 2025-10-10 | types/persist: add AttestationKey (#17281) | Patrick O'Doherty | 1 | -2/+3 |
| 2025-10-10 | tsweb/varz: add support for ShardedInt metrics | Anton Tolchanov | 1 | -1/+1 |
| 2025-10-08 | go.toolchain.rev: bump Go to 1.25.2 | Brad Fitzpatrick | 1 | -0/+1 |
| 2025-10-03 | all: use buildfeature constants in a few more places | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-10-01 | Makefile, cmd/*/depaware.txt: split out vendor packages explicitly | Brad Fitzpatrick | 1 | -16/+19 |
| 2025-09-29 | feature/sdnotify: move util/systemd to a modular feature | Brad Fitzpatrick | 1 | -0/+1 |
| 2025-09-26 | types/dnstype: delete unused func, move other one to its sole caller | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-08-26 | go.toolchain.branch: bump to go1.25 (#16954) | Patrick O'Doherty | 1 | -5/+15 |
| 2025-08-14 | cmd/viewer, types/views: implement support for json/v2 (#16852) | Joe Tsai | 1 | -1/+1 |
| 2025-08-05 | .github/workflows: enforce github action version pinning (#16768) | Andrew Lytvynov | 1 | -0/+1 |
| 2025-07-13 | types/lazy: add lazy.GMap: a map of lazily computed GValues (#16532) | Simon Law | 1 | -1/+1 |
| 2025-04-28 | tsweb/varz: export GC CPU fraction gauge | James Tucker | 1 | -1/+2 |
| 2025-04-08 | all: unify some redundant testing.TB interface copies | Brad Fitzpatrick | 1 | -1/+2 |
| 2025-03-18 | tsweb: split promvarz into an optional dependency | David Anderson | 2 | -6/+10 |
| 2025-02-19 | go.toolchain.branch: update to Go 1.24 (#15016) | Brad Fitzpatrick | 1 | -29/+55 |
| 2025-01-26 | go.mod: bump depaware, add --internal flag to stop hiding internal packages | Brad Fitzpatrick | 1 | -0/+58 |
| 2025-01-17 | go.{mod,sum},cmd/{k8s-operator,derper,stund}/depaware.txt: bump kube deps (#1... | Irbe Krumina | 1 | -2/+1 |
| 2024-12-23 | metrics,syncs: add ShardedInt support to metrics.LabelMap | James Tucker | 1 | -0/+2 |
| 2024-11-20 | tsweb: change RequestID format to have a date in it | Brad Fitzpatrick | 1 | -4/+2 |
| 2024-11-05 | types/result, util/lineiter: add package for a result type, use it | Brad Fitzpatrick | 1 | -1/+2 |
| 2024-09-24 | cli: add `tailscale dns query` (#13368) | Andrea Gottardo | 1 | -1/+1 |
| 2024-09-08 | kube,cmd/{k8s-operator,containerboot},envknob,ipn/store/kubestore,*/depaware.... | Irbe Krumina | 1 | -1/+1 |
| 2024-09-08 | kube,cmd/{k8s-operator,containerboot},envknob,ipn/store/kubestore,*/depaware.... | Irbe Krumina | 1 | -3/+2 |
| 2024-09-08 | cmd/k8s-operator,kube: set app name for Kubernetes Operator proxies (#13410) | Irbe Krumina | 1 | -1/+3 |
| 2024-08-27 | tsweb/varz: remove pprof | Kristoffer Dalby | 1 | -1/+1 |
| 2024-08-22 | all: switch to and require Go 1.23 | Brad Fitzpatrick | 1 | -2/+5 |
| 2024-07-08 | types/opt: add generic Value[T any] for optional values of any types | Nick Khyl | 1 | -0/+7 |
| 2024-06-24 | types/lazy: add Peek method to SyncValue | Andrew Dunham | 1 | -1/+1 |
| 2024-06-16 | net/ipset, wgengine/filter/filtertype: add split-out packages | Brad Fitzpatrick | 1 | -2/+0 |
| 2024-06-16 | net/tsaddr: use bart in NewContainsIPFunc, add tests, benchmarks | Brad Fitzpatrick | 1 | -0/+2 |
| 2024-06-05 | all: use math/rand/v2 more | Maisem Ali | 1 | -1/+1 |
| 2024-04-17 | build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#11410) | dependabot[bot] | 1 | -0/+1 |
| 2024-04-09 | tsweb: switch to fastuuid for request ID generation | James Tucker | 1 | -1/+3 |
| 2024-02-07 | util/cmpx: delete now that we're using Go 1.22 | Brad Fitzpatrick | 1 | -1/+0 |
| 2024-02-07 | go.toolchain.rev: bump to Go 1.22.0 (#11055) | Andrew Lytvynov | 1 | -2/+2 |
| 2024-01-19 | go.mod: bump most deps for start of cycle | James Tucker | 1 | -13/+10 |
| 2024-01-16 | all: make use of ctxkey everywhere (#10846) | Joe Tsai | 1 | -0/+1 |
| 2024-01-08 | cmd/{derper,stund},net/stunserver: add standalone stun server | James Tucker | 2 | -0/+238 |