Releases: ohadravid/netstat2-rs
Releases · ohadravid/netstat2-rs
v0.11.2
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v0.11.1...v0.11.2
v0.11.1
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v0.11.0...v0.11.1
v0.11.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Replace bespoke netlink impl with one based on the netlink-* crates by @ohadravid in #19
Full Changelog : v0.10.1...v0.11.0
v0.10.1
Compare
Sorry, something went wrong.
No results found
What's Changed
Improve the build script for cargo zigbuild support by @ohadravid in #18
Full Changelog : v0.10.0...v0.10.1
v0.10.0
Compare
Sorry, something went wrong.
No results found
What's Changed
New Contributors
Full Changelog : v0.9.1...v0.10.0
v0.9.1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.8.0
Compare
Sorry, something went wrong.
No results found
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.