Age | Commit message (Expand) | Author |
---|---|---|
2021-09-19 | Fix #411 - Provide accessors for 'events' in PollFd | Conrad Meyer |
2021-09-07 | Implement AsRawFd for PollFd | Conrad Meyer |
2021-07-07 | Collapse Error into Errno | Alan Somers |
2021-07-07 | Overhaul Nix's error types | Alan Somers |
2021-02-20 | Fix a non_fmt_panic warning with Rustc 1.52.0 | Alan Somers |
2020-12-06 | Make the poll tests resilient against signals | Alan Somers |
2020-07-26 | Support nullable timeout in ppoll | Mikail Bagishov |
2019-06-09 | Remove test of impl Debug for PollFd | Bryant Mairs |
2019-02-12 | `PollFd` event flags renamed to `PollFlags` from `EventFlags`. | Amanjeev Sethi |
2018-12-16 | Allow 'cargo test' to complete successfully on NetBSD 8.0. | Tom Pusateri |
2018-04-19 | Implement Debug trait for PollFd | Zhouyu Qian |
2017-12-02 | Upgrade to Bitflags 1.0 | Bryant Mairs |
2017-10-14 | Add a test for ppoll | Alan Somers |
2017-03-02 | Remove revents from PollFd::new | Bryant Mairs |
2016-08-31 | Use libc in poll.rs | Philipp Matthias Schaefer |
2016-01-25 | Add everything from poll.h. | Utkarsh Kukreti |