Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updatev0.1.0 | Hank Shen | 2021-05-19 | 1 | -0/+18 |
| | |||||
* | updatev0.0.2 | Hank Shen | 2021-05-18 | 1 | -1/+24 |
| | |||||
* | updatev0.0.1 | Hank Shen | 2020-12-15 | 1 | -1/+1 |
| | |||||
* | update | Hank Shen | 2020-11-23 | 1 | -2/+23 |
| | |||||
* | update | Hank Shen | 2020-11-22 | 1 | -0/+5 |
| | |||||
* | update | Hank Shen | 2020-11-22 | 1 | -0/+13 |
| | |||||
* | update | Hank Shen | 2020-06-15 | 1 | -3/+0 |
| | |||||
* | update | Hank Shen | 2020-06-15 | 1 | -0/+3 |
| | |||||
* | update | Hank Shen | 2020-06-15 | 1 | -6/+5 |
| | |||||
* | update | Hank Shen | 2020-06-15 | 1 | -0/+3 |
| | |||||
* | update | Hank Shen | 2020-06-15 | 2 | -6/+7 |
| | |||||
* | Merge branch 'master' of https://github.com/admpub/sessions | shen_wen_hui | 2019-05-05 | 2 | -5/+8 |
|\ | |||||
| * | update | Hank Shen | 2019-05-02 | 1 | -2/+2 |
| | | |||||
| * | update | Hank Shen | 2019-05-02 | 1 | -0/+3 |
| | | |||||
| * | update | Hank Shen | 2019-05-02 | 1 | -1/+1 |
| | | |||||
| * | update | Hank Shen | 2019-05-02 | 1 | -2/+2 |
| | | |||||
* | | update | shen_wen_hui | 2019-05-05 | 1 | -7/+4 |
| | | |||||
* | | update | shen_wen_hui | 2019-05-05 | 1 | -5/+7 |
|/ | |||||
* | update | Wenhui Shen | 2017-07-22 | 2 | -68/+31 |
| | |||||
* | update | Wenhui Shen | 2017-04-21 | 2 | -0/+1 |
| | |||||
* | update | Wenhui Shen | 2017-04-21 | 4 | -1/+127 |
| | |||||
* | fixed bug | swh | 2017-04-20 | 1 | -2/+2 |
| | |||||
* | update | swh | 2017-04-20 | 5 | -323/+61 |
| | |||||
* | update | Wenhui Shen | 2016-02-19 | 2 | -23/+24 |
| | |||||
* | update | Wenhui Shen | 2016-02-18 | 2 | -2/+3 |
| | |||||
* | fix -- for echo framework | swh | 2016-02-18 | 2 | -30/+31 |
| | |||||
* | Merge pull request #66 from shawnps/patch-1 | Matt Silverlock | 2016-01-22 | 1 | -1/+1 |
|\ | | | | | [docs] typo | ||||
| * | typo | Shawn Smith | 2016-01-22 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #64 from wader/patch-1 | Matt Silverlock | 2016-01-07 | 1 | -0/+1 |
|\ | | | | | Add https://github.com/wader/gormstore | ||||
| * | Add https://github.com/wader/gormstore | Mattias Wadman | 2016-01-07 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #61 from gorilla/readme-notes | Matt Silverlock | 2015-12-23 | 1 | -20/+26 |
|\ | | | | | [docs] Added mention of context.ClearHandler as per #59 | ||||
| * | [docs] Added mention of context.ClearHandler as per #59; formatting fixes. | Matt Silverlock | 2015-12-23 | 1 | -20/+26 |
|/ | |||||
* | Merge pull request #56 from zemirco/patch-1 | Matt Silverlock | 2015-10-02 | 1 | -1/+1 |
|\ | | | | | [docs] Fixed syntax error in docs for struct initialization | ||||
| * | fix syntax error in docs for complex datatype | Mirco Zeiss | 2015-10-02 | 1 | -1/+1 |
|/ | |||||
* | Update .travis.yml | Kamil Kisiel | 2015-08-20 | 1 | -3/+4 |
| | |||||
* | Merge pull request #52 from elithrar/max-age-fix | Kamil Kisiel | 2015-08-11 | 1 | -2/+36 |
|\ | | | | | Provide method to set MaxAge on underlying cookies. | ||||
| * | Fixed typo in doc string. | Matt Silverlock | 2015-08-11 | 1 | -2/+2 |
| | | |||||
| * | Provides functionality to set the MaxAge on the underlying securecookie Codecs. | Matt Silverlock | 2015-08-11 | 1 | -2/+36 |
|/ | | | | - Addresses https://github.com/gorilla/sessions/issues/48 | ||||
* | Merge pull request #40 from rcadena/save-before-write-note | Kamil Kisiel | 2015-08-10 | 1 | -3/+4 |
|\ | | | | | Added note about calling save before writing to response. | ||||
| * | Moved and tweaked text. | rcadena | 2015-02-11 | 1 | -3/+3 |
| | | |||||
| * | Added note about calling save before writing to response. | rcadena | 2015-02-11 | 1 | -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-session | Kamil Kisiel | 2015-08-09 | 1 | -2/+32 |
|\ \ | | | | | | | Added example of retrieving from a session. | ||||
| * | | Added example of retrieving from a session. | Matt Silverlock | 2015-08-08 | 1 | -2/+32 |
|/ / | |||||
* | | Merge pull request #50 from elithrar/readme-updates | Kamil Kisiel | 2015-08-06 | 3 | -4/+57 |
|\ \ | | | | | | | Fleshed out README with example from doc.go + build/godoc badges. | ||||
| * | | Improved docs re: calling Save before writing/returning. | Matt Silverlock | 2015-08-06 | 3 | -3/+4 |
| | | | |||||
| * | | Fleshed out README with example from doc.go + build/godoc badges. | Matt Silverlock | 2015-08-06 | 1 | -2/+54 |
|/ / | |||||
* | | Merge pull request #47 from starJammer/dev | Kamil Kisiel | 2015-04-17 | 1 | -0/+1 |
|\ \ | | | | | | | Added arangodb session store | ||||
| * | | Added arangodb session store | Jerry Saravia | 2015-04-17 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #46 from egonelbre/fix-filepath | Kamil Kisiel | 2015-04-10 | 1 | -5/+3 |
|\ \ | | | | | | | Use correct path separator on Windows. | ||||
| * | | Use correct path separator on Windows. | Egon Elbre | 2015-04-10 | 1 | -5/+3 |
|/ / |