aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Decode: 支持传入临时参数 maxAgeWenhui Shen2017-07-221-3/+7
* README.md: Add sourcegraph badgeKamil Kisiel2017-02-241-0/+2
* [bugfix] Fix NopDecoderCraig Peterson2016-10-032-4/+31
* Add fuzz testing corpus.Kamil Kisiel2016-08-17136-0/+249
* travis.yml: add go1.7Kamil Kisiel2016-08-161-0/+1
* Merge pull request #39 from 0x434D53/masterKamil Kisiel2016-05-251-0/+2
|\
| * Update Readme: Added HttpOnly, Secure flags for setting the cookie0x434D532016-05-251-0/+2
|/
* Merge branch 'master' of github.com:gorilla/securecookieMatt Silverlock2016-04-222-1/+26
|\
| * [feature] NopEncoder: accept/return []byte.Matt Silverlock2016-04-222-1/+26
| |\
| | * [feature] NopEncoder: accept/return []byte.Matt Silverlock2016-03-312-1/+26
| |/
* / [ci] .travis.yml go vet fix.Matt Silverlock2016-04-221-4/+3
|/
* Merge pull request #37 from gorilla/ci/travis-go-1.6Matt Silverlock2016-02-271-5/+16
|\
| * Update .travis.yml to build Go 1.6Matt Silverlock2016-02-271-5/+16
|/
* Merge pull request #33 from elithrar/subtle-len-backportMatt Silverlock2015-08-201-1/+3
|\
| * Reverts d8773d3 - backports len check for subtle.ConstantTimeCompare.Matt Silverlock2015-08-201-1/+3
|/
* Update .travis.ymlKamil Kisiel2015-08-201-3/+4
* Added fuzz testing facilities.Kamil Kisiel2015-08-182-0/+72
* Merge pull request #30 from elithrar/gen-key-docKamil Kisiel2015-08-081-0/+7
|\
| * Added note re: using GenerateRandomKey() not persisting keys.Matt Silverlock2015-08-081-0/+4
| * Improved warning around GenerateRandomKey.Matt Silverlock2015-08-081-0/+3
|/
* add test for nil hash keyKamil Kisiel2015-08-061-0/+12
* Merge pull request #29 from elithrar/codec-maxage-fixKamil Kisiel2015-08-061-1/+23
|\
| * Improved documentation for CodecsFromPairs.Matt Silverlock2015-08-061-1/+23
|/
* Merge pull request #27 from s7v7nislands/fix_readmeMatt Silverlock2015-08-061-1/+1
|\
| * fix readmes7v7nislands2015-07-171-1/+1
* | Merge pull request #28 from keunwoo/keunwoo-errors-alt-20150720Kamil Kisiel2015-07-282-31/+184
|\ \ | |/ |/|
| * Move error type assertions to test file.Keunwoo Lee2015-07-272-6/+4
| * Rename errorImpl -> cookieErrorKeunwoo Lee2015-07-271-27/+27
| * Make errors more distinguishableKeunwoo Lee2015-07-212-31/+186
|/
* Merge pull request #26 from Annonomus-Penguin/patch-1Kamil Kisiel2015-07-171-1/+1
|\
| * Fixed broken link in READMEAnnonomus-Penguin2015-07-171-1/+1
|/
* Merge pull request #23 from elithrar/readme-updatesKamil Kisiel2015-07-051-1/+74
|\
| * Fleshed out the README based on doc.go.Matt Silverlock2015-07-051-1/+74
|/
* Merge pull request #22 from cyx/use-reflect-deepequalKamil Kisiel2015-06-061-14/+2
|\
| * Use reflect.DeepEqual insteadCyril David2015-05-251-14/+2
* | Merge pull request #21 from elithrar/json-encoderKamil Kisiel2015-06-062-10/+82
|\ \ | |/ |/|
| * Merge branch 'json-encoder' of github.com:elithrar/securecookie into json-enc...Matt Silverlock2015-05-201-1/+1
| |\
| | * Fixed typo - TestEncription => TestEncryptionMatt Silverlock2015-05-161-1/+1
| | * Added a JSON encoder/decoder to securecookie.Matt Silverlock2015-05-162-7/+79
| |/ |/|
* | Merge pull request #19 from dchest/testinvalidKamil Kisiel2015-03-271-0/+22
|\ \
| | * Added a JSON encoder/decoder to securecookie.Matt Silverlock2015-05-202-10/+82
| |/
| * Add test for decoding some invalid cookies.Dmitry Chestnykh2015-03-271-0/+22
|/
* Revert "Improve Decode against timing attacks"Kamil Kisiel2015-03-271-27/+16
* Revert "Commenting retErr and setErr in Decode"Kamil Kisiel2015-03-271-5/+0
* Revert "A few more comments on decoding."Kamil Kisiel2015-03-271-3/+0
* A few more comments on decoding.Kamil Kisiel2015-03-181-0/+3
* Merge pull request #16 from elithrar/patch-1Kamil Kisiel2015-03-181-1/+1
|\
| * Removed redundant calls to len()Matt Silverlock2015-03-181-1/+1
* | Merge pull request #15 from abduelhamit/masterKamil Kisiel2015-03-182-22/+48
|\ \ | |/ |/|
| * Commenting retErr and setErr in DecodeAbdülhamit Yilmaz2015-03-181-0/+5