Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-10 | Use HTTP.parseRequest | Igor Pashev | 1 | -1/+1 | |
HTTP.parseUrl is deprecated. | |||||
2017-10-10 | Use hindent | Igor Pashev | 3 | -91/+99 | |
2017-06-08 | AES256 -> AES128 | Igor Pashev | 1 | -2/+2 | |
With recent `cryptonite` I was getting the `CryptoError_KeySizeInvalid` exception. Probably, related to https://github.com/haskell-crypto/cryptonite/commit/f5efdee75b44051bc94cb4714f310609e021093a where key size validation was added. | |||||
2015-11-08 | Added documentation | Igor Pashev | 3 | -15/+60 | |
2015-11-08 | Simply use PBKDF2.outputLength = 16 | Igor Pashev | 1 | -8/+3 | |
2015-11-05 | Throw ZeroBinError instead of return Either | Igor Pashev | 1 | -11/+16 | |
It can throw HttpException anyway | |||||
2015-11-04 | Do not reduce entropy | Igor Pashev | 1 | -3/+1 | |
2015-11-04 | Use top-level name Web1.2.0 | Igor Pashev | 3 | -6/+6 | |
2015-11-04 | Do not abuse Show | Igor Pashev | 1 | -7/+7 | |
2015-11-02 | Use ByteString.append explicitly | Igor Pashev | 1 | -1/+1 | |
2015-11-01 | Support different bins | Igor Pashev | 1 | -15/+14 | |
2015-11-01 | Do not enforce HTTPS | Igor Pashev | 1 | -1/+1 | |
There is http://0bin.net | |||||
2015-11-01 | Initial commit1.0.0 | Igor Pashev | 3 | -0/+175 | |