tailscale/portlist
Marwan Sulaiman f8f0b981ac portlist: remove async functionality
This PR removes all async functionality from the portlist package
which may be a breaking change for non-tailscale importers. The only
importer within this codebase (LocalBackend) is already using the synchronous
API so no further action needed.

Fixes #8171

Signed-off-by: Marwan Sulaiman <marwan@tailscale.com>
2023-06-07 10:22:09 -04:00
..
clean.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
clean_test.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
netstat.go portlist: add Poller.IncludeLocalhost option 2023-05-24 13:26:16 -04:00
netstat_test.go portlist: add Poller.IncludeLocalhost option 2023-05-24 13:26:16 -04:00
poller.go portlist: remove async functionality 2023-06-07 10:22:09 -04:00
portlist.go portlist: add Poller.IncludeLocalhost option 2023-05-24 13:26:16 -04:00
portlist_linux.go portlist: add Poller.IncludeLocalhost option 2023-05-24 13:26:16 -04:00
portlist_linux_test.go portlist: add Poller.IncludeLocalhost option 2023-05-24 13:26:16 -04:00
portlist_macos.go portlist: add Poller.IncludeLocalhost option 2023-05-24 13:26:16 -04:00
portlist_test.go portlist: remove async functionality 2023-06-07 10:22:09 -04:00
portlist_windows.go portlist: add Poller.IncludeLocalhost option 2023-05-24 13:26:16 -04:00