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
Age
Commit message (
Expand
)
Author
2017-07-04
Merge pull request #629 from Kixunil/newtypes
Alan Somers
2017-07-02
Merge #642
bors[bot]
2017-07-02
Newtypes for uid_t, gid_t and pid_t.
Martin Habovštiak
2017-07-01
Skip the mount tests on buggy Linux kernels
Alan Somers
2017-07-01
Handle short reads in pty tests
Alan Somers
2017-06-19
Support powerpc64
Luca Barbato
2017-06-12
Add openpty()
Kelvin Ly
2017-06-06
Fix x86_64 Linux/musl tests
Bryant Mairs
2017-06-06
Fix i686 Linux/musl builds
Bryant Mairs
2017-06-06
Skip failing MIPS tests
Bryant Mairs
2017-06-06
Skip failing tests for Linux/PowerPC
Bryant Mairs
2017-06-04
Add pthread_self
king6cong
2017-05-16
Add various pty functions
Bryant Mairs
2017-04-15
Add AioCb::from_boxed_slice
Alan Somers
2017-04-15
tests should protect concurrent access to signal handlers
Alan Somers
2017-04-09
Fixed failing ioctl tests.
Zac Berkowitz
2017-03-22
add support `readlink|readlinkat`
Jörg Thalheim
2017-03-21
add support for `fstatat`
Jörg Thalheim
2017-03-21
add support for `openat`
Jörg Thalheim
2017-03-02
Remove revents from PollFd::new
Bryant Mairs
2017-02-24
impl Debug for AioCb and SigevNotify
Alan Somers
2017-02-05
Implement Drop for AioCb
Alan Somers
2017-02-05
Add runtime checks to AioCb methods
Alan Somers
2017-01-26
Turn most aio functions into AioCb methods
Alan Somers
2017-01-26
Auto merge of #483 - asomers:aio2, r=posborne
Homu
2017-01-25
Add PhantomData to AioCb to track buffer's lifetime
Alan Somers
2017-01-19
unistd: add fchdir(2)
Luca Bruno
2016-12-19
fix all and update CHANGELOG.md
qupeng
2016-12-19
Merge branch 'nix-rust'
qupeng
2016-12-16
Add POSIX AIO support
Alan Somers
2016-12-12
epoll: improve EpollEvent::empty() by using mem::uninitialized.
qupeng
2016-12-11
test/mod.rs: only test epoll on linux.
qupeng
2016-12-11
fix #480 and add simple test cases for that.
qupeng
2016-12-10
Add support for system control sockets for XNU
Conrad Kramer
2016-12-10
Add ioctl support for BSD
Conrad Kramer
2016-11-19
Add TimeSpec, a Newtype around libc::timespec
Alan Somers
2016-11-18
Improve portability of test_getsockname
Alan Somers
2016-11-18
Fix Unix domain sockets.
Alan Somers
2016-11-16
Fix intermittency in test_select
Alan Somers
2016-11-15
Auto merge of #466 - fiveop:warnings, r=posborne
Homu
2016-11-14
Get rid of a few test compilation warnings
Philipp Matthias Schaefer
2016-11-14
Make signal argument to kill optional
Philipp Matthias Schaefer
2016-11-13
Avoid TempDir::into_path(), because it doesn't cleanup on Drop
Alan Somers
2016-10-24
mount: Run test_mount_bind in CI
Kamal Marhubi
2016-10-23
use tempfile in test_pwrite.
Alan Somers
2016-09-28
Apparently not all mkstemp implementation require the X at the end (despite i...
Philipp Keller
2016-09-27
test also that mkstemp fails when there's no X at the end
Philipp Keller
2016-09-16
made it running with rust 1.2, added documentation to mkstemp
Philipp Keller
2016-09-08
Auto merge of #416 - philippkeller:master, r=posborne
Homu
2016-09-07
fixed indentation
Philipp Keller
[next]