summaryrefslogtreecommitdiffhomepage
path: root/version
AgeCommit message (Expand)AuthorFilesLines
2026-04-02version: parse Void Linux version stringsAlex Chan2-0/+8
2026-04-01go.toolchain.rev, version: bump Tailscale Go, add IsTailscaleGoBrad Fitzpatrick3-0/+20
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick2-2/+2
2026-03-04go.toolchain.branch: switch to Go 1.26Brad Fitzpatrick1-1/+1
2026-01-23all: remove AUTHORS file and references to itWill Norris19-19/+19
2026-01-20version: add support for reporting the mac variant from tailscale --version (...Jonathan Nobels1-7/+74
2025-10-10clientupdate, util/osshare, util/winutil, version: improve Windows GUI filena...Aaron Klotz4-7/+69
2025-07-11cmd/tailscale/cli: add "configure jetkvm" subcommandBrad Fitzpatrick1-1/+10
2025-07-10all: detect JetKVM and specialize a handful of things for itBrad Fitzpatrick1-0/+3
2025-06-16tool/gocross: make gocross opt-in instead of opt-outBrad Fitzpatrick1-0/+1
2025-03-11safesocket, version: fix safesocket_darwin behavior for cmd/tailscale (#15275)Jonathan Nobels1-16/+26
2025-01-12util/uniq,types/lazy,*: delete code that's now in Go stdBrad Fitzpatrick3-5/+6
2025-01-03wgengine/router: refactor udm-pro into broader ubnt supportJason Barnett1-46/+7
2024-12-21wgengine/router: add ip rules for unifi udm-proJason Barnett1-0/+46
2024-11-19version: fix earlier test/wording mistakesBrad Fitzpatrick2-2/+1
2024-11-19version: validate Long format on Android buildsBrad Fitzpatrick3-0/+85
2024-11-05types/result, util/lineiter: add package for a result type, use itBrad Fitzpatrick1-10/+10
2024-09-24{release,version}: add DSM7.2 specific synology builds (#13405)Mario Minardi1-4/+5
2024-07-01version/mkversion: allow env config of oss git cache dirBrad Fitzpatrick1-4/+7
2024-05-16version: add GitCommitTime to MetaMaisem Ali2-0/+6
2024-05-16Revert "version: add Info func to expose EmbeddedInfo"Maisem Ali1-32/+21
2024-05-15version: add Info func to expose EmbeddedInfoMaisem Ali1-21/+32
2024-05-14version: fix macOS uploads by increasing build number prefix (#12134)Andrea Gottardo2-3/+6
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick2-2/+2
2024-04-07net/tsdial: partially fix "tailscale nc" (UserDial) on macOSBrad Fitzpatrick1-0/+9
2024-03-19version/prop: remove IsMacAppSandboxEnabled (#11461)Andrea Gottardo1-28/+5
2024-03-14version,cli,safesocket: detect non-sandboxed macOS GUI (#11369)Andrea Gottardo1-2/+48
2024-03-08version/mkversion: enforce synology versions within int32 rangeSonia Appasamy1-2/+7
2024-01-10version/mkversion: allow version override with $TS_VERSION_OVERRIDE (#10799)Andrew Lytvynov1-0/+7
2023-12-20all: cleanup unused code, part 1 (#10661)Andrew Lytvynov2-21/+13
2023-10-24cmd/tailscale/cli: set Sparkle auto-update on macsys (#9952)Andrew Lytvynov1-0/+9
2023-10-20clientupdate: change Mac App Store support (#9891)Andrew Lytvynov1-11/+16
2023-07-24cmd/tailscale/cli,version/distro: update support for Alpine (#8701)Andrew Lytvynov1-0/+3
2023-07-06version: fix tvOS network extension bundle identifier (#8545)Andrea Gottardo1-1/+1
2023-06-07version: detect tvOS by checking XPC_SERVICE_NAME (#8295)Andrea Gottardo1-0/+16
2023-05-29release/dist/synology: build synology packages with cmd/distDavid Anderson1-0/+8
2023-05-07version: properly handle vcs.modified when it's "false"Chenyang Gao1-1/+1
2023-05-04various: add detection and Taildrop for UnraidDerek Kaser1-0/+3
2023-03-14version/mkversion: don't break on tagged go.mod entriesDavid Anderson1-11/+13
2023-03-02version/distro,wgengine/router: raise WSL eth0 MTU when too lowJames Tucker1-0/+10
2023-02-18version/mkversion: allow collecting version only from this repoDavid Anderson2-207/+123
2023-02-18version/mkversion: add exports for major/minor/patchDavid Anderson2-0/+36
2023-02-18version/mkversion: add documentation, rename internal terminologyDavid Anderson2-98/+129
2023-02-18version/mkversion: open-source version generation logicDavid Anderson2-0/+632
2023-02-11version: fix version output for "go run"David Anderson1-0/+5
2023-02-11version: make all exported funcs compile-time constant or lazyDavid Anderson5-182/+236
2023-02-11version: unexport all vars, turn Short/Long into funcsDavid Anderson3-27/+35
2023-02-10version: undo previous "optimization", do more work lazilyDavid Anderson2-119/+137
2023-02-10version: return correct Meta.MajorMinorPatch in non-dev buildsDavid Anderson2-4/+12
2023-02-06version: unify and optimize the various not-version funcsDavid Anderson2-112/+116