Age | Commit message (Expand) | Author |
---|---|---|
2017-07-24 | Disable failing tests on mips64 | Bryant Mairs |
2017-07-18 | Remove unused imports | Bryant Mairs |
2017-07-16 | Don't fork in test_mq_send_receive | Alan Somers |
2017-07-16 | Fix thread safety issues in aio, chdir, and wait tests | Alan Somers |
2017-06-06 | Skip failing MIPS tests | Bryant Mairs |
2016-08-31 | Replace ffi module by libc functions in mqueue.rs | Philipp Matthias Schaefer |
2016-03-30 | unistd: Redesign the enum returned by fork() | Kamal Marhubi |
2016-02-20 | mqueue: change types to allow more cases | Nikolay Amiantov |
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 |
2015-05-16 | cleaned up mq unit tests | Markus Jais |
2015-04-27 | Basic Posix MQ support | Markus Jais |