summaryrefslogtreecommitdiff
path: root/src/poll.rs
AgeCommit message (Expand)Author
2022-12-11feat: I/O safety for 'sys/poll'Steve Lau
2022-11-29PollFd utility functionsJonathan
2022-11-06Reformat everythingAlex Saveau
2022-06-09ppoll: make sigmask parameter optionalStefano Garzarella
2021-12-26Fix typosRyan Zoeller
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-09-19Fix #411 - Provide accessors for 'events' in PollFdConrad Meyer
2021-09-07Implement AsRawFd for PollFdConrad Meyer
2021-07-24Constify many functionsAlan Somers
2021-05-13Use https instead of httpRyan Zoeller
2020-07-26Support nullable timeout in ppollMikail Bagishov
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-17Add pollXavier L'Heureux
2020-05-16Apply `repr(transparent)` to several FFI typesAlan Somers
2019-08-29Clippy cleanupAlan Somers
2019-06-09Add extra traits for all typesBryant Mairs
2019-02-12`PollFd` event flags renamed to `PollFlags` from `EventFlags`.Amanjeev Sethi
2018-04-19Implement Debug trait for PollFdZhouyu Qian
2018-01-28Require docs for the poll moduleBryant Mairs
2018-01-28Require Debug impls for all typesBryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-10-08Replace most Linux man page links with Open Group man page linksAlan Somers
2017-08-16Match libc_bitflags! syntax to upstream bitflags!Bryant Mairs
2017-07-30document poll moduleNicolas Dusart
2017-07-26add poll module for all platformsNicolas Dusart
2017-03-02Remove revents from PollFd::newBryant Mairs
2017-02-25Add ppoll()Bryant Mairs
2017-02-16Update bitflags to 0.7Simon Sapin
2016-08-31Use libc in poll.rsPhilipp Matthias Schaefer
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2016-01-25Add everything from poll.h.Utkarsh Kukreti