| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-12 | portlist: also tb.Skip benchmarks (not just tests) on bad Linux kernels | Brad Fitzpatrick | 1 | -1/+2 |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 12 | -12/+12 |
| 2025-12-10 | portlist: skip tests on Linux 6.14.x with /proc/net/tcp bug (#18185) | Simon Law | 1 | -0/+1 |
| 2025-11-21 | portlist,tstest: skip tests on kernels with /proc/net/tcp regression | Andrew Dunham | 1 | -0/+15 |
| 2025-04-02 | portlist: add Plan 9 support | Brad Fitzpatrick | 1 | -0/+122 |
| 2024-04-16 | all: use Go 1.22 range-over-int | Brad Fitzpatrick | 2 | -4/+4 |
| 2023-12-21 | all: cleanup unused code, part 2 (#10670) | Andrew Lytvynov | 1 | -2/+0 |
| 2023-12-05 | all: fix nilness issues | Matt Layher | 1 | -1/+1 |
| 2023-10-04 | portlist: populate Pid field on Linux | Brad Fitzpatrick | 2 | -2/+4 |
| 2023-08-17 | all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-06-07 | portlist: remove async functionality | Marwan Sulaiman | 2 | -194/+20 |
| 2023-06-05 | portlist: add a synchronous Poll method | Marwan Sulaiman | 2 | -25/+87 |
| 2023-05-24 | portlist: add Poller.IncludeLocalhost option | Marwan Sulaiman | 9 | -64/+88 |
| 2023-04-17 | various: add golangci-lint, fix issues (#7905) | Andrew Dunham | 1 | -3/+3 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 11 | -33/+22 |
| 2022-12-19 | netstat, portlist: update Windows implementation to disambiguate svchost proc... | Aaron Klotz | 1 | -29/+10 |
| 2022-11-18 | portlist: wait for lsof cmd to exit | Maisem Ali | 1 | -0/+9 |
| 2022-11-14 | portlist: fix data race | Brad Fitzpatrick | 2 | -10/+85 |
| 2022-11-05 | util/dirwalk, metrics, portlist: add new package for fast directory walking | Brad Fitzpatrick | 2 | -78/+71 |
| 2022-11-04 | portlist: add macOS osImpl, finish migration to new style | Brad Fitzpatrick | 10 | -290/+239 |
| 2022-11-04 | all: remove old +build tags | Brad Fitzpatrick | 6 | -8/+0 |
| 2022-10-25 | portlist: use win32 calls instead of running netstat process [windows] | Brad Fitzpatrick | 2 | -28/+101 |
| 2022-10-23 | portlist: add a test that verifies changes are picked up over time | Brad Fitzpatrick | 1 | -0/+50 |
| 2022-10-23 | portlist: refactor, introduce OS-specific types | Brad Fitzpatrick | 6 | -244/+278 |
| 2022-10-22 | portlist: add package doc, file comments, move a method to the right file | Brad Fitzpatrick | 2 | -25/+35 |
| 2022-10-22 | portlist: add BenchmarkGetListIncremental | Brad Fitzpatrick | 1 | -1/+12 |
| 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 | 3 | -14/+47 |
| 2022-10-22 | portlist: unexport all Poller fields, removing unused one, rework channels | Brad Fitzpatrick | 1 | -30/+41 |
| 2022-10-21 | portlist: update some internals to use append-style APIs | Brad Fitzpatrick | 13 | -36/+53 |
| 2022-10-21 | portlist: unexport GetList | Brad Fitzpatrick | 3 | -6/+6 |
| 2022-09-15 | refactor: move from io/ioutil to io and os packages | Eng Zer Jun | 1 | -2/+1 |
| 2022-09-15 | envknob: support changing envknobs post-init | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-09-15 | portlist: normalise space delimited process names (#5634) | Kristoffer Dalby | 2 | -0/+19 |
| 2022-08-04 | syncs, all: move to using Go's new atomic types instead of ours | Brad Fitzpatrick | 1 | -5/+5 |
| 2022-06-06 | wasm: exclude code that's not used on iOS for Wasm too | Mihai Parparita | 2 | -3/+4 |
| 2022-01-24 | envknob: add new package for all the strconv.ParseBool(os.Getenv(..)) | Brad Fitzpatrick | 1 | -3/+3 |
| 2021-12-15 | all: gofmt -w -s (simplify) tests | Brad Fitzpatrick | 1 | -7/+7 |
| 2021-10-20 | all: fix some js/wasm compilation issues | Brad Fitzpatrick | 2 | -2/+19 |
| 2021-09-16 | portlist: add debug knob to disable portlist collection | Brad Fitzpatrick | 1 | -0/+7 |
| 2021-09-14 | portlist: stop logging stray UDP ports | Josh Bleecher Snyder | 1 | -4/+1 |
| 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 | 2 | -8/+21 |
| 2021-09-13 | portlist: reduce CPU parsing portlist | Brad Fitzpatrick | 2 | -15/+79 |
| 2021-09-12 | portlist: reduce allocs on Linux | Brad Fitzpatrick | 2 | -13/+54 |
| 2021-08-18 | portlist: fix build tag to build only on macOS, not macOS+iOS. | David Anderson | 1 | -2/+2 |
| 2021-08-17 | all: simplify build tags involving iOS | Josh Bleecher Snyder | 4 | -9/+8 |
| 2021-08-05 | all: gofmt with Go 1.17 | Josh Bleecher Snyder | 5 | -0/+5 |
| 2021-06-18 | staticcheck.conf: turn off noisy lint errors | David Crawshaw | 1 | -1/+1 |
| 2021-05-04 | portlist: suppress staticcheck error | Josh Bleecher Snyder | 1 | -1/+1 |