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
2022-06-24
Fix all formating problems to pass CI formating test
Costin-Robert Sin
2022-01-22
Better type safety for mqueue
Alan Somers
2022-01-01
Fix mq tests on NetBSD and DragonFly
Ryan Zoeller
2021-08-27
Ignore vsock tests on Linux aarch64
Alan Somers
2021-07-07
Collapse Error into Errno
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-02-15
Port mqueue to x32
наб
2019-09-19
Where relevant, replace equality checks in assert! with assert_eq!
Xavier L'Heureux
2019-06-09
Improve debugging of mq tests by using assert_* macros
Bryant Mairs
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