summaryrefslogtreecommitdiffhomepage
path: root/hostinfo/hostinfo.go
AgeCommit message (Expand)AuthorFilesLines
2026-03-05types/ptr: deprecate ptr.To, use Go 1.26 newBrad Fitzpatrick1-3/+2
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-04-14hostinfo, ipnlocal: add optional os-specific callback for querying the hostna...Jonathan Nobels1-1/+19
2025-04-02all: use network less when running in v86 emulatorBrad Fitzpatrick1-2/+12
2025-01-22feature/*: make Wake-on-LAN conditional, start supporting modular featuresBrad Fitzpatrick1-2/+13
2025-01-08hostinfo: improve accuracy of Linux desktop detection heuristicBrad Fitzpatrick1-1/+0
2024-11-05types/result, util/lineiter: add package for a result type, use itBrad Fitzpatrick1-12/+12
2024-10-15hostinfo,build_docker.sh,tailcfg: more reliably detect being in a container (...Tom Proctor1-2/+11
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-04-02hostinfo: cache device model to speed up initKyle Carberry1-6/+16
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 Fitzpatrick1-0/+1
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-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-01-27all: update copyright and license headersWill Norris1-3/+2
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 Fitzpatrick1-0/+26
2022-11-30types/ptr: move all the ptrTo funcs to one new package's ptr.ToBrad Fitzpatrick1-3/+2
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 Fitzpatrick1-17/+62
2022-08-26tailcfg: add Hostinfo.GoVersionBrad Fitzpatrick1-0/+1
2022-06-30util/cloudenv: add Azure support & DNS IPsBrad Fitzpatrick1-0/+2
2022-04-18hostinfo, tailcfg: add desktop detection on Linux to hostinfoTom DNetto1-0/+30
2022-03-25tsnet: set Hostinfo.Package to "tsnet" on useBrad Fitzpatrick1-2/+3
2022-02-22hostinfo: move packageType out to platform-specific filesBrad Fitzpatrick1-53/+14
2022-02-20hostinfo: detect NSIS vs MSI package type on WindowsBrad Fitzpatrick1-1/+33
2021-11-22hostinfo: report when running in Docker Desktop.Denton Gentry1-0/+11
2021-11-10hostinfo, control/controlclient: tell control when Ubuntu has disabled Tailsc...Brad Fitzpatrick1-0/+55
2021-10-14net/dns/resolver: set maxDoHInFlight to 1000 on iOS 15+.Maisem Ali1-2/+3
2021-10-14hostinfo: add EnvType for KubernetesMaisem Ali1-0/+11
2021-10-05hostinfo, ipn/ipnlocal: add SetPackage, remove ipnlocal hacksBrad Fitzpatrick1-0/+9
2021-10-05hostinfo: add SetOSVersion like SetDeviceModel, deprecate ipn.Prefs wayBrad Fitzpatrick1-8/+20
2021-08-20hostinfo: add SetDeviceModel setter, move remaining code from controlclientBrad Fitzpatrick1-4/+58
2021-08-09hostinfo: add fly.io detectionDenton Gentry1-0/+11
2021-07-14netns_linux: remove special handling for tests.Denton Gentry1-14/+0
2021-07-14hostinfo: add AWS Fargate.Denton Gentry1-0/+11
2021-07-14hostinfo: detect TestCase environment.Denton Gentry1-0/+14
2021-06-17hostinfo: add hostinfo package, move stuff out of controlclientBrad Fitzpatrick1-0/+117