summaryrefslogtreecommitdiffhomepage
path: root/portlist/netstat.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov1-2/+0
2023-05-24portlist: add Poller.IncludeLocalhost optionMarwan Sulaiman1-3/+3
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-04portlist: add macOS osImpl, finish migration to new styleBrad Fitzpatrick1-65/+53
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-10-21portlist: update some internals to use append-style APIsBrad Fitzpatrick1-6/+11
2022-06-06wasm: exclude code that's not used on iOS for Wasm tooMihai Parparita1-2/+2
2021-08-17all: simplify build tags involving iOSJosh Bleecher Snyder1-2/+2
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-0/+1
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