summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-30bump to version 0.1.2HEADmasterClint Adams
2019-06-30update CI config (add GHC 8.6, drop GHC 8.0)Clint Adams
2019-06-30switch license to MIT/ExpatClint Adams
2019-06-30switch crc24Lazy to use foldl'Clint Adams
2018-03-29Bump to version 0.1.1Clint Adams
2018-03-28Clean up hlint warningsClint Adams
2018-03-28Drop spurious import of AlternativeClint Adams
2018-03-28Switch from cereal to binaryClint Adams
2018-03-28Switch from test-framework to tastyClint Adams
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