Checking in changes prior to tagging of version 0.09_02. Changelog diff is:
[catagits/Web-Session.git] / lib / Plack / Session / State.pm
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 Moved Plack::Request and Plack::Response use to individ...
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-14 Stevan Little Adding some additional docs and VERSION, AUTHORITY...
2009-12-13 Stevan Little adding the validation step into the docs
2009-12-13 Stevan Little refactoring chiba++ commit so we only extract session...
2009-12-13 Masahiro Chiba no temporary variable
2009-12-13 Masahiro Chiba s/check/validate/
2009-12-13 Masahiro Chiba check wrong format request session_id
2009-12-13 Stevan Little bunch more docs
2009-12-12 Stevan Little adding Makefile.PL, Changes, README and such
2009-12-12 Stevan Little docs, docs and more docs
2009-12-12 Stevan Little tests for State::Cookie
2009-12-12 Stevan Little preliminary docs added, improved support for subclassin...
2009-12-12 Tatsuhiko Miyagawa Fixed I generation to use SHA1 instead of sequential...
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