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
2016-01-25
Add everything from poll.h.
Utkarsh Kukreti
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-10-28
Fix handling of sockaddr_un lengths
Geoffrey Thomas
2015-10-20
Only run signalfd tests when feature is set
Carl Lerche
2015-10-20
Scope test by signalfd
Carl Lerche
2015-10-07
Add sys::select::FdSet::clear.
Utkarsh Kukreti
2015-10-06
Add support for sendmsg(2), recvmsg(2), and cmsg(3)
Geoffrey Thomas
2015-09-28
added convenience functions for setting O_NONBLOCK on message queues
Markus Jais
2015-09-28
Revert "Add support for sendmsg(2), recvmsg(2), and cmsg(4)"
Carl Lerche
2015-09-28
Add sys::select::FdSet and sys::select::select.
Utkarsh Kukreti
2015-09-24
Add support for sendmsg(2), recvmsg(2), and cmsg(4)
Geoffrey Thomas
2015-09-10
Add signalfd support
Alex Gulyás
2015-09-03
added support and tests for mq_setattr
Markus Jais
2015-09-03
test_stat: Remove st_rdev test
Geoffrey Thomas
2015-08-21
Merge remote-tracking branch 'posborne/ioctl-rework'
Carl Lerche
2015-08-17
renamed test methods for mqueue and added mq_unlink
Markus Jais
2015-08-12
ioctl: return result type rather than raw integer
Paul Osborne
2015-08-12
conditionally enable ioctl test for linux
Corey Richardson
2015-08-12
Fix tests
Corey Richardson
2015-07-27
Make it compatible for Android.
Tim JIANG
2015-07-18
added mq_getattr for Linux
Markus Jais
2015-07-13
Add status to WaitStatus
Joseph Kain
2015-07-13
Add support for preadv and pwritev to sys/uio on Linux.
Trip Volpe
2015-07-10
Fix comparison
Carl Lerche
2015-07-10
Fix unit tests as blank files can still have blocks
Alex Newman
2015-07-09
Run 32 bit CI builds
Carl Lerche
2015-07-07
make execvpe unit test compile on Linux
Markus Jais
2015-07-04
Fix off-by-one error calling Rng::gen_range
Joseph Kain
2015-06-08
added wait system call and unit test
Markus Jais
2015-06-05
Add pwrite and pread
Florian Hartwig
2015-05-28
Move nix::mq -> nix::mqueue to mirror header
Carl Lerche
2015-05-21
Test sockopt const values
Carl Lerche
2015-05-19
added getpid and getppid
Markus Jais
2015-05-16
cleaned up mq unit tests
Markus Jais
2015-05-12
ioctl: implement generic support for the ioctl syscall and supporting functions
Paul Osborne
2015-05-08
Add lstat
Skyler Hawthorne
2015-05-05
feat: add execvpe
Qingping Hou
2015-04-27
Basic Posix MQ support
Markus Jais
2015-04-11
Add socketpair
Florian Hartwig
2015-04-03
'derive(Copy)' needs Clone now
Florian Hartwig
2015-04-01
Remove usage of std::num::Int
Carl Lerche
2015-03-28
Track Rust nightly
Carl Lerche
2015-03-25
Use libc from crates.io
Carl Lerche
2015-03-25
Tweak conversion in test
Carl Lerche
2015-03-25
Track Rust master
Carl Lerche
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-03-19
Track Rust nightlies
Carl Lerche
2015-03-16
Fix deprecation warnings
Carl Lerche
[next]