summaryrefslogtreecommitdiffhomepage
path: root/hostinfo
AgeCommit message (Expand)AuthorFilesLines
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
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-03-01version, hostinfo: recognize gokrazy as a distroBrad Fitzpatrick1-0/+2
2022-02-22hostinfo: use the sentinel value set by the MSI installer to detect MSI packa...Aaron Klotz1-18/+6
2022-02-22hostinfo: move packageType out to platform-specific filesBrad Fitzpatrick4-53/+86
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-22hostinfo: change Windows implementation to directly query version information...Aaron Klotz1-13/+32
2021-11-10hostinfo, control/controlclient: tell control when Ubuntu has disabled Tailsc...Brad Fitzpatrick2-0/+78
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-10-04hostinfo: look up Synology hardware a more specific wayBrad Fitzpatrick1-4/+21
2021-09-06hostinfo: add FreeBSD support.Denton Gentry1-0/+60
2021-08-22hostinfo: set DeviceModel from Linux devicetree modelBrad Fitzpatrick1-0/+7
2021-08-22hostinfo: fix earlier git fail, add files lost in moveBrad Fitzpatrick3-0/+161
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