summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-28update git URLsClint Adams
2018-03-28Add benchmarkClint Adams
2018-03-28add .gitlab-ci.ymlClint Adams
2012-07-27Make -Wall-clean and build with -Wall.Clint Adams
2012-07-27Use proper Unicode copyright glyph before someone gets upset.Clint Adams
2012-04-26Bump version to 0.1.Clint Adams
2012-04-26Make hlint happy.Clint Adams
2012-04-26More laziness.Clint Adams
2012-04-26Introduce some lazy bytestrings internally.Clint Adams
2012-04-26Codec for "Cleartext Signatures"Clint Adams
2012-04-25Add multipartMergeClint Adams
2012-04-25Fix decoding of multi-part ASCII armor.Clint Adams
2012-04-25Encode multiple Armors into one ByteString.Clint Adams
2012-04-25Handle decoding multiple ASCII armor messages from a single bytestream.Clint Adams
2012-04-25Separate ASCII armor codec into its own package, change license to ISC, and c...Clint Adams
2012-04-04Add newtype wrapper for lists for the purpose of avoiding the cereal instance.Clint Adams
2012-04-01ASCII armor supportClint Adams
2012-03-31Implement CRC24 for ASCII armor.Clint Adams
2012-03-31Initial release.Clint Adams