Checking in changes prior to tagging of version 0.11. Changelog diff is:
[catagits/Web-Session.git] / t /
2010-02-26 lestrrat update test code
2010-02-26 lestrrat implement DBI store
2010-02-03 Tatsuhiko Miyagawa Fixed a bug where path is not set to / by default.
2010-01-31 Tatsuhiko Miyagawa Fixes the use of Plack::Respose->new
2010-01-30 Tatsuhiko Miyagawa Added 'httponly' to Cookie state options.
2010-01-30 Tatsuhiko Miyagawa Accept expires as seconds since new Plack::Response...
2010-01-30 Tatsuhiko Miyagawa avoid perl warnings
2010-01-11 Tatsuhiko Miyagawa remove session_class and psgix.session per discussion...
2010-01-10 Stevan Little removing the test for the cookie middleware that wont...
2010-01-10 Stevan Little adding in tests for the raw HASH session
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 Added Session::Cookie middleware which utilizes Cookie...
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 s/plack.session/psgix.session/
2009-12-19 Stevan Little pre-0.02 commit
2009-12-19 Tatsuhiko Miyagawa Do not destroy callback interface (clkao)
2009-12-14 Stevan Little adding test for custom session subclass
2009-12-13 Stevan Little adding in the dump_session method to the Store classes
2009-12-13 Masahiro Chiba remove Store::CHI
2009-12-13 Masahiro Chiba add Store::Cache
2009-12-13 Masahiro Chiba oops
2009-12-13 Masahiro Chiba check wrong format request session_id
2009-12-13 Stevan Little improved Store::File based on stuff in Store::CHI,...
2009-12-13 Masahiro Chiba make temporary directory by myself
2009-12-13 Masahiro Chiba add test for Store::CHI
2009-12-13 Stevan Little to make git include the t/tmp dir
2009-12-12 Stevan Little rename psgix.session to plack.session
2009-12-12 Stevan Little re-usable test suite and Store::File added
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 kill the debug lines
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