Checking in changes prior to tagging of version 0.10. Changelog diff is:
[catagits/Web-Session.git] / lib / Plack / Session.pm
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-11 Tatsuhiko Miyagawa remove session_class and psgix.session per discussion...
2010-01-09 Tatsuhiko Miyagawa Pass $env in more Middleware APIs so subclasses can...
2010-01-09 Tatsuhiko Miyagawa Remove $session->commit, and hence remove manager to...
2010-01-09 Tatsuhiko Miyagawa Simplified the accessor code and consructor. Also simpl...
2010-01-09 Tatsuhiko Miyagawa Rewrote all the tests and now all tests pass!
2010-01-09 Tatsuhiko Miyagawa Make psgix.session a hash reference and plack.session...
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
2009-12-19 Stevan Little pre-0.02 commit
2009-12-19 franck cuny fix typo
2009-12-14 Stevan Little Adding some additional docs and VERSION, AUTHORITY...
2009-12-13 Stevan Little bunch more docs
2009-12-12 Stevan Little docs, docs and more docs
2009-12-12 Stevan Little preliminary docs added, improved support for subclassin...
2009-12-12 Stevan Little Middleware added, cookie state added, and example psgi app
2009-12-11 Stevan Little as minimalist as I could possibly be