index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
Age
Commit message (
Expand
)
Author
2022-11-06
Reformat everything
Alex Saveau
2022-06-06
Cleanup cfg blocks
Ryan Zoeller
2022-05-14
add haiku support
Al Hoang
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
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`
寧靜
2018-01-28
Require docs for the net/if_ module
Bryant Mairs
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
Added note regarding naming.
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