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 c0befee188 portlist: use windows OpenCurrentProcessToken, not GetCurrentProcessToken
The latter only works on Windows 8+.

Also add a TODO to get do this all more efficiently.

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
3 years ago
..
clean.go portlist: report a better process name for .Net on linux. 3 years ago
clean_test.go portlist: report a better process name for .Net on linux. 3 years ago
netstat.go portlist: filter out all of 127.0.0.0/8, not just 127.0.0.1/32 3 years ago
netstat_exec.go portlist: adjust build tags for iOS + Go 1.16 3 years ago
netstat_test.go portlist: filter out all of 127.0.0.0/8, not just 127.0.0.1/32 3 years ago
poller.go portlist: unexport SameInodes method 3 years ago
portlist.go portlist: unexport SameInodes method 3 years ago
portlist_ios.go portlist, version: update build tags for Go 1.16, Apple M1 3 years ago
portlist_linux.go portlist: remove some old TODOs 3 years ago
portlist_linux_test.go portlist: collect IPv6 listening sockets on linux. 3 years ago
portlist_macos.go portlist: remove some old TODOs 3 years ago
portlist_other.go portlist: document, clean up, fix an open fd spike, optimize a bit 4 years ago
portlist_test.go portlist: unexport SameInodes method 3 years ago
portlist_windows.go portlist: use windows OpenCurrentProcessToken, not GetCurrentProcessToken 3 years ago