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
/
test_stat.rs
Age
Commit message (
Expand
)
Author
2019-01-15
Fix build and tests issues on OpenBSD 6.4+
Andrei-Marius Radu
2018-12-16
Allow 'cargo test' to complete successfully on NetBSD 8.0.
Tom Pusateri
2018-11-07
Add a wrapper for lutimes(2)
Julio Merino
2018-10-15
Eliminate compiler warnings, especially on non-Linux platforms
Alan Somers
2018-10-02
Add a wrapper for utimes(2)
Julio Merino
2018-09-29
Add wrappers for futimens(2) and utimesat(2)
Julio Merino
2018-09-01
deps: update tempfile to 3
Igor Gnatenko
2018-03-23
Add fchmod, fchmodat functions.
Anton Ageev
2017-12-20
Remove useless Err(_) match arms
Bryant Mairs
2017-09-04
test/test_stat.rs: use matching tempdir name for test_fstatat
Jörg Thalheim
2017-09-04
test/test_stat.rs: test correct stat function
Jörg Thalheim
2017-03-21
add support for `fstatat`
Jörg Thalheim
2016-01-18
update libc to 0.2.2
Mattis Marjak
2016-01-13
Use tempdir for temporary files in tests
Kamal Marhubi
2016-01-13
Fix compiler warnings in tests
Kamal Marhubi
2015-09-03
test_stat: Remove st_rdev test
Geoffrey Thomas
2015-07-27
Make it compatible for Android.
Tim JIANG
2015-07-10
Fix comparison
Carl Lerche
2015-07-10
Fix unit tests as blank files can still have blocks
Alex Newman
2015-05-08
Add lstat
Skyler Hawthorne
2015-03-25
Track Rust master
Carl Lerche
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-03-13
added test for fstat
Markus Jais
2015-02-21
Cleanup readv & writev + tests
Carl Lerche