index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mqueue.rs
Age
Commit message (
Expand
)
Author
2018-12-08
Replace try! with ?
Alan Somers
2018-01-28
Require Debug impls for all types
Bryant Mairs
2018-01-10
Expose mqueue functions for all supported OSes
Alan Somers
2017-12-20
Use backticks around types/functions in docs
Bryant Mairs
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-10-08
Replace most Linux man page links with Open Group man page links
Alan Somers
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-02-16
Update bitflags to 0.7
Simon Sapin
2016-08-31
Run rustfmt on mqueue.rs
Philipp Matthias Schaefer
2016-08-31
Replace ffi module by libc functions in mqueue.rs
Philipp Matthias Schaefer
2016-04-14
fixed a few clippy warnings
Andre Bogus
2016-02-20
mqueue: change types to allow more cases
Nikolay Amiantov
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2016-01-18
allow improper_ctypes for size_t
Mattis Marjak
2015-10-27
Fix some comments
Jeremy Fitzhardinge
2015-09-28
added convenience functions for setting O_NONBLOCK on message queues
Markus Jais
2015-09-03
added support and tests for mq_setattr
Markus Jais
2015-08-17
renamed test methods for mqueue and added mq_unlink
Markus Jais
2015-07-18
added mq_getattr for Linux
Markus Jais
2015-05-28
Move nix::mq -> nix::mqueue to mirror header
Carl Lerche