index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_poll.rs
Age
Commit message (
Expand
)
Author
2022-12-11
feat: I/O safety for 'sys/poll'
Steve Lau
2022-06-24
Fix all formating problems to pass CI formating test
Costin-Robert Sin
2022-06-09
ppoll: make sigmask parameter optional
Stefano Garzarella
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