summaryrefslogtreecommitdiffhomepage
path: root/portlist/portlist_linux.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2023-12-05all: fix nilness issuesMatt Layher1-1/+1
2023-10-04portlist: populate Pid field on LinuxBrad Fitzpatrick1-0/+2
2023-05-24portlist: add Poller.IncludeLocalhost optionMarwan Sulaiman1-8/+14
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-05util/dirwalk, metrics, portlist: add new package for fast directory walkingBrad Fitzpatrick1-78/+58
2022-11-04portlist: add macOS osImpl, finish migration to new styleBrad Fitzpatrick1-11/+2
2022-10-23portlist: refactor, introduce OS-specific typesBrad Fitzpatrick1-76/+144
2022-10-22portlist: remove unix.Readlink allocs on LinuxBrad Fitzpatrick1-2/+25
2022-10-22portlist: further reduce allocations on LinuxBrad Fitzpatrick1-11/+42
2022-10-21portlist: update some internals to use append-style APIsBrad Fitzpatrick1-3/+3
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-2/+1
2022-08-04syncs, all: move to using Go's new atomic types instead of oursBrad Fitzpatrick1-5/+5
2021-09-13portlist: cache field index position between runs, cut two more allocs (Linux)Brad Fitzpatrick1-4/+33
2021-09-13portlist: reuse bufio.Reader between filesBrad Fitzpatrick1-8/+11
2021-09-13portlist: reduce CPU parsing portlistBrad Fitzpatrick1-8/+43
2021-09-12portlist: reduce allocs on LinuxBrad Fitzpatrick1-13/+19
2021-04-13portlist: de-dup services on same (proto, port) on both IPv4/IPv6Brad Fitzpatrick1-6/+0
2021-04-09portlist: remove some old TODOsBrad Fitzpatrick1-2/+0
2021-03-04portlist: collect IPv6 listening sockets on linux.David Anderson1-42/+70
2021-03-03portlist: report a better process name for .Net on linux.David Anderson1-5/+4
2020-07-28portlist: avoid syscall audit violation logspam on AndroidBrad Fitzpatrick1-1/+32
2020-05-19portlist: fix "readdirent: no such file or directory" errors on Linux.Avery Pennarun1-0/+12
2020-05-08Fix macOS buildWendi Yu1-0/+1
2020-05-04portlist: make two error paths have unique messagesBrad Fitzpatrick1-2/+2
2020-03-17portlist: ignore ports bound to localhostBrad Fitzpatrick1-0/+4
2020-03-13portlist: document, clean up, fix an open fd spike, optimize a bitBrad Fitzpatrick1-47/+61
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+155