| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-01-03 | net/tlsdial,tstest,version: use go command from $PATH | James Tucker | 1 | -2/+1 |
| 2022-12-24 | version: construct short hash in dev mode if GitCommit is given. | David Anderson | 1 | -4/+5 |
| 2022-12-02 | paths, version/distro: detect Synology DSM version better, use for socket path | Brad Fitzpatrick | 1 | -0/+29 |
| 2022-11-28 | safesocket: remove the IPN protocol support | Brad Fitzpatrick | 4 | -4/+30 |
| 2022-11-21 | all: use strs.CutPrefix and strs.CutSuffix more | Mihai Parparita | 1 | -3/+4 |
| 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-11-04 | all: remove old +build tags | Brad Fitzpatrick | 4 | -4/+0 |
| 2022-08-30 | ipn/localapi: send Tailscale version in ACME User-Agent (#5499) | Andrew Dunham | 1 | -1/+2 |
| 2022-08-04 | all: use syncs.AtomicValue | Maisem Ali | 2 | -7/+9 |
| 2022-08-03 | all: use atomic.Pointer | Maisem Ali | 1 | -1/+1 |
| 2022-07-18 | ipn/localapi: define a cert dir for Synology DSM6 | Brad Fitzpatrick | 1 | -0/+15 |
| 2022-06-29 | Docker: add ALPINE.txt to manage alpine versions | Maisem Ali | 1 | -0/+42 |
| 2022-06-05 | hostinfo,distro: Identify Western Digital MyCloud devices. | Denton Gentry | 1 | -10/+15 |
| 2022-03-16 | version: use Go 1.18's git stamping as default implementation | Brad Fitzpatrick | 2 | -10/+55 |
| 2022-03-01 | version, hostinfo: recognize gokrazy as a distro | Brad Fitzpatrick | 2 | -5/+32 |
| 2022-01-07 | version: bump date | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-12-17 | logpolicy, ipn/ipnserver: connect to logtail via tailscaled when needed | Brad Fitzpatrick | 1 | -0/+10 |
| 2021-12-07 | version/distro: report TrueNAS Scale as "truenas" | root | 1 | -0/+4 |
| 2021-11-01 | tailcfg, control/controlclient: add method to exit client from control plane | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-10-29 | version: only prefix VERSION.txt to version if not link-stamped | Brad Fitzpatrick | 1 | -5/+4 |
| 2021-10-28 | all: use testingutil.MinAllocsPerRun | Josh Bleecher Snyder | 1 | -4/+5 |
| 2021-10-28 | version: embed VERSION.txt in unstamped version | Brad Fitzpatrick | 1 | -1/+11 |
| 2021-10-04 | version: new month, new date bump | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-09-20 | version: fix CmdName on the tailscale-ipn.exe binary | Brad Fitzpatrick | 2 | -2/+27 |
| 2021-09-07 | version: bump date | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-09-06 | hostinfo: add FreeBSD support. | Denton Gentry | 1 | -0/+18 |
| 2021-09-02 | version: use `go` from the current toolchain to compile in tests. | David Anderson | 1 | -1/+10 |
| 2021-08-31 | version: bump date | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-08-23 | version: bump date | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-08-19 | version: bump date | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-08-17 | all: simplify build tags involving iOS | Josh Bleecher Snyder | 2 | -4/+4 |
| 2021-08-09 | version: remove rsc.io/goversion dependency | Josh Bleecher Snyder | 2 | -4/+116 |
| 2021-08-05 | all: gofmt with Go 1.17 | Josh Bleecher Snyder | 4 | -0/+4 |
| 2021-07-27 | version: bump date | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-07-01 | version: don't allocate parsing unsupported versions, empty strings | Brad Fitzpatrick | 2 | -20/+81 |
| 2021-06-10 | cmd/tailscale/web: add support for QNAP | Maisem Ali | 1 | -0/+3 |
| 2021-06-03 | version: bump date | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-06-03 | version: fix Short when link-stamped | Brad Fitzpatrick | 1 | -6/+7 |
| 2021-06-02 | version: remove all the redo stuff, only support embedding via go ldflags. | David Anderson | 12 | -318/+6 |
| 2021-05-12 | version: add func IsRace to report whether race detector enabled | Brad Fitzpatrick | 2 | -0/+22 |
| 2021-05-05 | version: bump date | Brad Fitzpatrick | 1 | -1/+1 |
| 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-27 | version: bump date | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-04-19 | version: simplify iOS detection now that we require Go 1.16 | Brad Fitzpatrick | 3 | -22/+2 |
| 2021-04-15 | tailcfg, control/controlclient: (mapver 16) add Node.Online, MapResponse.Onli... | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-04-01 | version/distro: look for absolute synology path | David Crawshaw | 1 | -1/+1 |
| 2021-03-16 | version: remove version-info.sh when cleaning. | David Anderson | 1 | -1/+1 |
| 2021-03-16 | version: bump date | Brad Fitzpatrick | 1 | -1/+1 |