Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-27 | Prefer to pass Inotify by value instead of by reference | Alan Somers | |
It's small and `Copy`, so pass by value is more efficient. This is technically a breaking change, but most code should compile without changes. | |||
2020-06-27 | Fix an unaligned pointer read in Inotify::read_events | Alan Somers | |
Reported-by: Clippy | |||
2020-05-31 | Convert the crate to edition 2018 | Alan Somers | |
2019-05-31 | libc::uint32_t -> rust u32 | Johannes Schilling | |
2019-02-21 | Added inotify bindings for Linux and Android. | Vincent Dagonneau | |