Commit graph

10 commits

Author SHA1 Message Date
Egon Elbre
14656fba26 Use correct path separator on Windows. 2015-04-10 10:44:37 +03:00
Dmitry Chestnykh
9a1a995303 Add missing fileMutex read locking. 2015-03-25 22:41:01 +01:00
Dmitry Chestnykh
4b0af47230 Simplify FilesystemStore save and load.
Use ioutil package to write and read files.
2015-03-25 22:35:41 +01:00
Kamil Kisiel
39dd83d692 ensure FilesystemStore closes the file even on error.
Fixes #41
2015-02-23 07:52:35 -08:00
Jonathan Gillham
3cb09c3e95 Improved Store interface comments. 2013-10-25 20:28:06 +01:00
Jonathan Gillham
cb4af09e63 Updated store documentation. 2013-10-25 11:15:33 +01:00
Kamil Kisiel
81f1be5cc0 Add MaxLength to FilesystemStore. 2013-10-17 09:55:59 -07:00
Kamil Kisiel
ee375ad9ef Copy store options to sessions instead of referencing them.
Fixes GH-8
2013-07-08 16:10:05 -07:00
moraes
c044c93603 Truncate session files when writing, otherwise we might not be able to parse them later on. Patch from Michael Stapelberg (thanks!). Closes #1 2012-10-03 18:38:59 -03:00
moraes
918ff72419 Initial files. 2012-10-03 01:49:24 -03:00