summaryrefslogtreecommitdiff
path: root/store.go
Commit message (Collapse)AuthorAgeFilesLines
* updatev0.1.1Hank Shen2021-05-191-10/+5
|
* updatev0.1.0Hank Shen2021-05-191-0/+18
|
* updatev0.0.2Hank Shen2021-05-181-1/+24
|
* updatev0.0.1Hank Shen2020-12-151-1/+1
|
* updateHank Shen2020-11-231-2/+23
|
* updateHank Shen2020-11-221-0/+13
|
* updateHank Shen2020-06-151-3/+0
|
* updateHank Shen2020-06-151-0/+3
|
* updateHank Shen2020-06-151-6/+5
|
* updateHank Shen2020-06-151-6/+6
|
* updateHank Shen2019-05-021-2/+2
|
* updateHank Shen2019-05-021-0/+3
|
* updateHank Shen2019-05-021-1/+1
|
* updateWenhui Shen2017-07-221-37/+23
|
* updateWenhui Shen2017-04-211-0/+18
|
* fixed bugswh2017-04-201-2/+2
|
* updateswh2017-04-201-13/+11
|
* updateWenhui Shen2016-02-191-10/+11
|
* updateWenhui Shen2016-02-181-1/+0
|
* fix -- for echo frameworkswh2016-02-181-17/+18
|
* typoShawn Smith2016-01-221-1/+1
|
* Fixed typo in doc string.Matt Silverlock2015-08-111-2/+2
|
* Provides functionality to set the MaxAge on the underlying securecookie Codecs.Matt Silverlock2015-08-111-2/+36
| | | | - Addresses https://github.com/gorilla/sessions/issues/48
* Use correct path separator on Windows.Egon Elbre2015-04-101-5/+3
|
* Add missing fileMutex read locking.Dmitry Chestnykh2015-03-261-0/+2
|
* Simplify FilesystemStore save and load.Dmitry Chestnykh2015-03-261-25/+3
| | | | Use ioutil package to write and read files.
* ensure FilesystemStore closes the file even on error.Kamil Kisiel2015-02-231-1/+1
| | | | Fixes #41
* Improved Store interface comments.Jonathan Gillham2013-10-251-7/+8
|
* Updated store documentation.Jonathan Gillham2013-10-251-0/+9
|
* Add MaxLength to FilesystemStore.Kamil Kisiel2013-10-171-0/+11
|
* Copy store options to sessions instead of referencing them.Kamil Kisiel2013-07-091-2/+4
| | | | Fixes GH-8
* Truncate session files when writing, otherwise we might not be able to parse ↵moraes2012-10-041-3/+3
| | | | them later on. Patch from Michael Stapelberg (thanks!). Closes #1
* Initial files.moraes2012-10-031-0/+235