aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #40 from rcadena/save-before-write-noteKamil Kisiel2015-08-101-3/+4
|\
| * Moved and tweaked text.rcadena2015-02-111-3/+3
| * Added note about calling save before writing to response.rcadena2015-02-111-3/+4
* | Merge pull request #51 from elithrar/assert-from-sessionKamil Kisiel2015-08-091-2/+32
|\ \
| * | Added example of retrieving from a session.Matt Silverlock2015-08-081-2/+32
|/ /
* | Merge pull request #50 from elithrar/readme-updatesKamil Kisiel2015-08-063-4/+57
|\ \
| * | Improved docs re: calling Save before writing/returning.Matt Silverlock2015-08-063-3/+4
| * | Fleshed out README with example from doc.go + build/godoc badges.Matt Silverlock2015-08-061-2/+54
|/ /
* | Merge pull request #47 from starJammer/devKamil Kisiel2015-04-171-0/+1
|\ \
| * | Added arangodb session storeJerry Saravia2015-04-171-0/+1
|/ /
* | Merge pull request #46 from egonelbre/fix-filepathKamil Kisiel2015-04-101-5/+3
|\ \
| * | Use correct path separator on Windows.Egon Elbre2015-04-101-5/+3
|/ /
* | Merge pull request #44 from boj/masterKamil Kisiel2015-04-011-0/+1
|\ \
| * | rethinkstore linkBrian Jones2015-04-011-0/+1
|/ /
* | Merge pull request #43 from StableLib/filesystemKamil Kisiel2015-03-261-25/+5
|\ \
| * | Add missing fileMutex read locking.Dmitry Chestnykh2015-03-261-0/+2
| * | Simplify FilesystemStore save and load.Dmitry Chestnykh2015-03-261-25/+3
|/ /
* | Merge pull request #42 from michaeljs1990/patch-1Kamil Kisiel2015-03-021-0/+1
|\ \
| * | Update README.mdMichael Schuett2015-03-011-0/+1
|/ /
* / ensure FilesystemStore closes the file even on error.Kamil Kisiel2015-02-231-1/+1
|/
* Merge pull request #37 from denizeren/masterKamil Kisiel2015-01-291-0/+1
|\
| * Added DynamoStore to implementation list.Deniz Eren2015-01-291-0/+1
|/
* Merge pull request #29 from yosssi/patch-1Kamil Kisiel2014-06-131-0/+1
|\
| * Update README.mdKeiji Yoshida2014-06-131-1/+1
| * Add github.com/yosssi/boltstoreKeiji Yoshida2014-06-131-0/+1
|/
* Add Memcache store implementationKamil Kisiel2014-05-161-1/+2
* Update README.mdKamil Kisiel2014-03-061-1/+1
* Merge pull request #27 from kidstuff/masterKamil Kisiel2014-03-061-0/+1
|\
| * Add MongoStore to README.mdnvcnvn2014-03-051-0/+1
|/
* Merge pull request #25 from boj/patch-1Kamil Kisiel2014-02-131-0/+1
|\
| * Added RiakStore to implementation list.Brian Jones2014-02-131-0/+1
|/
* Clarify docs a bit.Kamil Kisiel2014-01-131-3/+5
* Merge pull request #23 from ancarda/patch-1Kamil Kisiel2014-01-131-0/+6
|\
| * Added note about memory leak (Fixes #15)Mark Dain2014-01-131-0/+6
|/
* Merge pull request #22 from antonlindstrom/masterKamil Kisiel2014-01-071-0/+1
|\
| * add postgresql session store link in readmeAnton Lindström2014-01-071-0/+1
|/
* Merge pull request #21 from ancarda/patch-1Kamil Kisiel2014-01-061-2/+3
|\
| * Added trailing commaMark Dain2014-01-051-1/+2
| * Fixed Formatting IssueMark Dain2014-01-041-3/+3
|/
* Add go 1.2 to travis.ymlKamil Kisiel2013-12-051-0/+1
* Fit vet nits.Kamil Kisiel2013-12-021-2/+2
* Add travis.ymlKamil Kisiel2013-12-011-0/+6
* Merge pull request #19 from qedus/store_error_handlingKamil Kisiel2013-11-151-0/+10
|\
| * Improved Store interface comments.Jonathan Gillham2013-10-251-7/+8
| * Updated store documentation.Jonathan Gillham2013-10-251-0/+9
| * Revert "Proposed change to Registry.Get function when CookieStore.New produces"Jonathan Gillham2013-10-251-3/+1
| * Proposed change to Registry.Get function when CookieStore.New producesJonathan Gillham2013-10-211-1/+3
* | Add link to gaesessions in README.mdKamil Kisiel2013-11-091-3/+4
* | Add mysqlstore to README.Kamil Kisiel2013-10-311-1/+2
|/
* Merge pull request #17 from gorilla/MaxLengthKamil Kisiel2013-10-182-0/+36
|\