summaryrefslogtreecommitdiffhomepage
path: root/cmd/stund
AgeCommit message (Expand)AuthorFilesLines
2026-03-24derp,types,util: use bufio Peek+Discard for allocation-free fast reads (#19067)Mike O'Driscoll1-0/+1
2026-03-05types/ptr: deprecate ptr.To, use Go 1.26 newBrad Fitzpatrick1-1/+0
2026-03-04go.toolchain.branch: switch to Go 1.26Brad Fitzpatrick1-17/+23
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-24cmd/cigocacher,go.mod: add cigocacher cmdTom Proctor1-4/+4
2025-11-16types/netmap: remove PrivateKey from NetworkMapBrad Fitzpatrick1-2/+3
2025-10-10types/persist: add AttestationKey (#17281)Patrick O'Doherty1-2/+3
2025-10-10tsweb/varz: add support for ShardedInt metricsAnton Tolchanov1-1/+1
2025-10-08go.toolchain.rev: bump Go to 1.25.2Brad Fitzpatrick1-0/+1
2025-10-03all: use buildfeature constants in a few more placesBrad Fitzpatrick1-1/+1
2025-10-01Makefile, cmd/*/depaware.txt: split out vendor packages explicitlyBrad Fitzpatrick1-16/+19
2025-09-29feature/sdnotify: move util/systemd to a modular featureBrad Fitzpatrick1-0/+1
2025-09-26types/dnstype: delete unused func, move other one to its sole callerBrad Fitzpatrick1-1/+1
2025-08-26go.toolchain.branch: bump to go1.25 (#16954)Patrick O'Doherty1-5/+15
2025-08-14cmd/viewer, types/views: implement support for json/v2 (#16852)Joe Tsai1-1/+1
2025-08-05.github/workflows: enforce github action version pinning (#16768)Andrew Lytvynov1-0/+1
2025-07-13types/lazy: add lazy.GMap: a map of lazily computed GValues (#16532)Simon Law1-1/+1
2025-04-28tsweb/varz: export GC CPU fraction gaugeJames Tucker1-1/+2
2025-04-08all: unify some redundant testing.TB interface copiesBrad Fitzpatrick1-1/+2
2025-03-18tsweb: split promvarz into an optional dependencyDavid Anderson2-6/+10
2025-02-19go.toolchain.branch: update to Go 1.24 (#15016)Brad Fitzpatrick1-29/+55
2025-01-26go.mod: bump depaware, add --internal flag to stop hiding internal packagesBrad Fitzpatrick1-0/+58
2025-01-17go.{mod,sum},cmd/{k8s-operator,derper,stund}/depaware.txt: bump kube deps (#1...Irbe Krumina1-2/+1
2024-12-23metrics,syncs: add ShardedInt support to metrics.LabelMapJames Tucker1-0/+2
2024-11-20tsweb: change RequestID format to have a date in itBrad Fitzpatrick1-4/+2
2024-11-05types/result, util/lineiter: add package for a result type, use itBrad Fitzpatrick1-1/+2
2024-09-24cli: add `tailscale dns query` (#13368)Andrea Gottardo1-1/+1
2024-09-08kube,cmd/{k8s-operator,containerboot},envknob,ipn/store/kubestore,*/depaware....Irbe Krumina1-1/+1
2024-09-08kube,cmd/{k8s-operator,containerboot},envknob,ipn/store/kubestore,*/depaware....Irbe Krumina1-3/+2
2024-09-08cmd/k8s-operator,kube: set app name for Kubernetes Operator proxies (#13410)Irbe Krumina1-1/+3
2024-08-27tsweb/varz: remove pprofKristoffer Dalby1-1/+1
2024-08-22all: switch to and require Go 1.23Brad Fitzpatrick1-2/+5
2024-07-08types/opt: add generic Value[T any] for optional values of any typesNick Khyl1-0/+7
2024-06-24types/lazy: add Peek method to SyncValueAndrew Dunham1-1/+1
2024-06-16net/ipset, wgengine/filter/filtertype: add split-out packagesBrad Fitzpatrick1-2/+0
2024-06-16net/tsaddr: use bart in NewContainsIPFunc, add tests, benchmarksBrad Fitzpatrick1-0/+2
2024-06-05all: use math/rand/v2 moreMaisem Ali1-1/+1
2024-04-17build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#11410)dependabot[bot]1-0/+1
2024-04-09tsweb: switch to fastuuid for request ID generationJames Tucker1-1/+3
2024-02-07util/cmpx: delete now that we're using Go 1.22Brad Fitzpatrick1-1/+0
2024-02-07go.toolchain.rev: bump to Go 1.22.0 (#11055)Andrew Lytvynov1-2/+2
2024-01-19go.mod: bump most deps for start of cycleJames Tucker1-13/+10
2024-01-16all: make use of ctxkey everywhere (#10846)Joe Tsai1-0/+1
2024-01-08cmd/{derper,stund},net/stunserver: add standalone stun serverJames Tucker2-0/+238