| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-13 | version: show tailscale/go toolchain git hash in version output | Brad Fitzpatrick | 1 | -11/+17 |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 1 | -1/+1 |
| 2026-01-20 | version: add support for reporting the mac variant from tailscale --version (... | Jonathan Nobels | 1 | -7/+74 |
| 2025-10-10 | clientupdate, util/osshare, util/winutil, version: improve Windows GUI filena... | Aaron Klotz | 1 | -1/+3 |
| 2025-03-11 | safesocket, version: fix safesocket_darwin behavior for cmd/tailscale (#15275) | Jonathan Nobels | 1 | -16/+26 |
| 2025-01-12 | util/uniq,types/lazy,*: delete code that's now in Go std | Brad Fitzpatrick | 1 | -1/+2 |
| 2024-05-16 | version: add GitCommitTime to Meta | Maisem Ali | 1 | -0/+4 |
| 2024-04-07 | net/tsdial: partially fix "tailscale nc" (UserDial) on macOS | Brad Fitzpatrick | 1 | -0/+9 |
| 2024-03-19 | version/prop: remove IsMacAppSandboxEnabled (#11461) | Andrea Gottardo | 1 | -28/+5 |
| 2024-03-14 | version,cli,safesocket: detect non-sandboxed macOS GUI (#11369) | Andrea Gottardo | 1 | -2/+48 |
| 2023-12-20 | all: cleanup unused code, part 1 (#10661) | Andrew Lytvynov | 1 | -13/+13 |
| 2023-10-24 | cmd/tailscale/cli: set Sparkle auto-update on macsys (#9952) | Andrew Lytvynov | 1 | -0/+9 |
| 2023-10-20 | clientupdate: change Mac App Store support (#9891) | Andrew Lytvynov | 1 | -11/+16 |
| 2023-07-06 | version: fix tvOS network extension bundle identifier (#8545) | Andrea Gottardo | 1 | -1/+1 |
| 2023-06-07 | version: detect tvOS by checking XPC_SERVICE_NAME (#8295) | Andrea Gottardo | 1 | -0/+16 |
| 2023-02-11 | version: make all exported funcs compile-time constant or lazy | David Anderson | 1 | -62/+57 |
| 2023-02-11 | version: unexport all vars, turn Short/Long into funcs | David Anderson | 1 | -7/+7 |
| 2023-02-10 | version: undo previous "optimization", do more work lazily | David Anderson | 1 | -8/+100 |
| 2023-02-10 | version: return correct Meta.MajorMinorPatch in non-dev builds | David Anderson | 1 | -2/+1 |
| 2023-02-06 | version: unify and optimize the various not-version funcs | David Anderson | 1 | -78/+6 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2023-01-20 | version, cmd/tailscale: add version.Meta, tailscale version --json | Brad Fitzpatrick | 1 | -0/+75 |
| 2022-11-19 | ipn/ipnlocal: add health warning for unstable builds | Brad Fitzpatrick | 1 | -0/+30 |
| 2022-11-15 | version: make IsSandboxedMacOS handle the IPNExtension binary too | Mihai Parparita | 1 | -3/+4 |
| 2022-08-04 | all: use syncs.AtomicValue | Maisem Ali | 1 | -3/+4 |
| 2022-08-03 | all: use atomic.Pointer | Maisem Ali | 1 | -1/+1 |
| 2021-12-17 | logpolicy, ipn/ipnserver: connect to logtail via tailscaled when needed | Brad Fitzpatrick | 1 | -0/+10 |
| 2021-04-28 | version: add IsMacSysExt func | Brad Fitzpatrick | 1 | -1/+26 |
| 2021-04-28 | version: add IsSandboxedMacOS func | Brad Fitzpatrick | 1 | -1/+16 |
| 2021-04-19 | version: simplify iOS detection now that we require Go 1.16 | Brad Fitzpatrick | 1 | -4/+2 |
| 2020-11-11 | all: prepare for GOOS=ios in Go 1.16 | Brad Fitzpatrick | 1 | -5/+4 |
| 2020-04-01 | version: move runtime.OS to tailscale OS mapping func to version | Brad Fitzpatrick | 1 | -0/+12 |
| 2020-03-02 | version: add IsMobile func | Brad Fitzpatrick | 1 | -0/+15 |