summaryrefslogtreecommitdiff
path: root/src/mqueue.rs
AgeCommit message (Collapse)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
cc #664 (unsure if this is everything needed)
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
The libc_bitflags! macro was replaced with a non-recursive one supporting only public structs. I could not figure out how to make the old macro work with the upgrade, so I reworked part of the bitflags! macro directly to suit our needs, much as the original recursive macro was made. There are no uses of this macro for non-public structs, so this is not a problem for internal code.
2017-10-08Replace most Linux man page links with Open Group man page linksAlan Somers
But leave in place Linux links for non-standard functions. Also, add brief docs for some functions that were lacking them.
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