| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-09-15 | refactor: move from io/ioutil to io and os packages | Eng Zer Jun | 1 | -5/+4 |
| 2022-09-13 | cmd/tailscaled, tailcfg, hostinfo: add flag to disable logging + support | Brad Fitzpatrick | 1 | -15/+17 |
| 2022-09-12 | hostinfo: detect being run in a container in more ways | Brad Fitzpatrick | 1 | -0/+9 |
| 2022-09-11 | hostinfo, tailcfg: split Hostinfo.OSVersion into separate fields | Brad Fitzpatrick | 5 | -93/+172 |
| 2022-08-26 | tailcfg: add Hostinfo.GoVersion | Brad Fitzpatrick | 1 | -0/+1 |
| 2022-08-05 | hostinfo, net/netcheck: use CutPrefix | Brad Fitzpatrick | 1 | -1/+2 |
| 2022-08-04 | all: use syncs.AtomicValue | Maisem Ali | 1 | -3/+3 |
| 2022-07-22 | hostinfo: determine QNAP QTS version | Denton Gentry | 2 | -0/+51 |
| 2022-06-30 | util/cloudenv: add Azure support & DNS IPs | Brad Fitzpatrick | 1 | -0/+2 |
| 2022-06-05 | hostinfo,distro: Identify Western Digital MyCloud devices. | Denton Gentry | 1 | -0/+4 |
| 2022-06-01 | hostinfo: use ByteSliceToString from golang.org/x/sys/unix | Tobias Klauser | 2 | -12/+3 |
| 2022-06-01 | hostinfo: use Uname from golang.org/x/sys/unix in osVersionLinux | Tobias Klauser | 1 | -3/+2 |
| 2022-04-18 | hostinfo, tailcfg: add desktop detection on Linux to hostinfo | Tom DNetto | 1 | -0/+30 |
| 2022-03-25 | tsnet: set Hostinfo.Package to "tsnet" on use | Brad Fitzpatrick | 1 | -2/+3 |
| 2022-03-01 | version, hostinfo: recognize gokrazy as a distro | Brad Fitzpatrick | 1 | -0/+2 |
| 2022-02-22 | hostinfo: use the sentinel value set by the MSI installer to detect MSI packa... | Aaron Klotz | 1 | -18/+6 |
| 2022-02-22 | hostinfo: move packageType out to platform-specific files | Brad Fitzpatrick | 4 | -53/+86 |
| 2022-02-20 | hostinfo: detect NSIS vs MSI package type on Windows | Brad Fitzpatrick | 1 | -1/+33 |
| 2021-11-22 | hostinfo: report when running in Docker Desktop. | Denton Gentry | 1 | -0/+11 |
| 2021-11-22 | hostinfo: change Windows implementation to directly query version information... | Aaron Klotz | 1 | -13/+32 |
| 2021-11-10 | hostinfo, control/controlclient: tell control when Ubuntu has disabled Tailsc... | Brad Fitzpatrick | 2 | -0/+78 |
| 2021-10-14 | net/dns/resolver: set maxDoHInFlight to 1000 on iOS 15+. | Maisem Ali | 1 | -2/+3 |
| 2021-10-14 | hostinfo: add EnvType for Kubernetes | Maisem Ali | 1 | -0/+11 |
| 2021-10-05 | hostinfo, ipn/ipnlocal: add SetPackage, remove ipnlocal hacks | Brad Fitzpatrick | 1 | -0/+9 |
| 2021-10-05 | hostinfo: add SetOSVersion like SetDeviceModel, deprecate ipn.Prefs way | Brad Fitzpatrick | 1 | -8/+20 |
| 2021-10-04 | hostinfo: look up Synology hardware a more specific way | Brad Fitzpatrick | 1 | -4/+21 |
| 2021-09-06 | hostinfo: add FreeBSD support. | Denton Gentry | 1 | -0/+60 |
| 2021-08-22 | hostinfo: set DeviceModel from Linux devicetree model | Brad Fitzpatrick | 1 | -0/+7 |
| 2021-08-22 | hostinfo: fix earlier git fail, add files lost in move | Brad Fitzpatrick | 3 | -0/+161 |
| 2021-08-20 | hostinfo: add SetDeviceModel setter, move remaining code from controlclient | Brad Fitzpatrick | 1 | -4/+58 |
| 2021-08-09 | hostinfo: add fly.io detection | Denton Gentry | 1 | -0/+11 |
| 2021-07-14 | netns_linux: remove special handling for tests. | Denton Gentry | 1 | -14/+0 |
| 2021-07-14 | hostinfo: add AWS Fargate. | Denton Gentry | 1 | -0/+11 |
| 2021-07-14 | hostinfo: detect TestCase environment. | Denton Gentry | 1 | -0/+14 |
| 2021-06-17 | hostinfo: add hostinfo package, move stuff out of controlclient | Brad Fitzpatrick | 1 | -0/+117 |