summaryrefslogtreecommitdiffhomepage
path: root/portlist/poller.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick1-1/+1
2023-06-07portlist: remove async functionalityMarwan Sulaiman1-117/+9
2023-06-05portlist: add a synchronous Poll methodMarwan Sulaiman1-24/+65
2023-05-24portlist: add Poller.IncludeLocalhost optionMarwan Sulaiman1-2/+7
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-14portlist: fix data raceBrad Fitzpatrick1-10/+18
2022-11-04portlist: add macOS osImpl, finish migration to new styleBrad Fitzpatrick1-31/+12
2022-10-23portlist: refactor, introduce OS-specific typesBrad Fitzpatrick1-4/+54
2022-10-22portlist: add package doc, file comments, move a method to the right fileBrad Fitzpatrick1-0/+31
2022-10-22portlist: unexport all Poller fields, removing unused one, rework channelsBrad Fitzpatrick1-30/+41
2022-10-21portlist: update some internals to use append-style APIsBrad Fitzpatrick1-4/+7
2022-10-21portlist: unexport GetListBrad Fitzpatrick1-2/+2
2021-04-09portlist: unexport SameInodes methodBrad Fitzpatrick1-1/+1
2020-11-11all: prepare for GOOS=ios in Go 1.16Brad Fitzpatrick1-2/+1
2020-04-06portlist: fail earlier, more nicely on iOSBrad Fitzpatrick1-1/+8
2020-03-13portlist: document, clean up, fix an open fd spike, optimize a bitBrad Fitzpatrick1-17/+53
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+59