Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #22 from cyx/use-reflect-deepequal | Kamil Kisiel | 2015-06-06 | 1 | -14/+2 |
|\ | | | | | Use reflect.DeepEqual instead | ||||
| * | Use reflect.DeepEqual instead | Cyril David | 2015-05-25 | 1 | -14/+2 |
| | | | | | | | | | | Unless there's something I'm missing, probably better to delegate this check to the reflect package. | ||||
* | | Added a JSON encoder/decoder to securecookie. | Matt Silverlock | 2015-05-20 | 1 | -4/+27 |
|/ | | | | | | | | | A new "Serializer" interface with serialize/deserialize methods allows custom encoders to be specified. encoding/gob remains the default for compatibility/ease-of-use reasons, but the (often faster) encoding/json is now an option. Fixed typo - TestEncription => TestEncryption | ||||
* | Add test for decoding some invalid cookies. | Dmitry Chestnykh | 2015-03-27 | 1 | -0/+22 |
| | |||||
* | Add TestMissingKey | Abdülhamit Yilmaz | 2015-03-17 | 1 | -0/+10 |
| | |||||
* | Better errors for {En,De}codeMulti. | Kamil Kisiel | 2013-10-17 | 1 | -0/+13 |
| | |||||
* | Better errors for EncodeMulti and DecodeMulti. Closes #1. | moraes | 2012-10-13 | 1 | -0/+13 |
| | |||||
* | Initial files. | moraes | 2012-10-03 | 1 | -0/+152 |