summaryrefslogtreecommitdiff
path: root/store.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* ensure FilesystemStore closes the file even on error.Kamil Kisiel2015-02-231-1/+1
* 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
* Truncate session files when writing, otherwise we might not be able to parse ...moraes2012-10-041-3/+3
* Initial files.moraes2012-10-031-0/+235