1
I Use This!
Inactive

Commits : Listings

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