1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove myself as maintainer. More... about 12 years ago
Fix minor error in Base85, spaces -> y. More... about 12 years ago
Fix compilation with GHC 7.6 More... over 12 years ago
fix compilation with ghc 7.4 More... about 13 years ago
Bump version for devo. More... over 13 years ago
Modifications for ghc7. More... almost 14 years ago
Bumping version to 0.14. More... almost 14 years ago
Adding documentation for the incremental codec types. More... almost 14 years ago
Adding .gitignore. More... almost 14 years ago
Renaming the constructors for the types related to incremental decoding. Now they match the ones for encoding. More... almost 14 years ago
Adding minimal documentation. More... almost 14 years ago
Moved the encoding data types to Util and generalised them. More... almost 14 years ago
Re-writing yenc encoding in incremental style. More... almost 14 years ago
Re-writing xx encoding in incremental style. More... almost 14 years ago
Re-writing uu encoding in incremental style. More... almost 14 years ago
Re-writing Url encoding in incremental style. More... almost 14 years ago
Re-writing Quoted Printable encoding in incremental style. More... almost 14 years ago
Re-writing Python string encoding in incremental style. More... almost 14 years ago
Restricting QuickCheck dependency to current HP version. More... almost 14 years ago
Bumping upper bounds on base and containers. More... almost 14 years ago
Re-writing base85 encoding in incremental style. More... almost 14 years ago
Re-writing base32hex encoding in incremental style. More... almost 14 years ago
Re-writing base32 encoding in incremental style. More... almost 14 years ago
Re-writing base64url encoding in incremental style. More... almost 14 years ago
Re-writing base64 encoding in incremental style. More... almost 14 years ago
Re-writing base16 encoding in incremental style. More... almost 14 years ago
Adding ghci config. More... almost 14 years ago
Modifying the incremental types to be of kind * -> *, which means that they can be used for yenc as well. More... almost 14 years ago
Moving shared parts of incremental decoder into Util. More... almost 14 years ago
Re-writing base64url decoding in incremental style. More... almost 14 years ago