Skip to content

Releases: ohadravid/netstat2-rs

v0.9.1

18 Nov 18:05
b3c7d20
Compare
Choose a tag to compare
  • Add UID to Linux and Android targets, along with some convenience functions by @chengyuhui
  • Add iterate_sockets_info_without_pids to linux by @chengyuhui

v0.9.0

23 Jul 11:27
Compare
Choose a tag to compare
  • Added iOS support by @shekohex
  • Added Android support (needs to be tested)
  • Use num-derive instead of enum-primitive-derive by @koushiro

v0.8.1

09 Feb 17:48
Compare
Choose a tag to compare
  • Added musl support

v0.8.0

09 Feb 16:34
Compare
Choose a tag to compare
  • Forked from the netstat crate by ivxvm.
  • macOS now uses native API calls instead of parsing netstat command output.
  • Added a second API for Windows which uses the older Get{Tcp,Udp}Table functions (which are supported in XP/2003).
  • Moved to the 2018 edition.