summaryrefslogtreecommitdiffhomepage
path: root/version/cmdname.go
AgeCommit message (Expand)AuthorFilesLines
2026-04-24version: use debug.ReadBuildInfo in CmdName on non-WindowsBrad Fitzpatrick1-0/+10
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick1-1/+1
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-10-10clientupdate, util/osshare, util/winutil, version: improve Windows GUI filena...Aaron Klotz1-6/+6
2023-02-01all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our forkBrad Fitzpatrick1-3/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-21all: use strs.CutPrefix and strs.CutSuffix moreMihai Parparita1-3/+4
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2021-09-20version: fix CmdName on the tailscale-ipn.exe binaryBrad Fitzpatrick1-2/+11
2021-08-17all: simplify build tags involving iOSJosh Bleecher Snyder1-2/+2
2021-08-09version: remove rsc.io/goversion dependencyJosh Bleecher Snyder1-4/+87
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-0/+1
2021-02-09portlist, version: update build tags for Go 1.16, Apple M1moncho1-1/+1
2020-07-30version: revert the filepath change from earlier commitBrad Fitzpatrick1-11/+16
2020-07-30version/cmdname: s/path/filepath/ and fix version.ReadExe() fallback.v1.1.0Avery Pennarun1-2/+3
2020-06-08version: fix typo in commentBrad Fitzpatrick1-1/+1
2020-04-07version: don't depend on goversion on iosBrad Fitzpatrick1-0/+2
2020-02-19version: add CmdName func for future use by logpolicyBrad Fitzpatrick1-0/+41