Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-21 | Expose SockAddr::from_raw_sockaddr | Noah | |
2020-05-31 | Convert the crate to edition 2018 | Alan Somers | |
2019-09-03 | Replace most instances of mem::uninitialized with mem::MaybeUninit | Alan Somers | |
Only two instances remain: * For the deprecated sys::socket::CmsgSpace::new. We should probably just remove that method. * For sys::termios::Termios::default_uninit. This will require some more thought. Fixes #1096 | |||
2019-08-29 | Clippy cleanup | Alan Somers | |
2019-06-09 | Add extra traits for all types | Bryant Mairs | |
Derive Clone, Copy, Eq, Hash, and PartialEq for all types. Not all traits are supported by all types, which is why many are missing some. | |||
2019-06-07 | ifaddrs: add ifaddrs support for android | Paul Osborne | |
Support under bionic/android is the same as under Linux for what is exposed by this code. Signed-off-by: Paul Osborne <osbpau@gmail.com> | |||
2018-01-08 | impl `Debug` for all sockaddr types | luozijun | |
2017-12-03 | Add support for getifaddrs. Closes: #650. | Markus Wanner | |