Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-16 | Replace ffi declarations for select | Bryant Mairs | |
2017-08-11 | Calculate `nfds` parameter for `select` | Jonas Schievink | |
Doing this behind the scenes makes the API less error-prone and easier to use. It should also fix https://github.com/nix-rust/nix/issues/679#issuecomment-316838148 | |||
2017-04-16 | Self should not be mutated (pull request 564) | diekmann | |
2016-11-25 | Fix use-after-free in select | Alan Somers | |
Also, fix the TimeSpec::cmp and TimeVal::cmp methods, and fix some formatting | |||
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 | |