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
/
sys
/
select.rs
Age
Commit message (
Expand
)
Author
2020-04-14
Added fds test
Ross Light
2020-04-14
Add space to doc comment of fds
Ross Light
2020-04-13
Operate on &mut
Ross Light
2020-04-11
Remove unnecessary fn main wrapper in example
Ross Light
2020-04-07
Add select::FdSet::fds() method
Ross Light
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2019-08-29
Implement Default for FdSet
Alan Somers
2019-06-09
Add extra traits for all types
Bryant Mairs
2018-07-11
Enable the select tests on powerpc and mips
Jonas Schievink
2018-04-28
select: add pselect syscall
Andreas Fuchs
2018-01-28
Require Debug impls for all types
Bryant Mairs
2018-01-28
Implement Copy/Clone for all types missing it
Bryant Mairs
2018-01-28
Deny unused qualifications
Bryant Mairs
2017-12-11
Merge #806
bors[bot]
2017-12-10
Cleanup doc warnings
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
Replace ffi declarations for select
Bryant Mairs
2017-08-11
Calculate `nfds` parameter for `select`
Jonas Schievink
2017-04-16
Self should not be mutated (pull request 564)
diekmann
2016-11-25
Fix use-after-free in select
Alan Somers
2016-11-19
Make TimeVal a NewType
Alan Somers
2016-08-25
Implement `Clone` for `FdSet` on Mac/iOS
Murarth
2016-02-20
select: make FdSet Cloneable
Nikolay Amiantov
2016-02-20
select: allow infinite timeout
Nikolay Amiantov
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2015-10-07
Add sys::select::FdSet::clear.
Utkarsh Kukreti
2015-09-28
Add sys::select::FdSet and sys::select::select.
Utkarsh Kukreti