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
/
test
/
sys
/
test_uio.rs
Age
Commit message (
Expand
)
Author
2020-12-06
Switch all builds from Travis to Cirrus
Alan Somers
2020-09-20
Mark nix::unistd::fork as unsafe.
Vitaly _Vi Shukela
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-17
Remove warnings when compiling for Redox
Xavier L'Heureux
2020-05-17
Remove temporarily the failing tests for Redox
Xavier L'Heureux
2019-09-19
Require CAP_SYS_PTRACE for certain tests
Alan Somers
2018-09-05
Replace allow unused directive with _ prefix
Pascal Bach
2018-09-05
Update to rand 0.5 crate
Pascal Bach
2018-09-01
deps: update tempfile to 3
Igor Gnatenko
2018-07-03
Make preadv take immutable slice of IoVecs, fixes #913
Jakub OkoĊski
2017-12-20
Remove uses of .iter()/.iter_mut()
Bryant Mairs
2017-12-20
Remove useless Err(_) match arms
Bryant Mairs
2017-12-20
Use iter::Cloned() instead of closure
Bryant Mairs
2017-12-20
Remove useless vec![]
Bryant Mairs
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-11-08
Add process_vm_readv and process_vm_writev
Geoffrey Thomas
2017-07-17
Remove preadv_pwritev feature in favor of conditional include
Bryant Mairs
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
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
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