Session, fixed bug in algorithm detection, it was always choosing SHA-256
[catagits/Catalyst-Plugin-Session.git] / lib / Catalyst / Plugin / Session.pm
2005-12-11 Andy Grundman Session, fixed bug in algorithm detection, it was alway...
2005-12-05 Yuval Kogman Some doc fixes and updates for C::P::Session
2005-12-05 Yuval Kogman flash_to_stash goodness
2005-12-05 Yuval Kogman $c->flash can also create a session id
2005-12-05 Yuval Kogman More refactoring of green things in general
2005-12-05 Yuval Kogman Flash data is now in a separately prefixed session...
2005-12-05 Yuval Kogman Document $c->flash
2005-12-04 Yuval Kogman changelog + doc fixes for C::P::Session
2005-12-04 Yuval Kogman Lazy loading session data
2005-12-04 Yuval Kogman Untested $c->flash
2005-11-28 Yuval Kogman $c->session_expire_key
2005-11-27 Yuval Kogman Silly doc fix for C::P::Session
2005-11-26 Yuval Kogman Refactor guts of C::P::Session to use _session and...
2005-11-26 Yuval Kogman Doc fixes to C::P::Session from Uwe
2005-11-23 Yuval Kogman Fix LICNESE typo
2005-11-23 Yuval Kogman Teensy tiny doc fixed v0.02
2005-11-23 Sascha Kiefer Version update
2005-11-22 Yuval Kogman Doc improvements for C::P::Session
2005-11-14 Yuval Kogman AUTHORS section for C::P::Session v0.01
2005-11-14 Yuval Kogman Fix broken pod
2005-11-14 Yuval Kogman Boilerplate for C::P::Session
2005-11-14 Yuval Kogman Improve debugging messages for C::P::Session
2005-11-04 Yuval Kogman Better documentation of when exactly session related...
2005-11-04 Andy Grundman Session, fixed prepare_action to do its work before...
2005-11-03 Yuval Kogman remove use of List::Util::first due to leaking
2005-11-01 Yuval Kogman Override dump_these in session to add dump session...
2005-10-31 Yuval Kogman Catalyst::Plugin::Session - SYNOPSIS expanded, full...
2005-10-31 Yuval Kogman Releng, test fixes, bug fixes for Session plugins
2005-10-29 Yuval Kogman releng of session stuff
2005-10-26 Yuval Kogman Perltidy + restore of lost test fixes
2005-10-26 Yuval Kogman Big checkin of the Session plugin