Commit graph

54 commits

Author SHA1 Message Date
Matt Silverlock
460e18584b Improved docs re: calling Save before writing/returning. 2015-08-06 15:39:54 +08:00
Matt Silverlock
286213d1c4 Fleshed out README with example from doc.go + build/godoc badges. 2015-08-06 15:36:25 +08:00
Kamil Kisiel
f61c3ec2cf Merge pull request #47 from starJammer/dev
Added arangodb session store
2015-04-17 10:47:05 -07:00
Jerry Saravia
93a532e5ac Added arangodb session store 2015-04-17 10:02:49 -04:00
Kamil Kisiel
cc7771daaa Merge pull request #46 from egonelbre/fix-filepath
Use correct path separator on Windows.
2015-04-10 10:36:12 -07:00
Egon Elbre
14656fba26 Use correct path separator on Windows. 2015-04-10 10:44:37 +03:00
Kamil Kisiel
3e759b5c55 Merge pull request #44 from boj/master
rethinkstore link
2015-04-01 10:22:39 -07:00
Brian Jones
c9c3e43296 rethinkstore link 2015-04-01 18:20:06 +09:00
Kamil Kisiel
c8fb5963af Merge pull request #43 from StableLib/filesystem
Simplify FilesystemStore save and load.
2015-03-25 17:08:44 -07:00
Dmitry Chestnykh
9a1a995303 Add missing fileMutex read locking. 2015-03-25 22:41:01 +01:00
Dmitry Chestnykh
4b0af47230 Simplify FilesystemStore save and load.
Use ioutil package to write and read files.
2015-03-25 22:35:41 +01:00
Kamil Kisiel
1f45645972 Merge pull request #42 from michaeljs1990/patch-1
Update README.md
2015-03-02 00:21:27 -08:00
Michael Schuett
2afdef550c Update README.md
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.
2015-02-28 23:00:19 -05:00
Kamil Kisiel
39dd83d692 ensure FilesystemStore closes the file even on error.
Fixes #41
2015-02-23 07:52:35 -08:00
Kamil Kisiel
13c86220d9 Merge pull request #37 from denizeren/master
Added DynamoStore to implementation list.
2015-01-29 10:30:26 -08:00
Deniz Eren
4e0725cf9c Added DynamoStore to implementation list. 2015-01-29 18:17:56 +00:00
Kamil Kisiel
aa5e036e6c Merge pull request #29 from yosssi/patch-1
Add github.com/yosssi/boltstore
2014-06-13 12:43:57 -07:00
Keiji Yoshida
b5df0baf36 Update README.md 2014-06-14 04:27:47 +09:00
Keiji Yoshida
43642f673f Add github.com/yosssi/boltstore 2014-06-14 04:04:41 +09:00
Kamil Kisiel
28f8968708 Add Memcache store implementation
Fixes #28
2014-05-16 12:41:36 -07:00
Kamil Kisiel
c5bbe9d3d3 Update README.md
Alphabetize
2014-03-05 12:43:50 -08:00
Kamil Kisiel
19a02e6217 Merge pull request #27 from kidstuff/master
Add MongoStore to README.md
2014-03-05 12:43:08 -08:00
nvcnvn
05c7254e21 Add MongoStore to README.md 2014-03-05 16:18:36 +07:00
Kamil Kisiel
aaa7e50fe1 Merge pull request #25 from boj/patch-1
Added RiakStore to implementation list.
2014-02-13 07:56:43 -08:00
Brian Jones
9bf77df48f Added RiakStore to implementation list. 2014-02-13 22:36:33 +09:00
Kamil Kisiel
96a5fdda5c Clarify docs a bit. 2014-01-12 21:06:25 -08:00
Kamil Kisiel
457fd41076 Merge pull request #23 from ancarda/patch-1
Added note about memory leak (Fixes #15)
2014-01-12 21:04:58 -08:00
Mark Dain
44fb592008 Added note about memory leak (Fixes #15)
This is something fairly important, it shouldn't be left out of the documentation.
2014-01-13 00:12:44 +00:00
Kamil Kisiel
4813047612 Merge pull request #22 from antonlindstrom/master
add postgresql session store link in readme
2014-01-07 10:15:13 -08:00
Anton Lindström
c1b041dc3f add postgresql session store link in readme 2014-01-07 18:43:15 +01:00
Kamil Kisiel
d40f74366e Merge pull request #21 from ancarda/patch-1
Fixed Formatting Issue
2014-01-05 23:44:15 -08:00
Mark Dain
6e81116515 Added trailing comma 2014-01-05 10:10:22 +00:00
Mark Dain
a8459038dc Fixed Formatting Issue
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.
2014-01-04 16:40:48 +00:00
Kamil Kisiel
c9bf01c188 Add go 1.2 to travis.yml 2013-12-04 23:16:17 -08:00
Kamil Kisiel
d310efded7 Fit vet nits. 2013-12-01 13:46:24 -08:00
Kamil Kisiel
eca5ef69da Add travis.yml 2013-11-30 13:26:13 -08:00
Kamil Kisiel
65d3f02177 Merge pull request #19 from qedus/store_error_handling
Proposed change to Registry.Get function.
2013-11-14 22:15:45 -08:00
Kamil Kisiel
ebb83c4245 Add link to gaesessions in README.md 2013-11-09 09:44:54 -08:00
Kamil Kisiel
1ace0650f7 Add mysqlstore to README. 2013-10-30 14:12:29 -07:00
Jonathan Gillham
3cb09c3e95 Improved Store interface comments. 2013-10-25 20:28:06 +01:00
Jonathan Gillham
cb4af09e63 Updated store documentation. 2013-10-25 11:15:33 +01:00
Jonathan Gillham
b5d868122c Revert "Proposed change to Registry.Get function when CookieStore.New produces"
This reverts commit 43ff70ebcf.
2013-10-25 11:01:54 +01:00
Jonathan Gillham
43ff70ebcf Proposed change to Registry.Get function when CookieStore.New produces
an error.
2013-10-21 13:35:37 +01:00
Kamil Kisiel
ac7032cee4 Merge pull request #17 from gorilla/MaxLength
Add MaxLength to FilesystemStore.
2013-10-17 20:10:39 -07:00
Kamil Kisiel
81f1be5cc0 Add MaxLength to FilesystemStore. 2013-10-17 09:55:59 -07:00
Kamil Kisiel
ba63748c4a Merge pull request #14 from elithrar/master
Docs: Updated to show registration of custom types & session.Save error handling.
2013-08-02 09:39:16 -07:00
Matt Silverlock
696523391f Added examples for serialising custom types and handling errors from session.Save(). 2013-08-02 14:44:22 +08:00
Kamil Kisiel
8593e03f31 Add couchbasestore to README 2013-07-10 11:08:01 -07:00
Kamil Kisiel
ee3427540d Merge remote branch 'fork/master' 2013-07-08 16:23:51 -07:00
Kamil Kisiel
ee375ad9ef Copy store options to sessions instead of referencing them.
Fixes GH-8
2013-07-08 16:10:05 -07:00