summaryrefslogtreecommitdiff
path: root/Codec
AgeCommit message (Expand)Author
2019-06-30switch license to MIT/ExpatClint Adams
2018-03-28Clean up hlint warningsClint Adams
2018-03-28Drop spurious import of AlternativeClint Adams
2018-03-28Switch from cereal to binaryClint 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-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