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_mq.rs
Age
Commit message (
Expand
)
Author
2018-12-16
Allow 'cargo test' to complete successfully on NetBSD 8.0.
Tom Pusateri
2018-01-10
Expose mqueue functions for all supported OSes
Alan Somers
2017-12-20
Use byte strings instead of String.as_bytes()
Bryant Mairs
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-07-24
Disable failing tests on mips64
Bryant Mairs
2017-07-18
Remove unused imports
Bryant Mairs
2017-07-16
Don't fork in test_mq_send_receive
Alan Somers
2017-07-16
Fix thread safety issues in aio, chdir, and wait tests
Alan Somers
2017-06-06
Skip failing MIPS tests
Bryant Mairs
2016-08-31
Replace ffi module by libc functions in mqueue.rs
Philipp Matthias Schaefer
2016-03-30
unistd: Redesign the enum returned by fork()
Kamal Marhubi
2016-02-20
mqueue: change types to allow more cases
Nikolay Amiantov
2015-09-28
added convenience functions for setting O_NONBLOCK on message queues
Markus Jais
2015-09-03
added support and tests for mq_setattr
Markus Jais
2015-08-17
renamed test methods for mqueue and added mq_unlink
Markus Jais
2015-07-18
added mq_getattr for Linux
Markus Jais
2015-05-28
Move nix::mq -> nix::mqueue to mirror header
Carl Lerche
2015-05-16
cleaned up mq unit tests
Markus Jais
2015-04-27
Basic Posix MQ support
Markus Jais