Age | Commit message (Expand) | Author |
---|---|---|
2021-06-06 | Add a wrapper around if_nameindex | Noah |
2021-05-13 | Use https instead of http | Ryan Zoeller |
2021-03-21 | illumos and Solaris support | Jason King |
2020-05-31 | Convert the crate to edition 2018 | Alan Somers |
2018-12-08 | Replace try! with ? | Alan Somers |
2018-05-02 | OpenBSD: remove IFF_NOTRAILERS | kpcyrd |
2018-02-08 | Update `InterfaceFlags` | 寧靜 |
2017-12-03 | Add support for getifaddrs. Closes: #650. | Markus Wanner |
2016-01-27 | Use NixPath for if_nametoindex | Kamal Marhubi |
2016-01-27 | Use function name as it is used in C. | Marc Brinkmann |
2016-01-27 | Use nix::Result explicitly. | Marc Brinkmann |
2016-01-27 | Changed Error type to nix::Error. | Marc Brinkmann |
2016-01-27 | Do not use extern, but if_nametoindex from libc instead. | Marc Brinkmann |
2016-01-27 | Added if_nametoindex (and necessary module based on Cs net/if.h) | Marc Brinkmann |