summaryrefslogtreecommitdiffhomepage
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2025-11-11util/eventbus: log goroutine stacks when hung in CIBrad Fitzpatrick7-7/+7
2025-11-07cmd/k8s-operator: support workload identity federationTom Proctor7-34/+272
2025-11-07cmd/k8s-operator: remove Services feature flag detectionTom Proctor3-40/+0
2025-11-05cmd/vet: add static vet checker that runs jsontags (#17778)Joe Tsai2-0/+339
2025-11-05cmd/vet: move jsontags into vet (#17777)Joe Tsai3-2/+2
2025-11-04wgengine/netlog: include node OS in logged attributes (#17755)Joe Tsai3-2/+3
2025-10-30cmd/tailscale/cli/serve_v2: improve validation errorGesa Stupperich2-24/+40
2025-10-30logtail: avoid racing eventbus subscriptions with shutdown (#17695)M. J. Fromberger3-0/+3
2025-10-29cmd/k8s-operator/generate: skip tests if no network or Helm is downBrad Fitzpatrick2-2/+26
2025-10-29cmd/tailscale/cli: unhide serve get-config and serve set-config (#17598)Harry Harpham1-3/+4
2025-10-29cmd/k8s-operator: rename 'l' variables (#17700)Fernando Serboncini6-30/+30
2025-10-28cmd/jsontags: add static analyzer for incompatible `json` struct tags (#17670)Joe Tsai3-0/+411
2025-10-28cmd/jsonimports: add static analyzer for consistent "json" imports (#17669)Joe Tsai3-0/+461
2025-10-28ipn/ipnlocal/serve: error when PeerCaps serialisation failsGesa Stupperich2-3/+128
2025-10-28ipn/ipnlocal/serve: remove grant header truncation logicGesa Stupperich3-18/+18
2025-10-28ipn/ipnlocal/serve: add grant headersGesa Stupperich3-19/+90
2025-10-27cmd/tailscale/cli: move JetKVM scripts to /userdata/init.d for persistence (#...srwareham1-2/+5
2025-10-24health: compare warnable codes to avoid errors on release branch (#17637)Claus Lensbøl2-2/+2
2025-10-20cmd/tailscale/cli: error when advertising a Service from an untagged node (#1...Harry Harpham3-6/+62
2025-10-20cmd/tailscale: improve the error message for `lock log` with no lockAlex Chan1-0/+8
2025-10-17cmd/tailscale/cli,feature: add support for identity federation (#17529)Max Coulombe5-8/+56
2025-10-17cmd/k8s-operator: allow pod tolerations on nameservers (#17260)David Bond4-7/+117
2025-10-16all: use a consistent capitalisation for "Tailnet Lock"Alex Chan1-4/+4
2025-10-16wgengine/netlog: merge connstats into package (#17557)Joe Tsai3-8/+5
2025-10-15net/connstats: prepare to remove package (#17554)Joe Tsai5-5/+8
2025-10-15cmd/tailscale: surface relay-server-port set flag (#17528)Jordan Whited1-1/+1
2025-10-10types/persist: add AttestationKey (#17281)Patrick O'Doherty8-22/+153
2025-10-10cmd/tailscale/cli,ipn/conffile: add declarative config mode for Services (#17...Naman Sood3-1/+303
2025-10-10tsweb/varz: add support for ShardedInt metricsAnton Tolchanov1-1/+1
2025-10-09feature/relayserver: init server at config time instead of request time (#17484)Jordan Whited1-1/+1
2025-10-08cmd/tailscale/cli: only print authURLs and device approval URLs onceAlex Chan1-10/+38
2025-10-08go.toolchain.rev: bump Go to 1.25.2Brad Fitzpatrick8-4/+8
2025-10-08cmd/tsrecorder: adds sending api level logging to tsrecorder (#16960)Tom Meadows2-6/+28
2025-10-07cmd/tailscaled: default state encryption off for incompatible args (#17480)Tom Proctor1-28/+38
2025-10-07feature/linkspeed: move cosmetic tstun netlink code out to modular featureBrad Fitzpatrick6-11/+9
2025-10-06util/checkchange: stop using deephash everywhereBrad Fitzpatrick6-7/+12
2025-10-06cmd/tailscaled: guard some flag work with buildfeatures checksBrad Fitzpatrick1-29/+35
2025-10-06feature/condlite/expvar: add expvar stub package when metrics not neededBrad Fitzpatrick6-8/+12
2025-10-06feature/featuretags: make usermetrics modularBrad Fitzpatrick8-21/+18
2025-10-06cmd/testwrapper/flakytest: use t.Attr annotation on flaky testsBrad Fitzpatrick2-2/+12
2025-10-06all: use buildfeatures consts in a few more placesBrad Fitzpatrick1-1/+3
2025-10-04wgengine: stop importing flowtrack when unusedBrad Fitzpatrick5-5/+5
2025-10-04net/connstats: make it modular (omittable)Brad Fitzpatrick3-4/+3
2025-10-04feature/c2n: move answerC2N code + deps out of control/controlclientBrad Fitzpatrick5-9/+10
2025-10-03feature/ace: make ACE modularBrad Fitzpatrick6-7/+5
2025-10-03health: make it omittableBrad Fitzpatrick6-10/+10
2025-10-03all: use buildfeature constants in a few more placesBrad Fitzpatrick1-1/+1
2025-10-03cmd/k8s-proxy: switching to using ipn/store/kubestore (#17402)Tom Meadows1-1/+3
2025-10-02appc,*: publish events for route updates and storage (#17392)M. J. Fromberger8-20/+18
2025-10-02control/controlclient: remove x/net/http2, use net/httpBrad Fitzpatrick9-87/+74