tailscale/portlist
Brad Fitzpatrick 19b0cfe89e all: prepare for GOOS=ios in Go 1.16
Work with either way for now on iOS (darwin/arm64 vs ios/arm64).

In February when Go 1.16 comes out we'll have a universal binary for
darwin/arm64 (macOS) and will drop support for Go 1.15 and its
darwin/amd64 meaning iOS. (it'll mean macOS).

Context:

* https://tip.golang.org/doc/go1.16#darwin
* https://github.com/golang/go/issues/38485
* https://github.com/golang/go/issues/42100
2020-11-11 09:17:04 -08:00
..
netstat_exec.go portlist: set SysProcAttr.HideWindow on Windows 2020-06-08 09:04:31 -07:00
netstat_test.go portlist: ignore ports bound to localhost 2020-03-17 20:55:45 -07:00
netstat.go portlist: reduce log spam on macOS 2020-09-02 15:44:55 -07:00
poller.go all: prepare for GOOS=ios in Go 1.16 2020-11-11 09:17:04 -08:00
portlist_ios.go portlist: don't depend on tempfork/osexec on iOS, saves 90KB 2020-04-07 07:58:09 -07:00
portlist_linux.go portlist: avoid syscall audit violation logspam on Android 2020-07-28 13:21:42 -07:00
portlist_macos.go portlist: reduce log spam on macOS 2020-09-02 15:44:55 -07:00
portlist_other.go portlist: document, clean up, fix an open fd spike, optimize a bit 2020-03-13 21:06:41 -07:00
portlist_test.go portlist: fix "readdirent: no such file or directory" errors on Linux. 2020-05-19 01:51:21 -04:00
portlist_windows.go portlist: fix tests on Windows when not running as Administrator 2020-10-28 09:19:41 -07:00
portlist.go Fix macOS build 2020-05-08 21:14:41 -07:00