Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-08 | Replace try! with ? | Alan Somers | |
try! is not available in Rust 2018 | |||
2018-05-02 | OpenBSD: remove IFF_NOTRAILERS | kpcyrd | |
IFF_NOTRAILERS has been removed in OpenBSD 6.3 https://github.com/openbsd/src/commit/beb8b0dd5985e55a615b52e593da6e75bab33f3f | |||
2018-02-08 | Update `InterfaceFlags` | 寧靜 | |
Add Flags: `IFF_NO_PI`, `IFF_TUN`, `IFF_TAP`. | |||
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 | |