You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/hostinfo
Brad Fitzpatrick 1562a6f2f2 feature/*: make Wake-on-LAN conditional, start supporting modular features
This pulls out the Wake-on-LAN (WoL) code out into its own package
(feature/wakeonlan) that registers itself with various new hooks
around tailscaled.

Then a new build tag (ts_omit_wakeonlan) causes the package to not
even be linked in the binary.

Ohter new packages include:

   * feature: to just record which features are loaded. Future:
     dependencies between features.
   * feature/condregister: the package with all the build tags
     that tailscaled, tsnet, and the Tailscale Xcode project
     extension can empty (underscore) import to load features
     as a function of the defined build tags.

Future commits will move of our "ts_omit_foo" build tags into this
style.

Updates #12614

Change-Id: I9c5378dafb1113b62b816aabef02714db3fc9c4a
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
10 months ago
..
hostinfo.go feature/*: make Wake-on-LAN conditional, start supporting modular features 10 months ago
hostinfo_container_linux_test.go hostinfo,build_docker.sh,tailcfg: more reliably detect being in a container (#13826) 1 year ago
hostinfo_darwin.go all: update copyright and license headers 3 years ago
hostinfo_freebsd.go all: update copyright and license headers 3 years ago
hostinfo_linux.go types/result, util/lineiter: add package for a result type, use it 1 year ago
hostinfo_linux_test.go hostinfo: fix testing in container (#14330) 12 months ago
hostinfo_test.go all: update copyright and license headers 3 years ago
hostinfo_uname.go all: update copyright and license headers 3 years ago
hostinfo_windows.go hostinfo: update Windows hostinfo to include MSIDist registry value 1 year ago
packagetype_container.go hostinfo: set Hostinfo.PackageType for mkctr container builds 1 year ago