Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use correct path separator on Windows. | Egon Elbre | 2015-04-10 | 1 | -5/+3 |
| | |||||
* | Add missing fileMutex read locking. | Dmitry Chestnykh | 2015-03-26 | 1 | -0/+2 |
| | |||||
* | Simplify FilesystemStore save and load. | Dmitry Chestnykh | 2015-03-26 | 1 | -25/+3 |
| | | | | Use ioutil package to write and read files. | ||||
* | ensure FilesystemStore closes the file even on error. | Kamil Kisiel | 2015-02-23 | 1 | -1/+1 |
| | | | | Fixes #41 | ||||
* | Improved Store interface comments. | Jonathan Gillham | 2013-10-25 | 1 | -7/+8 |
| | |||||
* | Updated store documentation. | Jonathan Gillham | 2013-10-25 | 1 | -0/+9 |
| | |||||
* | Add MaxLength to FilesystemStore. | Kamil Kisiel | 2013-10-17 | 1 | -0/+11 |
| | |||||
* | Copy store options to sessions instead of referencing them. | Kamil Kisiel | 2013-07-09 | 1 | -2/+4 |
| | | | | Fixes GH-8 | ||||
* | Truncate session files when writing, otherwise we might not be able to parse ↵ | moraes | 2012-10-04 | 1 | -3/+3 |
| | | | | them later on. Patch from Michael Stapelberg (thanks!). Closes #1 | ||||
* | Initial files. | moraes | 2012-10-03 | 1 | -0/+235 |