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/portlist
Brad Fitzpatrick 2776209e49 portlist: don't depend on osexec package on ios, even if it's unused
Continuation of 5bb14c07dc.

The earlier commit provided the space savings (as the linker could see
through that osexec was unused at runtime), but it didn't clean up the
dep graph (from go list -json or godepgraph).

This removes the netstat.go file from the build too, just so the dep list
looks more reasonable.
4 years ago
..
netstat.go portlist: don't depend on osexec package on ios, even if it's unused 4 years ago
netstat_test.go portlist: ignore ports bound to localhost 4 years ago
poller.go portlist: fail earlier, more nicely on iOS 4 years ago
portlist.go portlist: document, clean up, fix an open fd spike, optimize a bit 4 years ago
portlist_ios.go portlist: don't depend on tempfork/osexec on iOS, saves 90KB 4 years ago
portlist_linux.go portlist: ignore ports bound to localhost 4 years ago
portlist_macos.go portlist: don't depend on tempfork/osexec on iOS, saves 90KB 4 years ago
portlist_other.go portlist: document, clean up, fix an open fd spike, optimize a bit 4 years ago
portlist_test.go portlist: ignore ports bound to localhost 4 years ago
portlist_windows.go portlist: document, clean up, fix an open fd spike, optimize a bit 4 years ago