2011-11-23 |
Tatsuhiko Miyagawa |
Merge pull request #7 from tokuhirom/master master |
commit | commitdiff | tree | snapshot |
2011-11-21 |
Tokuhiro Matsuno |
use Test::Fatal instead of Test::Exception. Since Test... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Tatsuhiko Miyagawa |
Checking in changes prior to tagging of version 0.14. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Masahiro Nagano |
support get_dbh callback |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Masahiro Nagano |
remove prepare_dbh, use prepare_cached |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Tatsuhiko Miyagawa |
Checking in changes prior to tagging of version 0.13. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Tatsuhiko Miyagawa |
Added docs to deprecate parameter based session ID... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
s-aska |
fix Session Fixation |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Tatsuhiko Miyagawa |
typo |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Tatsuhiko Miyagawa |
Added a note about using Plack::Request |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Tatsuhiko Miyagawa |
Checking in changes prior to tagging of version 0.12. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Graham Knop |
allow setting httponly flag via Session::Cookie middlew... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Graham Knop |
document httponly cookie option |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Graham Knop |
fix some typos and spelling mistakes |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mark Stosberg |
Fix typos: s/CORE/CODE/, s/mdoule/module/ |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Tatsuhiko Miyagawa |
Checking in changes prior to tagging of version 0.11... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Tatsuhiko Miyagawa |
fixed docs |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Tatsuhiko Miyagawa |
remove use DBI since it SHOULD be called outside and... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
lestrrat |
update test code |
commit | commitdiff | tree | snapshot |
2010-02-26 |
lestrrat |
make the user pass in dbh instead of connect_info.... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
lestrrat |
implement DBI store |
commit | commitdiff | tree | snapshot |
2010-02-26 |
lestrrat |
missing dep |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Tatsuhiko Miyagawa |
Checking in changes prior to tagging of version 0.10... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Tatsuhiko Miyagawa |
Checking in changes prior to tagging of version 0.09_03... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Tatsuhiko Miyagawa |
Fixed a bug where path is not set to / by default. |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Tatsuhiko Miyagawa |
Checking in changes prior to tagging of version 0.09_02... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Tatsuhiko Miyagawa |
Fixes the use of Plack::Respose->new |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Tatsuhiko Miyagawa |
Checking in changes prior to tagging of version 0.09_01... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Tatsuhiko Miyagawa |
Added 'httponly' to Cookie state options. |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Tatsuhiko Miyagawa |
Accept expires as seconds since new Plack::Response... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Tatsuhiko Miyagawa |
avoid perl warnings |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Tatsuhiko Miyagawa |
Make it work the new Plack::Request (in Plack 1.0) |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Tatsuhiko Miyagawa |
remove session_class and psgix.session per discussion... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Stevan Little |
removing the test for the cookie middleware that wont... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Stevan Little |
adding in tests for the raw HASH session |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Tatsuhiko Miyagawa |
Moved Plack::Request and Plack::Response use to individ... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Tatsuhiko Miyagawa |
Always renew timestamp in Cookie Session |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Tatsuhiko Miyagawa |
Pass $env in more Middleware APIs so subclasses can... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Tatsuhiko Miyagawa |
s/cleanup/remove/ in Store API |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Tatsuhiko Miyagawa |
Refactored Middleware::Session to call ->state and... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Tatsuhiko Miyagawa |
Remove $session->commit, and hence remove manager to... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Tatsuhiko Miyagawa |
Simplified the accessor code and consructor. Also simpl... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Tatsuhiko Miyagawa |
Rewrote all the tests and now all tests pass! |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Tatsuhiko Miyagawa |
Some cleanup of the code. |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Tatsuhiko Miyagawa |
Make psgix.session a hash reference and plack.session... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Tatsuhiko Miyagawa |
Added Session::Cookie middleware which utilizes Cookie... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Tatsuhiko Miyagawa |
Reworked Session to make the expiration a store's respo... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Tatsuhiko Miyagawa |
Huge rewrite of the code: $session->get, ->set etc... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Stevan Little |
0.03 release |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Stevan Little |
Merge branch 'master' of git@github.com:stevan/plack... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Stevan Little |
s/plack.session/psgix.session/ |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Tatsuhiko Miyagawa |
use lock_* for advisory locking |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Stevan Little |
pre-0.02 commit |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Tatsuhiko Miyagawa |
Do not destroy callback interface (clkao) |
commit | commitdiff | tree | snapshot |
2009-12-19 |
franck cuny |
fix typo |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Stevan Little |
fixing the mis-named dependency |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Stevan Little |
version 0.01 |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Stevan Little |
update example to use Plack::Request->session, add... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Stevan Little |
Adding some additional docs and VERSION, AUTHORITY... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Stevan Little |
adding test for custom session subclass |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Stevan Little |
adding in the dump_session method to the Store classes |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Stevan Little |
allow session class to be configurable |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Stevan Little |
doc cleanup |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Masahiro Chiba |
remove Store::CHI |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Masahiro Chiba |
add Store::Cache |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Stevan Little |
adding the validation step into the docs |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Stevan Little |
refactoring chiba++ commit so we only extract session... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Masahiro Chiba |
no temporary variable |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Masahiro Chiba |
s/check/validate/ |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Masahiro Chiba |
oops |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Masahiro Chiba |
check wrong format request session_id |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Tatsuhiko Miyagawa |
inflate store/state with strings like "store => 'File... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Tatsuhiko Miyagawa |
use TMPDIR env if it's defined in Store::File |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Stevan Little |
bunch more docs |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Stevan Little |
forgot to rename psgix.session to plack.session in... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Stevan Little |
improved Store::File based on stuff in Store::CHI,... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Masahiro Chiba |
make temporary directory by myself |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Masahiro Chiba |
add test for Store::CHI |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Stevan Little |
to make git include the t/tmp dir |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Stevan Little |
rename psgix.session to plack.session |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Stevan Little |
re-usable test suite and Store::File added |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Stevan Little |
rename dist to Plack::Middleware::Session for consistency |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Stevan Little |
adding Makefile.PL, Changes, README and such |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Stevan Little |
docs, docs and more docs |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Stevan Little |
tests for State::Cookie |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Stevan Little |
preliminary docs added, improved support for subclassin... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Masahiro Chiba |
add CHI store |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Tatsuhiko Miyagawa |
kill the debug lines |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Tatsuhiko Miyagawa |
Fixed I generation to use SHA1 instead of sequential... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Stevan Little |
Middleware added, cookie state added, and example psgi app |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Stevan Little |
as minimalist as I could possibly be |
commit | commitdiff | tree | snapshot |
|