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.rs
Age
Commit message (
Expand
)
Author
2019-06-06
Fix some bugs with multithreaded tests:
Alan Somers
2019-06-06
Fix multiple problems with the test_acct test
Alan Somers
2019-06-06
Fix kmod tests on in Linux containers
Alan Somers
2019-06-06
Fix the is_so_mark_functional test in Linux containers
Alan Somers
2018-09-05
Add wrapper for linux kernel module loading
Pascal Bach
2018-09-05
Refactor skip_if_not_root into macro
Pascal Bach
2018-09-03
new dir module
Scott Lamb
2018-09-01
deps: update tempfile to 3
Igor Gnatenko
2018-05-28
Implement sendfile on FreeBSD and Darwin
Andrew Morrow
2018-01-21
Merge #820
bors[bot]
2018-01-15
aio: use `Bytes` instead of `Rc<[u8]>`
Alan Somers
2018-01-10
Expose mqueue functions for all supported OSes
Alan Somers
2017-12-20
Add backticks to types in doccomments
Bryant Mairs
2017-12-05
Remove nix-test subcrate
Bryant Mairs
2017-11-12
groups tests: Add groups mutex and print message when tests skipped
Jamie Hewland
2017-08-18
unistd: add fexecve()
Luca Bruno
2017-07-26
add poll module for all platforms
Nicolas Dusart
2017-07-19
Fix thread safety issues in pty and termios tests
Alan Somers
2017-07-18
Remove signalfd feature in favor of conditional compilation
Bryant Mairs
2017-07-16
Fix thread safety issues in aio, chdir, and wait tests
Alan Somers
2017-07-09
Fix double close bugs in test_lseek and test_lseek64
Alan Somers
2017-06-12
Add openpty()
Kelvin Ly
2017-05-16
Add various pty functions
Bryant Mairs
2017-04-15
tests should protect concurrent access to signal handlers
Alan Somers
2016-11-18
Improve portability of test_getsockname
Alan Somers
2016-02-14
linux: Add splice(2), tee(2), vmsplice(2)
Kamal Marhubi
2016-02-12
linux: Add sendfile(2)
Kamal Marhubi
2016-01-27
Add test for if_nametoindex
Kamal Marhubi
2016-01-25
Add everything from poll.h.
Utkarsh Kukreti
2016-01-13
Use tempdir for temporary files in tests
Kamal Marhubi
2015-08-12
Fix tests
Corey Richardson
2015-07-09
Run 32 bit CI builds
Carl Lerche
2015-04-27
Basic Posix MQ support
Markus Jais
2015-04-03
'derive(Copy)' needs Clone now
Florian Hartwig
2015-03-25
Use libc from crates.io
Carl Lerche
2015-03-25
Track Rust master
Carl Lerche
2015-03-19
Track Rust nightlies
Carl Lerche
2015-03-16
Fix deprecation warnings
Carl Lerche
2015-02-25
Large cleanup, mostly of socket functions
Carl Lerche
2015-02-21
Fix uio and add SockAddr conversions
Carl Lerche
2015-02-21
Cleanup readv & writev + tests
Carl Lerche