summaryrefslogtreecommitdiffhomepage
path: root/hostinfo
AgeCommit message (Expand)AuthorFilesLines
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick1-4/+4
2026-03-05types/ptr: deprecate ptr.To, use Go 1.26 newBrad Fitzpatrick6-17/+11
2026-01-27hostinfo: retrieve OS version for Macs running the OSS clientAlex Chan1-0/+17
2026-01-23all: remove AUTHORS file and references to itWill Norris11-11/+11
2025-04-14hostinfo, ipnlocal: add optional os-specific callback for querying the hostna...Jonathan Nobels2-1/+48
2025-04-02all: use network less when running in v86 emulatorBrad Fitzpatrick2-2/+51
2025-01-22feature/*: make Wake-on-LAN conditional, start supporting modular featuresBrad Fitzpatrick2-108/+13
2025-01-08hostinfo: improve accuracy of Linux desktop detection heuristicBrad Fitzpatrick1-1/+0
2024-12-09hostinfo: fix testing in container (#14330)Tom Proctor1-3/+7
2024-11-05types/result, util/lineiter: add package for a result type, use itBrad Fitzpatrick2-17/+20
2024-10-15hostinfo,build_docker.sh,tailcfg: more reliably detect being in a container (...Tom Proctor3-3/+34
2024-10-04hostinfo: update SetPackage doc with new Android values (#13537)kari-ts1-2/+7
2024-08-09hostinfo: add hostinfo.IsNATLabGuestVMBrad Fitzpatrick1-0/+13
2024-07-17hostinfo: set Hostinfo.PackageType for mkctr container buildsBrad Fitzpatrick2-0/+17
2024-06-18hostinfo: update Windows hostinfo to include MSIDist registry valueAaron Klotz1-12/+10
2024-04-18hostinfo: use Distro field for distinguishing Windows Server buildsAaron Klotz1-0/+10
2024-04-02hostinfo: cache device model to speed up initKyle Carberry2-10/+18
2023-11-01hostinfo: fix a couple of logic simplification lintsJames Tucker1-8/+2
2023-10-23ipn/ipnlocal: set the push device token correctlyMaisem Ali1-16/+6
2023-10-05hostinfo, ipnlocal: flesh out Wake-on-LAN support, send MACs, add c2n senderBrad Fitzpatrick2-0/+107
2023-09-26winutil: refactor methods to get values from registry to also return (#9536)Claire Wang1-1/+2
2023-08-15tailcfg: Add FirewallMode to NetInfo to record wether host using iptables or ...KevinLiang101-0/+11
2023-08-11hostinfo: add Home Assistant Add-On detection (#8857)shayne1-9/+20
2023-06-26hostinfo: make lxcfs container check more specificAnton Tolchanov1-1/+1
2023-06-20ssh/tailssh: work around lack of scontext in SELinuxMaisem Ali1-0/+11
2023-05-04various: add detection and Taildrop for UnraidDerek Kaser1-0/+4
2023-04-19ci: add more lints (#7909)Andrew Dunham1-1/+1
2023-02-27tailcfg,hostinfo: add App field to identify tsnet usesMaisem Ali1-0/+14
2023-02-11version: unexport all vars, turn Short/Long into funcsDavid Anderson1-1/+1
2023-02-03tailcfg, localapi: plumb device token to serverDavid Crawshaw1-4/+14
2023-02-01all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our forkBrad Fitzpatrick1-2/+1
2023-01-27all: update copyright and license headersWill Norris8-24/+16
2023-01-25hostinfo: [windows] check if running via Scoop (#7068)shayne1-0/+5
2023-01-24hostinfo: add an environment type for ReplitAnton Tolchanov1-0/+12
2023-01-23envknob, hostinfo, ipn/ipnlocal: add start of opt-in remote update supportBrad Fitzpatrick1-0/+1
2023-01-22tailcfg,hostinfo: add Hostinfo.Machine and Hostinfo.GoArchVarBrad Fitzpatrick2-0/+65
2022-11-30types/ptr: move all the ptrTo funcs to one new package's ptr.ToBrad Fitzpatrick4-9/+11
2022-11-04all: remove old +build tagsBrad Fitzpatrick4-4/+0
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-5/+4
2022-09-13cmd/tailscaled, tailcfg, hostinfo: add flag to disable logging + supportBrad Fitzpatrick1-15/+17
2022-09-12hostinfo: detect being run in a container in more waysBrad Fitzpatrick1-0/+9
2022-09-11hostinfo, tailcfg: split Hostinfo.OSVersion into separate fieldsBrad Fitzpatrick5-93/+172
2022-08-26tailcfg: add Hostinfo.GoVersionBrad Fitzpatrick1-0/+1
2022-08-05hostinfo, net/netcheck: use CutPrefixBrad Fitzpatrick1-1/+2
2022-08-04all: use syncs.AtomicValueMaisem Ali1-3/+3
2022-07-22hostinfo: determine QNAP QTS versionDenton Gentry2-0/+51
2022-06-30util/cloudenv: add Azure support & DNS IPsBrad Fitzpatrick1-0/+2
2022-06-05hostinfo,distro: Identify Western Digital MyCloud devices.Denton Gentry1-0/+4
2022-06-01hostinfo: use ByteSliceToString from golang.org/x/sys/unixTobias Klauser2-12/+3
2022-06-01hostinfo: use Uname from golang.org/x/sys/unix in osVersionLinuxTobias Klauser1-3/+2