Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify FilesystemStore save and load. | Dmitry Chestnykh | 2015-03-26 | 1 | -25/+3 |
| | | | | Use ioutil package to write and read files. | ||||
* | Merge pull request #42 from michaeljs1990/patch-1 | Kamil Kisiel | 2015-03-02 | 1 | -0/+1 |
|\ | | | | | Update README.md | ||||
| * | Update README.md | Michael Schuett | 2015-03-01 | 1 | -0/+1 |
|/ | | | I have created a SQLite driver which I find nice for developing locally with. It is just a slight modification to the already existing MySQL driver by srinathgs. | ||||
* | ensure FilesystemStore closes the file even on error. | Kamil Kisiel | 2015-02-23 | 1 | -1/+1 |
| | | | | Fixes #41 | ||||
* | Merge pull request #37 from denizeren/master | Kamil Kisiel | 2015-01-29 | 1 | -0/+1 |
|\ | | | | | Added DynamoStore to implementation list. | ||||
| * | Added DynamoStore to implementation list. | Deniz Eren | 2015-01-29 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #29 from yosssi/patch-1 | Kamil Kisiel | 2014-06-13 | 1 | -0/+1 |
|\ | | | | | Add github.com/yosssi/boltstore | ||||
| * | Update README.md | Keiji Yoshida | 2014-06-13 | 1 | -1/+1 |
| | | |||||
| * | Add github.com/yosssi/boltstore | Keiji Yoshida | 2014-06-13 | 1 | -0/+1 |
|/ | |||||
* | Add Memcache store implementation | Kamil Kisiel | 2014-05-16 | 1 | -1/+2 |
| | | | Fixes #28 | ||||
* | Update README.md | Kamil Kisiel | 2014-03-06 | 1 | -1/+1 |
| | | | Alphabetize | ||||
* | Merge pull request #27 from kidstuff/master | Kamil Kisiel | 2014-03-06 | 1 | -0/+1 |
|\ | | | | | Add MongoStore to README.md | ||||
| * | Add MongoStore to README.md | nvcnvn | 2014-03-05 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #25 from boj/patch-1 | Kamil Kisiel | 2014-02-13 | 1 | -0/+1 |
|\ | | | | | Added RiakStore to implementation list. | ||||
| * | Added RiakStore to implementation list. | Brian Jones | 2014-02-13 | 1 | -0/+1 |
|/ | |||||
* | Clarify docs a bit. | Kamil Kisiel | 2014-01-13 | 1 | -3/+5 |
| | |||||
* | Merge pull request #23 from ancarda/patch-1 | Kamil Kisiel | 2014-01-13 | 1 | -0/+6 |
|\ | | | | | Added note about memory leak (Fixes #15) | ||||
| * | Added note about memory leak (Fixes #15) | Mark Dain | 2014-01-13 | 1 | -0/+6 |
|/ | | | This is something fairly important, it shouldn't be left out of the documentation. | ||||
* | Merge pull request #22 from antonlindstrom/master | Kamil Kisiel | 2014-01-07 | 1 | -0/+1 |
|\ | | | | | add postgresql session store link in readme | ||||
| * | add postgresql session store link in readme | Anton Lindström | 2014-01-07 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #21 from ancarda/patch-1 | Kamil Kisiel | 2014-01-06 | 1 | -2/+3 |
|\ | | | | | Fixed Formatting Issue | ||||
| * | Added trailing comma | Mark Dain | 2014-01-05 | 1 | -1/+2 |
| | | |||||
| * | Fixed Formatting Issue | Mark Dain | 2014-01-04 | 1 | -3/+3 |
|/ | | | | | | | Go will refuse to compile unless the last key is on the same line as the closing brace: `non-declaration statement outside function body`. Additionally, I set the HttpOnly flag on. I think this is a good default for everybody as it increases security and Gorilla's cookies are actually encrypted so JavaScript access is unlikely to be needed. | ||||
* | Add go 1.2 to travis.yml | Kamil Kisiel | 2013-12-05 | 1 | -0/+1 |
| | |||||
* | Fit vet nits. | Kamil Kisiel | 2013-12-02 | 1 | -2/+2 |
| | |||||
* | Add travis.yml | Kamil Kisiel | 2013-12-01 | 1 | -0/+6 |
| | |||||
* | Merge pull request #19 from qedus/store_error_handling | Kamil Kisiel | 2013-11-15 | 1 | -0/+10 |
|\ | | | | | Proposed change to Registry.Get function. | ||||
| * | Improved Store interface comments. | Jonathan Gillham | 2013-10-25 | 1 | -7/+8 |
| | | |||||
| * | Updated store documentation. | Jonathan Gillham | 2013-10-25 | 1 | -0/+9 |
| | | |||||
| * | Revert "Proposed change to Registry.Get function when CookieStore.New produces" | Jonathan Gillham | 2013-10-25 | 1 | -3/+1 |
| | | | | | | | | This reverts commit 43ff70ebcff1674fba9aff126178f93076b32718. | ||||
| * | Proposed change to Registry.Get function when CookieStore.New produces | Jonathan Gillham | 2013-10-21 | 1 | -1/+3 |
| | | | | | | | | an error. | ||||
* | | Add link to gaesessions in README.md | Kamil Kisiel | 2013-11-09 | 1 | -3/+4 |
| | | |||||
* | | Add mysqlstore to README. | Kamil Kisiel | 2013-10-31 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #17 from gorilla/MaxLength | Kamil Kisiel | 2013-10-18 | 2 | -0/+36 |
|\ | | | | | Add MaxLength to FilesystemStore. | ||||
| * | Add MaxLength to FilesystemStore. | Kamil Kisiel | 2013-10-17 | 2 | -0/+36 |
| | | |||||
* | | Merge pull request #14 from elithrar/master | Kamil Kisiel | 2013-08-02 | 1 | -0/+33 |
|\ \ | |/ |/| | Docs: Updated to show registration of custom types & session.Save error handling. | ||||
| * | Added examples for serialising custom types and handling errors from ↵ | Matt Silverlock | 2013-08-02 | 1 | -0/+33 |
|/ | | | | session.Save(). | ||||
* | Add couchbasestore to README | Kamil Kisiel | 2013-07-10 | 1 | -1/+2 |
| | |||||
* | Merge remote branch 'fork/master' | Kamil Kisiel | 2013-07-09 | 1 | -1/+7 |
|\ | |||||
| * | Added link to redistore | Kamil Kisiel | 2013-03-20 | 1 | -1/+7 |
| | | |||||
* | | Copy store options to sessions instead of referencing them. | Kamil Kisiel | 2013-07-09 | 2 | -2/+52 |
|/ | | | | 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 | 5 | -0/+819 |
| | |||||
* | Initial commit | rodrigo moraes | 2012-10-03 | 1 | -0/+2 |