Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-02 | Remove revents from PollFd::new | Bryant Mairs | |
revents is an output field so regardless of what value it is set to it will be overwritten by many of the function calls that take a PollFd. The only value that makes sense for the caller to pass in in `EventFlags::empty()` so we just hardcode that instead of making the caller do it. | |||
2017-02-25 | Add ppoll() | Bryant Mairs | |
2017-02-16 | Update bitflags to 0.7 | Simon Sapin | |
2016-08-31 | Use libc in poll.rs | Philipp Matthias Schaefer | |
2016-01-28 | Move errno::Result back to crate root | arcnmx | |
2016-01-28 | Errno::result() | arcnmx | |
2016-01-25 | Add everything from poll.h. | Utkarsh Kukreti | |