about summary refs log tree commit diff
path: root/Cargo.lock
AgeCommit message (Collapse)AuthorFilesLines
2018-03-19 chore(cargo): Bump dependency versionsVincent Ambo1-59/+106
2017-11-13 feat: Add commands to get/set message queue rlimitVincent Ambo1-0/+2
When creating a large number of queues the message queue rlimit may be reached (see mq_overview for details). This commit adds an `mq rlimit` function that displays the current rlimits and an optional `--rlimit` flag to the `create` command that can raise the rlimit when required.
2017-10-20 feat: Add command to list and inspect queuesVincent Ambo1-0/+176