fix some typos and spelling mistakes
[catagits/Web-Session.git] / lib / Plack / Session / Store / File.pm
2010-07-07 Graham Knop fix some typos and spelling mistakes
2010-04-02 Mark Stosberg Fix typos: s/CORE/CODE/, s/mdoule/module/
2010-02-27 Tatsuhiko Miyagawa Checking in changes prior to tagging of version 0.11...
2010-02-23 Tatsuhiko Miyagawa Checking in changes prior to tagging of version 0.10...
2010-02-03 Tatsuhiko Miyagawa Checking in changes prior to tagging of version 0.09_03...
2010-01-31 Tatsuhiko Miyagawa Checking in changes prior to tagging of version 0.09_02...
2010-01-30 Tatsuhiko Miyagawa Checking in changes prior to tagging of version 0.09_01...
2010-01-09 Tatsuhiko Miyagawa s/cleanup/remove/ in Store API
2010-01-09 Tatsuhiko Miyagawa Rewrote all the tests and now all tests pass!
2010-01-09 Tatsuhiko Miyagawa Reworked Session to make the expiration a store's respo...
2010-01-09 Tatsuhiko Miyagawa Huge rewrite of the code: $session->get, ->set etc...
2010-01-07 Stevan Little 0.03 release
2010-01-05 Tatsuhiko Miyagawa use lock_* for advisory locking
2009-12-19 Stevan Little pre-0.02 commit
2009-12-14 Stevan Little Adding some additional docs and VERSION, AUTHORITY...
2009-12-13 Stevan Little adding in the dump_session method to the Store classes
2009-12-13 Tatsuhiko Miyagawa use TMPDIR env if it's defined in Store::File
2009-12-13 Stevan Little bunch more docs
2009-12-13 Stevan Little improved Store::File based on stuff in Store::CHI,...
2009-12-12 Stevan Little re-usable test suite and Store::File added