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
/
src
/
poll.rs
Age
Commit message (
Expand
)
Author
2021-05-13
Use https instead of http
Ryan Zoeller
2020-07-26
Support nullable timeout in ppoll
Mikail Bagishov
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-17
Add poll
Xavier L'Heureux
2020-05-16
Apply `repr(transparent)` to several FFI types
Alan Somers
2019-08-29
Clippy cleanup
Alan Somers
2019-06-09
Add extra traits for all types
Bryant Mairs
2019-02-12
`PollFd` event flags renamed to `PollFlags` from `EventFlags`.
Amanjeev Sethi
2018-04-19
Implement Debug trait for PollFd
Zhouyu Qian
2018-01-28
Require docs for the poll module
Bryant Mairs
2018-01-28
Require Debug impls for all types
Bryant Mairs
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-10-08
Replace most Linux man page links with Open Group man page links
Alan Somers
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-07-30
document poll module
Nicolas Dusart
2017-07-26
add poll module for all platforms
Nicolas Dusart
2017-03-02
Remove revents from PollFd::new
Bryant Mairs
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