summaryrefslogtreecommitdiff
path: root/test/test_mq.rs
AgeCommit message (Expand)Author
2023-01-10Added `mq_timedreceive` to `::nix::mqueue`.David Collard
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-01-22Better type safety for mqueueAlan Somers
2022-01-01Fix mq tests on NetBSD and DragonFlyRyan Zoeller
2021-08-27Ignore vsock tests on Linux aarch64Alan Somers
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-02-15Port mqueue to x32наб
2019-09-19Where relevant, replace equality checks in assert! with assert_eq!Xavier L'Heureux
2019-06-09Improve debugging of mq tests by using assert_* macrosBryant Mairs
2018-12-16Allow 'cargo test' to complete successfully on NetBSD 8.0.Tom Pusateri
2018-01-10Expose mqueue functions for all supported OSesAlan Somers
2017-12-20Use byte strings instead of String.as_bytes()Bryant Mairs
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
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