summaryrefslogtreecommitdiff
path: root/test/test_mq.rs
AgeCommit message (Expand)Author
2017-07-24Disable failing tests on mips64Bryant Mairs
2017-07-18Remove unused importsBryant Mairs
2017-07-16Don't fork in test_mq_send_receiveAlan Somers
2017-07-16Fix thread safety issues in aio, chdir, and wait testsAlan Somers
2017-06-06Skip failing MIPS testsBryant Mairs
2016-08-31Replace ffi module by libc functions in mqueue.rsPhilipp Matthias Schaefer
2016-03-30unistd: Redesign the enum returned by fork()Kamal Marhubi
2016-02-20mqueue: change types to allow more casesNikolay Amiantov
2015-09-28added convenience functions for setting O_NONBLOCK on message queuesMarkus Jais
2015-09-03added support and tests for mq_setattrMarkus Jais
2015-08-17renamed test methods for mqueue and added mq_unlinkMarkus Jais
2015-07-18added mq_getattr for LinuxMarkus Jais
2015-05-28Move nix::mq -> nix::mqueue to mirror headerCarl Lerche
2015-05-16cleaned up mq unit testsMarkus Jais
2015-04-27Basic Posix MQ supportMarkus Jais