summaryrefslogtreecommitdiff
path: root/src/sys/select.rs
AgeCommit message (Expand)Author
2022-12-12feat: I/O safety for 'sys/select'Steve Lau
2022-11-06Reformat everythingAlex Saveau
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-10-21Fix unsoundness in `FdSet` methodstaylor.fish
2021-09-19Clippy cleanupAlan Somers
2021-09-04Document more thingsAlan Somers
2021-07-13Use immutable receivers for FdSet::{highest, contains, fds}Alan Somers
2021-05-30misc Clippy cleanupAlan Somers
2021-05-13Use https instead of httpRyan Zoeller
2020-05-31Convert the crate to edition 2018Alan Somers
2020-04-14Added fds testRoss Light
2020-04-14Add space to doc comment of fdsRoss Light
2020-04-13Operate on &mutRoss Light
2020-04-11Remove unnecessary fn main wrapper in exampleRoss Light
2020-04-07Add select::FdSet::fds() methodRoss Light
2019-09-03Replace most instances of mem::uninitialized with mem::MaybeUninitAlan Somers
2019-08-29Implement Default for FdSetAlan Somers
2019-06-09Add extra traits for all typesBryant Mairs
2018-07-11Enable the select tests on powerpc and mipsJonas Schievink
2018-04-28select: add pselect syscallAndreas Fuchs
2018-01-28Require Debug impls for all typesBryant Mairs
2018-01-28Implement Copy/Clone for all types missing itBryant Mairs
2018-01-28Deny unused qualificationsBryant Mairs
2017-12-11Merge #806bors[bot]
2017-12-10Cleanup doc warningsBryant 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-16Replace ffi declarations for selectBryant Mairs
2017-08-11Calculate `nfds` parameter for `select`Jonas Schievink
2017-04-16Self should not be mutated (pull request 564)diekmann
2016-11-25Fix use-after-free in selectAlan Somers
2016-11-19Make TimeVal a NewTypeAlan Somers
2016-08-25Implement `Clone` for `FdSet` on Mac/iOSMurarth
2016-02-20select: make FdSet CloneableNikolay Amiantov
2016-02-20select: allow infinite timeoutNikolay Amiantov
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2015-10-07Add sys::select::FdSet::clear.Utkarsh Kukreti
2015-09-28Add sys::select::FdSet and sys::select::select.Utkarsh Kukreti