about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2018-05-03 Merge pull request #2 from aprilabank/chore/cloneable-typesTatriX2-4/+4
2018-05-03 chore(cargo): Bump crate minor versionVincent Ambo1-2/+2
2018-05-03 chore(lib): Make Name & Message types Clone and PartialEqVincent Ambo1-2/+2
2017-10-20 chore(cargo): Bump version to 0.1.2Vincent Ambo1-1/+1
2017-10-20 fix(error): Module should be publicVincent Ambo1-1/+1
2017-10-16 docs(README): Add link to Kotlin libraryVincent Ambo1-0/+3
2017-10-16 chore: Bump version to 0.1.1Vincent Ambo1-1/+1
2017-10-16 refactor(lib): Add some additional documentationVincent Ambo1-3/+7
2017-10-16 chore(lib): Derive Debug traits on Queue, MessageVincent Ambo1-0/+2
2017-10-16 fix(lib): Fix incorrect error message for name validationVincent Ambo1-1/+1
2017-10-16 docs(README): Add Travis-CI & crates.io badgesVincent Ambo1-0/+3
2017-10-16 docs(Cargo): Add more info to Cargo manifestVincent Ambo1-0/+3
2017-10-16 feat(build): Add automated Travis buildsVincent Ambo1-0/+3
2017-10-16 docs: Add READMEVincent Ambo1-0/+27
2017-10-16 feat(lib): Implement Drop trait for QueueVincent Ambo1-0/+10
2017-10-16 feat(tests): Add a simple send/receive testVincent Ambo2-1/+23
2017-10-16 fix(lib): Trim whitespace from OS limit filesVincent Ambo1-2/+2
2017-10-16 fix(lib): Borrow &self in send/receiveVincent Ambo1-2/+2
2017-10-16 fix(lib): drop(self) after delete() callVincent Ambo1-0/+1
2017-10-16 style: Apply code formatVincent Ambo1-11/+11
2017-10-16 feat: Implement high-level POSIX message queue APIVincent Ambo2-6/+292
2017-10-15 feat(error): Add error-mapping from C callsVincent Ambo2-0/+99
2017-10-15 chore: Add project scaffoldingVincent Ambo5-0/+58
2017-10-15 chore: Initial commitVincent Ambo0-0/+0