summaryrefslogtreecommitdiffhomepage
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2025-01-23cmd/ts-browser-native-ext: add start of a browser extensionbradfitz/browser_extBrad Fitzpatrick9-0/+707
2025-01-17go.{mod,sum},cmd/{k8s-operator,derper,stund}/depaware.txt: bump kube deps (#1...Irbe Krumina20-250/+571
2025-01-16cmd/k8s-operator: require namespace config (#14648)Tom Proctor1-0/+9
2025-01-15cmd/tailscaled: add some more depchecker dep testsBrad Fitzpatrick1-2/+4
2025-01-15atomicfile: use ReplaceFile on Windows so that attributes and ACLs are preservedAaron Klotz4-4/+4
2025-01-15cmd/derper: support explicit configuration of mesh dial hostsPercy Wegmann2-31/+28
2025-01-14cmd/viewer,all: consistently use "read-only" instead of "readonly"Brad Fitzpatrick3-27/+27
2025-01-14go.mod: bump mdlayher/netlink and u-root/uio to use Go 1.21 NativeEndianBrad Fitzpatrick4-8/+4
2025-01-14cmd/viewer,types/views,various: avoid allocations in pointer field getters wh...Nick Khyl5-48/+84
2025-01-14cmd/tailscale/cli: add --posture-checking to tailscale upAnton Tolchanov2-0/+19
2025-01-13cmd/tailscale/cli: only exit silently if len(args) == 0Michael Stapelberg1-3/+3
2025-01-12util/uniq,types/lazy,*: delete code that's now in Go stdBrad Fitzpatrick2-2/+0
2025-01-10prober: support filtering regions by region ID in addition to codePercy Wegmann1-3/+3
2025-01-10cmd/containerboot: load containerboot serve config that does not contain HTTP...Irbe Krumina2-11/+290
2025-01-10cmd/containerboot,cmd/k8s-operator: reload tailscaled config (#14342)Irbe Krumina8-39/+207
2025-01-09all: illumos/solaris userspace only supportNahum Shalman1-2/+2
2025-01-09cmd/k8s-operator,k8s-operator: allow users to set custom labels for the optio...Irbe Krumina12-94/+296
2025-01-08cmd/k8s-operator,k8s-operator: support ingress ProxyGroup type (#14548)Irbe Krumina7-26/+211
2025-01-07all: fix golangci-lint errorsWill Norris4-6/+6
2025-01-07cmd/derper: improve logging on derp mesh connectJames Tucker1-3/+7
2025-01-06cmd/systray: add cmd/systray back as a small client/systray wrapperWill Norris1-0/+15
2025-01-06client/systray: move cmd/systray to client/systrayWill Norris2-1030/+0
2025-01-06cmd/tailscale/cli: fix TestUpdatePrefs on macOSBrad Fitzpatrick1-1/+1
2025-01-03util/slicesx: add MapKeys and MapValues from golang.org/x/exp/mapsBrad Fitzpatrick7-18/+13
2024-12-27cmd/systray: properly set tooltip on different platformsWill Norris1-5/+15
2024-12-27cmd/systray: update state management and initializationWill Norris1-92/+128
2024-12-23cmd/systray: set app icon and title consistentlyWill Norris2-37/+50
2024-12-23cmd/systray: add icons for exit node online and offlineWill Norris1-44/+133
2024-12-23metrics,syncs: add ShardedInt support to metrics.LabelMapJames Tucker1-0/+2
2024-12-23cmd/systray: rebuild menu on pref change, assorted other fixesWill Norris1-39/+52
2024-12-20cmd/systray: add visual workarounds for gnome, mac, and windowsWill Norris1-2/+17
2024-12-20cmd/systray: add exit nodes menuWill Norris1-4/+251
2024-12-20cmd/systray: remove new menu delay on KDEWill Norris1-7/+30
2024-12-20cmd/k8s-operator,k8s-operator: include top-level CRD descriptions (#14435)Tom Proctor3-0/+34
2024-12-19cmd/systray: improve profile menuWill Norris1-7/+48
2024-12-19cmd/systray: add extra padding around notification iconWill Norris2-2/+8
2024-12-19cmd/derpprobe,prober: add ability to perform continuous queuing delay measure...Percy Wegmann1-14/+17
2024-12-19cmd/systray: add account switcherAndrew Lytvynov1-16/+75
2024-12-16Switch logging service from log.tailscale.io to log.tailscale.com (#14398)Joe Tsai1-6/+6
2024-12-16cmd/k8s-operator: fix ProxyGroup hostname (#14336)Irbe Krumina1-1/+1
2024-12-13prober: perform DERP bandwidth probes over TUN device to mimic real clientPercy Wegmann1-13/+14
2024-12-13net/netcheck: adjust HTTPS latency check to connection time and avoid data raceJames Tucker3-5/+2
2024-12-11cmd/containerboot: don't attempt to patch a Secret field without permissions ...Irbe Krumina3-1/+3
2024-12-11cmd/k8s-operator,k8s-operator: operator integration tests (#12792)Tom Proctor3-0/+458
2024-12-11cmd/containerboot: add more tests, check that egress service config only set ...Irbe Krumina2-8/+119
2024-12-11cmd/containerboot: don't attempt to write kube Secret in non-kube environment...Irbe Krumina1-2/+4
2024-12-11cmd/containerboot: guard kubeClient against nil dereference (#14357)Bjorn Neergaard1-2/+4
2024-12-06cmd/stunc: enforce read timeout deadline (#14309)Mike O'Driscoll1-7/+27
2024-12-06cmd,{get-authkey,tailscale}: remove unnecessary scope qualifier from OAuth cl...Percy Wegmann2-2/+0
2024-12-05cmd/gitops-pusher: default previousEtag to controlEtag (#14296)Andrew Lytvynov1-6/+6