summaryrefslogtreecommitdiff
path: root/src/mqueue.rs
AgeCommit message (Expand)Author
2023-01-10Added `mq_timedreceive` to `::nix::mqueue`.David Collard
2022-11-06Reformat everythingAlex Saveau
2022-07-10More docs for mqueue.Alan Somers
2022-01-22Better type safety for mqueueAlan Somers
2021-12-27Added getters for the MqAttr structfpagliughi
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-09-19Clippy cleanupAlan Somers
2021-07-24Constify many functionsAlan Somers
2021-05-13Use https instead of httpRyan Zoeller
2021-02-15Port mqueue to x32наб
2020-05-31Convert the crate to edition 2018Alan Somers
2019-11-02Fix a warning with the latest nightly compilerAlan Somers
2019-09-03Replace most instances of mem::uninitialized with mem::MaybeUninitAlan Somers
2019-08-29Clippy cleanupAlan Somers
2019-06-09Add extra traits for all typesBryant Mairs
2018-12-08Replace try! with ?Alan Somers
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