summaryrefslogtreecommitdiffhomepage
path: root/net/netstat/netstat_windows.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2024-07-10all: add test for package comments, fix, add comments as neededBrad Fitzpatrick1-1/+0
2023-02-02net/{netns,netstat}: use new x/sys/cpu.IsBigEndianBrad Fitzpatrick1-3/+3
2023-01-27all: update copyright and license headersWill Norris1-3/+2
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 Klotz1-55/+136
2022-12-12util/endian: delete package; use updated josharian/native insteadBrad Fitzpatrick1-4/+4
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 Fitzpatrick1-4/+5
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-1/+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 Fitzpatrick1-0/+178