| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2021-04-13 | portlist: de-dup services on same (proto, port) on both IPv4/IPv6 | Brad Fitzpatrick | 2 | -6/+21 |
| 2021-04-12 | portlist: use windows OpenCurrentProcessToken, not GetCurrentProcessToken | Brad Fitzpatrick | 1 | -1/+11 |
| 2021-04-12 | portlist: filter out all of 127.0.0.0/8, not just 127.0.0.1/32 | Brad Fitzpatrick | 2 | -3/+3 |
| 2021-04-12 | portlist: exclude services bound to IPv6 loopback address | Brad Fitzpatrick | 2 | -2/+17 |
| 2021-04-09 | portlist: unexport SameInodes method | Brad Fitzpatrick | 3 | -4/+4 |
| 2021-04-09 | portlist: remove some old TODOs | Brad Fitzpatrick | 2 | -4/+3 |
| 2021-03-04 | portlist: collect IPv6 listening sockets on linux. | David Anderson | 2 | -42/+137 |
| 2021-03-03 | portlist: report a better process name for .Net on linux. | David Anderson | 4 | -11/+82 |
| 2021-02-19 | portlist: adjust build tags for iOS + Go 1.16 | Brad Fitzpatrick | 2 | -2/+4 |
| 2021-02-09 | portlist, version: update build tags for Go 1.16, Apple M1 | moncho | 4 | -4/+4 |
| 2021-02-03 | tstest: simplify goroutine leak tests | Josh Bleecher Snyder | 1 | -4/+2 |
| 2021-01-12 | portlist: add a test for SameInodes | Denton Gentry | 1 | -0/+53 |
| 2021-01-12 | portlist: fully exercise lessThan in tests | Denton Gentry | 1 | -0/+94 |
| 2020-11-18 | tempfork/osexec: remove old fork of os/exec | Brad Fitzpatrick | 3 | -5/+3 |
| 2020-11-11 | all: prepare for GOOS=ios in Go 1.16 | Brad Fitzpatrick | 1 | -2/+1 |
| 2020-10-28 | portlist: fix tests on Windows when not running as Administrator | Brad Fitzpatrick | 1 | -0/+4 |
| 2020-09-02 | portlist: reduce log spam on macOS | Josh Bleecher Snyder | 2 | -4/+11 |
| 2020-07-28 | portlist: avoid syscall audit violation logspam on Android | Brad Fitzpatrick | 1 | -1/+32 |
| 2020-06-08 | portlist: set SysProcAttr.HideWindow on Windows | Brad Fitzpatrick | 2 | -1/+20 |
| 2020-05-19 | portlist: fix "readdirent: no such file or directory" errors on Linux. | Avery Pennarun | 2 | -0/+20 |
| 2020-05-11 | portlist: reduce log spam/scariness for portlist in mac sandbox | Brad Fitzpatrick | 1 | -5/+13 |
| 2020-05-08 | Fix macOS build | Wendi Yu | 2 | -2/+1 |
| 2020-05-04 | portlist: make two error paths have unique messages | Brad Fitzpatrick | 1 | -2/+2 |
| 2020-04-30 | portlist: move code around to avoid unused function warnings. | David Anderson | 3 | -24/+35 |
| 2020-04-07 | portlist: don't depend on osexec package on ios, even if it's unused | Brad Fitzpatrick | 1 | -0/+2 |
| 2020-04-07 | portlist: don't depend on tempfork/osexec on iOS, saves 90KB | Brad Fitzpatrick | 2 | -1/+23 |
| 2020-04-06 | portlist: fail earlier, more nicely on iOS | Brad Fitzpatrick | 1 | -1/+8 |
| 2020-03-17 | portlist: ignore ports bound to localhost | Brad Fitzpatrick | 5 | -33/+63 |
| 2020-03-13 | portlist: document, clean up, fix an open fd spike, optimize a bit | Brad Fitzpatrick | 8 | -87/+170 |
| 2020-02-10 | portlist: add a lint ignore for unused function. | David Anderson | 1 | -0/+2 |
| 2020-02-10 | portlist: simplify slice expression. | David Anderson | 1 | -1/+1 |
| 2020-02-09 | Move Linux client & common packages into a public repo. | Earl Lee | 8 | -0/+680 |