Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-14 | Get rid of a few test compilation warnings | Philipp Matthias Schaefer | |
2016-10-23 | use tempfile in test_pwrite. | Alan Somers | |
2016-01-13 | Use tempdir for temporary files in tests | Kamal Marhubi | |
2015-10-20 | Only run signalfd tests when feature is set | Carl Lerche | |
2015-07-27 | Make it compatible for Android. | Tim JIANG | |
* Fixed an unused_import error in `termios.rs` for Android. * Fixed undefined references to `preadv` and `pwritev` for Android - At least they don't exist from API level 3 to 21. * Fixed the uid > 0 and gid > 0 checks in `stat`'s tests - Running the tests by root is possible, especially when running on a rooted Android device. Those changes made rust-nix buildable (again) on Android. All the tests passed as well. | |||
2015-07-13 | Add support for preadv and pwritev to sys/uio on Linux. | Trip Volpe | |
2015-07-04 | Fix off-by-one error calling Rng::gen_range | Joseph Kain | |
Fix the boundary condition so that we never call Rng::gen_range(64, 64). Helps #144 | |||
2015-06-05 | Add pwrite and pread | Florian Hartwig | |
2015-03-28 | Track Rust nightly | Carl Lerche | |
2015-03-25 | Track Rust master | Carl Lerche | |
2015-02-21 | Fix uio and add SockAddr conversions | Carl Lerche | |
2015-02-21 | Cleanup readv & writev + tests | Carl Lerche | |