| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-05 | types/ptr: deprecate ptr.To, use Go 1.26 new | Brad Fitzpatrick | 1 | -3/+2 |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 1 | -1/+1 |
| 2025-04-14 | hostinfo, ipnlocal: add optional os-specific callback for querying the hostna... | Jonathan Nobels | 1 | -1/+19 |
| 2025-04-02 | all: use network less when running in v86 emulator | Brad Fitzpatrick | 1 | -2/+12 |
| 2025-01-22 | feature/*: make Wake-on-LAN conditional, start supporting modular features | Brad Fitzpatrick | 1 | -2/+13 |
| 2025-01-08 | hostinfo: improve accuracy of Linux desktop detection heuristic | Brad Fitzpatrick | 1 | -1/+0 |
| 2024-11-05 | types/result, util/lineiter: add package for a result type, use it | Brad Fitzpatrick | 1 | -12/+12 |
| 2024-10-15 | hostinfo,build_docker.sh,tailcfg: more reliably detect being in a container (... | Tom Proctor | 1 | -2/+11 |
| 2024-10-04 | hostinfo: update SetPackage doc with new Android values (#13537) | kari-ts | 1 | -2/+7 |
| 2024-08-09 | hostinfo: add hostinfo.IsNATLabGuestVM | Brad Fitzpatrick | 1 | -0/+13 |
| 2024-04-02 | hostinfo: cache device model to speed up init | Kyle Carberry | 1 | -6/+16 |
| 2023-11-01 | hostinfo: fix a couple of logic simplification lints | James Tucker | 1 | -8/+2 |
| 2023-10-23 | ipn/ipnlocal: set the push device token correctly | Maisem Ali | 1 | -16/+6 |
| 2023-10-05 | hostinfo, ipnlocal: flesh out Wake-on-LAN support, send MACs, add c2n sender | Brad Fitzpatrick | 1 | -0/+1 |
| 2023-08-15 | tailcfg: Add FirewallMode to NetInfo to record wether host using iptables or ... | KevinLiang10 | 1 | -0/+11 |
| 2023-08-11 | hostinfo: add Home Assistant Add-On detection (#8857) | shayne | 1 | -9/+20 |
| 2023-06-26 | hostinfo: make lxcfs container check more specific | Anton Tolchanov | 1 | -1/+1 |
| 2023-06-20 | ssh/tailssh: work around lack of scontext in SELinux | Maisem Ali | 1 | -0/+11 |
| 2023-04-19 | ci: add more lints (#7909) | Andrew Dunham | 1 | -1/+1 |
| 2023-02-27 | tailcfg,hostinfo: add App field to identify tsnet uses | Maisem Ali | 1 | -0/+14 |
| 2023-02-11 | version: unexport all vars, turn Short/Long into funcs | David Anderson | 1 | -1/+1 |
| 2023-02-03 | tailcfg, localapi: plumb device token to server | David Crawshaw | 1 | -4/+14 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2023-01-24 | hostinfo: add an environment type for Replit | Anton Tolchanov | 1 | -0/+12 |
| 2023-01-23 | envknob, hostinfo, ipn/ipnlocal: add start of opt-in remote update support | Brad Fitzpatrick | 1 | -0/+1 |
| 2023-01-22 | tailcfg,hostinfo: add Hostinfo.Machine and Hostinfo.GoArchVar | Brad Fitzpatrick | 1 | -0/+26 |
| 2022-11-30 | types/ptr: move all the ptrTo funcs to one new package's ptr.To | Brad Fitzpatrick | 1 | -3/+2 |
| 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 | 1 | -17/+62 |
| 2022-08-26 | tailcfg: add Hostinfo.GoVersion | Brad Fitzpatrick | 1 | -0/+1 |
| 2022-06-30 | util/cloudenv: add Azure support & DNS IPs | Brad Fitzpatrick | 1 | -0/+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-02-22 | hostinfo: move packageType out to platform-specific files | Brad Fitzpatrick | 1 | -53/+14 |
| 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-10 | hostinfo, control/controlclient: tell control when Ubuntu has disabled Tailsc... | Brad Fitzpatrick | 1 | -0/+55 |
| 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-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 |