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
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>
11 months ago
..
clean.go all: update copyright and license headers 1 year ago
clean_test.go all: update copyright and license headers 1 year ago
netstat.go portlist: add Poller.IncludeLocalhost option 12 months ago
netstat_test.go portlist: add Poller.IncludeLocalhost option 12 months ago
poller.go portlist: remove async functionality 11 months ago
portlist.go portlist: add Poller.IncludeLocalhost option 12 months ago
portlist_linux.go portlist: add Poller.IncludeLocalhost option 12 months ago
portlist_linux_test.go portlist: add Poller.IncludeLocalhost option 12 months ago
portlist_macos.go portlist: add Poller.IncludeLocalhost option 12 months ago
portlist_test.go portlist: remove async functionality 11 months ago
portlist_windows.go portlist: add Poller.IncludeLocalhost option 12 months ago