catagits/Web-Session.git
2011-11-23 Tatsuhiko Miyagawa Merge pull request #7 from tokuhirom/master master
2011-11-21 Tokuhiro Matsuno use Test::Fatal instead of Test::Exception. Since Test...
2011-03-29 Tatsuhiko Miyagawa Checking in changes prior to tagging of version 0.14.
2011-03-23 Masahiro Nagano support get_dbh callback
2011-03-23 Masahiro Nagano remove prepare_dbh, use prepare_cached
2010-12-22 Tatsuhiko Miyagawa Checking in changes prior to tagging of version 0.13.
2010-12-22 Tatsuhiko Miyagawa Added docs to deprecate parameter based session ID...
2010-12-22 s-aska fix Session Fixation
2010-12-10 Tatsuhiko Miyagawa typo
2010-12-10 Tatsuhiko Miyagawa Added a note about using Plack::Request
2010-07-07 Tatsuhiko Miyagawa Checking in changes prior to tagging of version 0.12.
2010-07-07 Graham Knop allow setting httponly flag via Session::Cookie middlew...
2010-07-07 Graham Knop document httponly cookie option
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-26 Tatsuhiko Miyagawa fixed docs
2010-02-26 Tatsuhiko Miyagawa remove use DBI since it SHOULD be called outside and...
2010-02-26 lestrrat update test code
2010-02-26 lestrrat make the user pass in dbh instead of connect_info....
2010-02-26 lestrrat implement DBI store
2010-02-26 lestrrat missing dep
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-02-03 Tatsuhiko Miyagawa Fixed a bug where path is not set to / by default.
2010-01-31 Tatsuhiko Miyagawa Checking in changes prior to tagging of version 0.09_02...
2010-01-31 Tatsuhiko Miyagawa Fixes the use of Plack::Respose->new
2010-01-30 Tatsuhiko Miyagawa Checking in changes prior to tagging of version 0.09_01...
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-29 Tatsuhiko Miyagawa Make it work the new Plack::Request (in Plack 1.0)
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 Moved Plack::Request and Plack::Response use to individ...
2010-01-09 Tatsuhiko Miyagawa Always renew timestamp in Cookie Session
2010-01-09 Tatsuhiko Miyagawa Pass $env in more Middleware APIs so subclasses can...
2010-01-09 Tatsuhiko Miyagawa s/cleanup/remove/ in Store API
2010-01-09 Tatsuhiko Miyagawa Refactored Middleware::Session to call ->state and...
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 Some cleanup of the code.
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 0.03 release
2010-01-07 Stevan Little Merge branch 'master' of git@github.com:stevan/plack...
2010-01-07 Stevan Little s/plack.session/psgix.session/
2010-01-05 Tatsuhiko Miyagawa use lock_* for advisory locking
2009-12-19 Stevan Little pre-0.02 commit
2009-12-19 Tatsuhiko Miyagawa Do not destroy callback interface (clkao)
2009-12-19 franck cuny fix typo
2009-12-18 Stevan Little fixing the mis-named dependency
2009-12-15 Stevan Little version 0.01
2009-12-15 Stevan Little update example to use Plack::Request->session, add...
2009-12-14 Stevan Little Adding some additional docs and VERSION, AUTHORITY...
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 Stevan Little allow session class to be configurable
2009-12-13 Stevan Little doc cleanup
2009-12-13 Masahiro Chiba remove Store::CHI
2009-12-13 Masahiro Chiba add Store::Cache
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 oops
2009-12-13 Masahiro Chiba check wrong format request session_id
2009-12-13 Tatsuhiko Miyagawa inflate store/state with strings like "store => 'File...
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 forgot to rename psgix.session to plack.session in...
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 rename dist to Plack::Middleware::Session for consistency
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 Masahiro Chiba add CHI store
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