summaryrefslogtreecommitdiffhomepage
path: root/net/netstat
AgeCommit message (Expand)AuthorFilesLines
2023-02-02net/{netns,netstat}: use new x/sys/cpu.IsBigEndianBrad Fitzpatrick1-3/+3
2023-01-27all: update copyright and license headersWill Norris4-12/+8
2023-01-27net/netstat: document the Windows netstat code a bit moreBrad Fitzpatrick1-8/+29
2023-01-27net/netstat: add nil checks to Windows OSMetadata implementationAaron Klotz1-0/+7
2022-12-19netstat, portlist: update Windows implementation to disambiguate svchost proc...Aaron Klotz3-55/+141
2022-12-12util/endian: delete package; use updated josharian/native insteadBrad Fitzpatrick1-4/+4
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-08-02all: migrate more code code to net/netip directlyBrad Fitzpatrick1-1/+1
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick2-7/+7
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick2-2/+2
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-0/+1
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-8/+4
2020-11-17net/netstat: remove a bit more unsafeBrad Fitzpatrick1-1/+1
2020-11-14net/netstat: remove some unsafeBrad Fitzpatrick1-5/+10
2020-09-10net/netstat: start of new netstat package, with Windows for nowBrad Fitzpatrick4-0/+247