summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updateHank Shen2019-05-021-1/+1
|
* updateHank Shen2019-05-021-2/+2
|
* updateWenhui Shen2017-07-222-68/+31
|
* updateWenhui Shen2017-04-212-0/+1
|
* updateWenhui Shen2017-04-214-1/+127
|
* fixed bugswh2017-04-201-2/+2
|
* updateswh2017-04-205-323/+61
|
* updateWenhui Shen2016-02-192-23/+24
|
* updateWenhui Shen2016-02-182-2/+3
|
* fix -- for echo frameworkswh2016-02-182-30/+31
|
* Merge pull request #66 from shawnps/patch-1Matt Silverlock2016-01-221-1/+1
|\ | | | | [docs] typo
| * typoShawn Smith2016-01-221-1/+1
|/
* Merge pull request #64 from wader/patch-1Matt Silverlock2016-01-071-0/+1
|\ | | | | Add https://github.com/wader/gormstore
| * Add https://github.com/wader/gormstoreMattias Wadman2016-01-071-0/+1
|/
* Merge pull request #61 from gorilla/readme-notesMatt Silverlock2015-12-231-20/+26
|\ | | | | [docs] Added mention of context.ClearHandler as per #59
| * [docs] Added mention of context.ClearHandler as per #59; formatting fixes.Matt Silverlock2015-12-231-20/+26
|/
* Merge pull request #56 from zemirco/patch-1Matt Silverlock2015-10-021-1/+1
|\ | | | | [docs] Fixed syntax error in docs for struct initialization
| * fix syntax error in docs for complex datatypeMirco Zeiss2015-10-021-1/+1
|/
* Update .travis.ymlKamil Kisiel2015-08-201-3/+4
|
* Merge pull request #52 from elithrar/max-age-fixKamil Kisiel2015-08-111-2/+36
|\ | | | | Provide method to set MaxAge on underlying cookies.
| * Fixed typo in doc string.Matt Silverlock2015-08-111-2/+2
| |
| * Provides functionality to set the MaxAge on the underlying securecookie Codecs.Matt Silverlock2015-08-111-2/+36
|/ | | | - Addresses https://github.com/gorilla/sessions/issues/48
* Merge pull request #40 from rcadena/save-before-write-noteKamil Kisiel2015-08-101-3/+4
|\ | | | | Added note about calling save before writing to response.
| * Moved and tweaked text.rcadena2015-02-111-3/+3
| |
| * Added note about calling save before writing to response.rcadena2015-02-111-3/+4
| | | | | | | | | | | | | | Also removed calls to fmt.Fprintf in AddFlash example. If a user follows the old example then the session won't be stored. See: https://github.com/gorilla/sessions/issues/39
* | Merge pull request #51 from elithrar/assert-from-sessionKamil Kisiel2015-08-091-2/+32
|\ \ | | | | | | Added example of retrieving from a session.
| * | 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
|\ \ | | | | | | Fleshed out README with example from doc.go + build/godoc badges.
| * | 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 store
| * | 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.
| * | 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 link
| * | rethinkstore linkBrian Jones2015-04-011-0/+1
|/ /
* | Merge pull request #43 from StableLib/filesystemKamil Kisiel2015-03-261-25/+5
|\ \ | | | | | | Simplify FilesystemStore save and load.
| * | Add missing fileMutex read locking.Dmitry Chestnykh2015-03-261-0/+2
| | |
| * | Simplify FilesystemStore save and load.Dmitry Chestnykh2015-03-261-25/+3
|/ / | | | | | | Use ioutil package to write and read files.
* | Merge pull request #42 from michaeljs1990/patch-1Kamil Kisiel2015-03-021-0/+1
|\ \ | | | | | | Update README.md
| * | Update README.mdMichael Schuett2015-03-011-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 Kisiel2015-02-231-1/+1
|/ | | | Fixes #41
* Merge pull request #37 from denizeren/masterKamil Kisiel2015-01-291-0/+1
|\ | | | | Added DynamoStore to implementation list.
| * Added DynamoStore to implementation list.Deniz Eren2015-01-291-0/+1
|/
* Merge pull request #29 from yosssi/patch-1Kamil Kisiel2014-06-131-0/+1
|\ | | | | Add github.com/yosssi/boltstore
| * 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
| | | Fixes #28
* Update README.mdKamil Kisiel2014-03-061-1/+1
| | | Alphabetize
* Merge pull request #27 from kidstuff/masterKamil Kisiel2014-03-061-0/+1
|\ | | | | Add MongoStore to README.md