| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 1 | -1/+1 |
| 2023-12-05 | all: fix nilness issues | Matt Layher | 1 | -1/+1 |
| 2023-10-04 | portlist: populate Pid field on Linux | Brad Fitzpatrick | 1 | -0/+2 |
| 2023-05-24 | portlist: add Poller.IncludeLocalhost option | Marwan Sulaiman | 1 | -8/+14 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2022-11-05 | util/dirwalk, metrics, portlist: add new package for fast directory walking | Brad Fitzpatrick | 1 | -78/+58 |
| 2022-11-04 | portlist: add macOS osImpl, finish migration to new style | Brad Fitzpatrick | 1 | -11/+2 |
| 2022-10-23 | portlist: refactor, introduce OS-specific types | Brad Fitzpatrick | 1 | -76/+144 |
| 2022-10-22 | portlist: remove unix.Readlink allocs on Linux | Brad Fitzpatrick | 1 | -2/+25 |
| 2022-10-22 | portlist: further reduce allocations on Linux | Brad Fitzpatrick | 1 | -11/+42 |
| 2022-10-21 | portlist: update some internals to use append-style APIs | Brad Fitzpatrick | 1 | -3/+3 |
| 2022-09-15 | refactor: move from io/ioutil to io and os packages | Eng Zer Jun | 1 | -2/+1 |
| 2022-08-04 | syncs, all: move to using Go's new atomic types instead of ours | Brad Fitzpatrick | 1 | -5/+5 |
| 2021-09-13 | portlist: cache field index position between runs, cut two more allocs (Linux) | Brad Fitzpatrick | 1 | -4/+33 |
| 2021-09-13 | portlist: reuse bufio.Reader between files | Brad Fitzpatrick | 1 | -8/+11 |
| 2021-09-13 | portlist: reduce CPU parsing portlist | Brad Fitzpatrick | 1 | -8/+43 |
| 2021-09-12 | portlist: reduce allocs on Linux | Brad Fitzpatrick | 1 | -13/+19 |
| 2021-04-13 | portlist: de-dup services on same (proto, port) on both IPv4/IPv6 | Brad Fitzpatrick | 1 | -6/+0 |
| 2021-04-09 | portlist: remove some old TODOs | Brad Fitzpatrick | 1 | -2/+0 |
| 2021-03-04 | portlist: collect IPv6 listening sockets on linux. | David Anderson | 1 | -42/+70 |
| 2021-03-03 | portlist: report a better process name for .Net on linux. | David Anderson | 1 | -5/+4 |
| 2020-07-28 | portlist: avoid syscall audit violation logspam on Android | Brad Fitzpatrick | 1 | -1/+32 |
| 2020-05-19 | portlist: fix "readdirent: no such file or directory" errors on Linux. | Avery Pennarun | 1 | -0/+12 |
| 2020-05-08 | Fix macOS build | Wendi Yu | 1 | -0/+1 |
| 2020-05-04 | portlist: make two error paths have unique messages | Brad Fitzpatrick | 1 | -2/+2 |
| 2020-03-17 | portlist: ignore ports bound to localhost | Brad Fitzpatrick | 1 | -0/+4 |
| 2020-03-13 | portlist: document, clean up, fix an open fd spike, optimize a bit | Brad Fitzpatrick | 1 | -47/+61 |
| 2020-02-09 | Move Linux client & common packages into a public repo. | Earl Lee | 1 | -0/+155 |