summaryrefslogtreecommitdiff
path: root/src/mqueue.rs
AgeCommit message (Expand)Author
2018-01-28Require Debug impls for all typesBryant Mairs
2018-01-10Expose mqueue functions for all supported OSesAlan Somers
2017-12-20Use backticks around types/functions in docsBryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-10-08Replace most Linux man page links with Open Group man page linksAlan Somers
2017-08-16Match libc_bitflags! syntax to upstream bitflags!Bryant Mairs
2017-02-16Update bitflags to 0.7Simon Sapin
2016-08-31Run rustfmt on mqueue.rsPhilipp Matthias Schaefer
2016-08-31Replace ffi module by libc functions in mqueue.rsPhilipp Matthias Schaefer
2016-04-14fixed a few clippy warningsAndre Bogus
2016-02-20mqueue: change types to allow more casesNikolay Amiantov
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2016-01-18allow improper_ctypes for size_tMattis Marjak
2015-10-27Fix some commentsJeremy Fitzhardinge
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