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
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