summaryrefslogtreecommitdiffhomepage
path: root/clientupdate/clientupdate.go
AgeCommit message (Expand)AuthorFilesLines
2025-09-29feature/clientupdate: move clientupdate to a modular feature, disabled for tsnetBrad Fitzpatrick1-2/+7
2025-03-24clientupdate: cache CanAutoUpdate, avoid log spam when falseBrad Fitzpatrick1-1/+6
2025-02-04clientupdate: refuse to update in tsnet binaries (#14911)Andrew Lytvynov1-0/+7
2024-10-10clientupdate: don't link distsign on platforms that don't downloadBrad Fitzpatrick1-9/+0
2024-10-09clientupdate, ipn/localapi: don't use google/uuid, thin iOS depsBrad Fitzpatrick1-199/+0
2024-07-08clientupdate: return true for CanAutoUpdate for macsys (#12746)Andrew Lytvynov1-0/+5
2024-06-17clientupdate: allow switching from unstable to stable tracks (#12477)Andrew Lytvynov1-25/+34
2024-06-06ipn/ipnlocal,clientupdate: allow auto-updates in contaienrs (#12391)Andrew Lytvynov1-15/+13
2024-05-31clientupdate: mention when Alpine system upgrade is needed (#12306)Andrew Lytvynov1-0/+34
2024-04-29clientupdate: exec systemctl instead of using dbus to restart (#11923)Andrew Lytvynov1-0/+14
2024-04-19ipn/ipnlocal,clientupdate: disallow auto-updates in containers (#11814)Andrew Lytvynov1-13/+15
2024-04-19clientupdate: return OS-specific version from LatestTailscaleVersion (#11812)Andrew Lytvynov1-3/+16
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2024-03-13clientupdate: do not allow msiexec to reboot the OS (#11409)Andrew Lytvynov1-1/+1
2024-02-29clientupdate: handle multiple versions in "apk info tailscale" output (#11310)Andrew Lytvynov1-1/+8
2024-02-14clientupdate: disable auto update on NixOS (#11136)Patrick O'Doherty1-0/+11
2023-12-11clientupdate: add explicit Track to Arguments (#10548)Andrew Lytvynov1-35/+44
2023-12-08clientupdate: remove TS_NOLAUNCH and GUI restart hacks from autoupdateAaron Klotz1-14/+1
2023-12-01client/web: show features based on platform supportSonia Appasamy1-0/+7
2023-11-30clientupdate: cleanup tailscale binary copies on Windows (#10433)Andrew Lytvynov1-0/+1
2023-11-28clientupdate: implement update for Unraid (#10344)Andrew Lytvynov1-4/+59
2023-11-13ipn/ipnlocal: run "tailscale update" via systemd-run on Linux (#10229)Andrew Lytvynov1-9/+17
2023-11-09clientupdate: add support for QNAP (#10179)Andrew Lytvynov1-0/+73
2023-11-08clientupdate,ipn/ipnlocal: fix c2n update on freebsd (#10168)Andrew Lytvynov1-6/+12
2023-11-07clientupdate: check whether running as root early (#10161)Andrew Lytvynov1-15/+15
2023-11-02clientupdate: do not recursively delete dirs in cleanupOldDownloads (#10093)Andrew Lytvynov1-2/+13
2023-11-02clientupdate: cleanup SPK and MSI downloads (#10085)Andrew Lytvynov1-0/+15
2023-11-01clientupdate: clarify how to run update as Administrator on Windows (#10043)Andrew Lytvynov1-1/+6
2023-11-01clientupdate: disable on Unraid (#10048)Derek Kaser1-0/+5
2023-10-31clientupdate: mention release track when running latest (#10039)Andrew Lytvynov1-2/+2
2023-10-27clientupdate: check for privileges earlier (#9964)Chris Palmer1-9/+9
2023-10-25clientupdate: disable auto-updates on Synology for now (#9965)Andrew Lytvynov1-1/+5
2023-10-24cmd/tailscale/cli: set Sparkle auto-update on macsys (#9952)Andrew Lytvynov1-1/+3
2023-10-23clientupdate: distinguish when auto-updates are possible (#9896)Andrew Lytvynov1-23/+43
2023-10-23clientupdate: manually restart Windows GUI after update (#9906)Andrew Lytvynov1-17/+72
2023-10-20clientupdate: change Mac App Store support (#9891)Andrew Lytvynov1-53/+10
2023-10-17clientupdate: fix background install for linux tarballs (#9852)Andrew Lytvynov1-1/+1
2023-10-16clientupdate: return ErrUnsupported for macSys clients (#9793)Andrew Lytvynov1-1/+3
2023-10-10clientupdate: abort if current version is newer than latest (#9733)Andrew Lytvynov1-1/+6
2023-10-06clientupdate,cmd/tailscale/cli: use cli.Stdout/Stderr (#9694)Andrew Lytvynov1-21/+31
2023-09-12clientupdate: restart tailscale after install on DSM6 (#9363)Andrew Lytvynov1-1/+14
2023-09-08ipn/ipnlocal: add logging and locking to c2n /update (#9290)Andrew Lytvynov1-2/+2
2023-09-02client/web, clientupdate, util/linuxfw, wgengine/magicsock: Use %v verb for e...Craig Rodrigues1-1/+1
2023-08-30clientupdate: add linux tarball updates (#9144)Andrew Lytvynov1-1/+159
2023-08-30ipn/ipnlocal: support most Linuxes in handleC2NUpdate (#9114)Chris Palmer1-60/+77
2023-08-29clientupdate: detect when tailscale is installed without package manager (#9137)Andrew Lytvynov1-4/+41
2023-08-28clientupdate: use SPKsVersion instead of Version (#9118)Andrew Lytvynov1-10/+12
2023-08-28clientupdate: download SPK and MSI packages with distsign (#9115)Andrew Lytvynov1-109/+16
2023-08-24clientupdate: remove Arch support (#9081)Andrew Lytvynov1-55/+6
2023-08-17clientupdate: parse /etc/synoinfo.conf to get CPU arch (#8940)Andrew Lytvynov1-38/+49