summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2023-01-13if_nameindex: add illumos targetJohn Gallagher
2022-11-06Reformat everythingAlex Saveau
2022-06-06Cleanup cfg blocksRyan Zoeller
2022-05-14add haiku supportAl Hoang
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-06-06Add a wrapper around if_nameindexNoah
2021-05-13Use https instead of httpRyan Zoeller
2021-03-21illumos and Solaris supportJason King
2020-05-31Convert the crate to edition 2018Alan Somers
2018-12-08Replace try! with ?Alan Somers
2018-05-02OpenBSD: remove IFF_NOTRAILERSkpcyrd
2018-02-08Update `InterfaceFlags`寧靜
2018-01-28Require docs for the net/if_ moduleBryant Mairs
2017-12-03Add support for getifaddrs. Closes: #650.Markus Wanner
2016-01-27Use NixPath for if_nametoindexKamal Marhubi
2016-01-27Use function name as it is used in C.Marc Brinkmann
2016-01-27Added note regarding naming.Marc Brinkmann
2016-01-27Use nix::Result explicitly.Marc Brinkmann
2016-01-27Changed Error type to nix::Error.Marc Brinkmann
2016-01-27Do not use extern, but if_nametoindex from libc instead.Marc Brinkmann
2016-01-27Added if_nametoindex (and necessary module based on Cs net/if.h)Marc Brinkmann