summaryrefslogtreecommitdiffhomepage
path: root/portlist/netstat.go
AgeCommit message (Expand)AuthorFilesLines
2021-04-12portlist: filter out all of 127.0.0.0/8, not just 127.0.0.1/32Brad Fitzpatrick1-2/+1
2021-04-12portlist: exclude services bound to IPv6 loopback addressBrad Fitzpatrick1-1/+4
2021-03-03portlist: report a better process name for .Net on linux.David Anderson1-6/+2
2021-02-09portlist, version: update build tags for Go 1.16, Apple M1moncho1-1/+1
2020-09-02portlist: reduce log spam on macOSJosh Bleecher Snyder1-2/+6
2020-04-30portlist: move code around to avoid unused function warnings.David Anderson1-23/+0
2020-04-07portlist: don't depend on osexec package on ios, even if it's unusedBrad Fitzpatrick1-0/+2
2020-03-17portlist: ignore ports bound to localhostBrad Fitzpatrick1-6/+10
2020-02-10portlist: add a lint ignore for unused function.David Anderson1-0/+2
2020-02-10portlist: simplify slice expression.David Anderson1-1/+1
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+155