Age | Commit message (Expand) | Author | Files | Lines |
2014-05-31 | Initial version of new Session library | Andrey Andreev | 1 | -437/+409 |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
2014-01-24 | Righting a wrong in the Session library | Andrey Andreev | 1 | -40/+49 |
2014-01-06 | Make CI_Session's set_userdata(), set_flashdata(), set_tempdata(), unset_user... | Andrey Andreev | 1 | -5/+5 |
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to repl... | Andrey Andreev | 1 | -4/+4 |
2013-07-31 | Optimize CI_Session::__construct() routines and make driver validity check st... | Andrey Andreev | 1 | -21/+18 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-11-25 | Merge pull request #2026 from johnathancroom/keep_flash_data_array | Andrey Andreev | 1 | -1/+12 |
2012-11-25 | Improved array keey_flashdata + Changelog | Johnathan Croom | 1 | -13/+15 |
2012-11-25 | Added support for extending individual driver classes and driver unit tests | dchill42 | 1 | -11/+9 |
2012-11-24 | Requested changed to keep_flashdata | Johnathan Croom | 1 | -4/+3 |
2012-11-24 | keep_flashdata accepts array | Johnathan Croom | 1 | -8/+18 |
2012-11-21 | Change fs permissions and add some missing index.html files (#2017) | Andrey Andreev | 1 | -0/+0 |
2012-11-02 | Some micro-optimizations | Andrey Andreev | 1 | -1/+1 |
2012-11-01 | [ci skip] DocBlocks for Pagination, Session, Trackback, Jquery libraries | Andrey Andreev | 1 | -0/+29 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -2/+3 |
2012-10-27 | Remove extra spaces... | vkeranov | 1 | -3/+3 |
2012-10-09 | Disable Session library under CLI and create a CI singleton to be used by its... | Andrey Andreev | 1 | -1/+26 |
2012-09-05 | Cleanup and optimize new Session classes | Andrey Andreev | 1 | -48/+107 |
2012-08-29 | Fixed defaults and database check, reverted redundant shutdown feature | dchill42 | 1 | -35/+0 |
2012-08-29 | Extracted cookie database saves to shutdown and cleaned up code | dchill42 | 1 | -0/+35 |
2012-08-27 | Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict | dchill42 | 1 | -4/+7 |
2012-08-12 | Updated comments about default driver | dchill42 | 1 | -2/+2 |
2012-07-31 | Damn, missed files on last commit | dchill42 | 1 | -5/+11 |
2012-07-31 | Fixed userdata synchronization, loaded driver check, and all_flashdata keys | dchill42 | 1 | -8/+7 |
2012-07-30 | Fixed _parent references and several minor bugs | dchill42 | 1 | -7/+7 |
2012-07-24 | Cleaned up bangs and lowercase booleans, and fixed userdata return on not fou... | dchill42 | 1 | -9/+9 |
2012-07-23 | Made cookie driver default and did miniscule code cleanup on drivers | dchill42 | 1 | -1/+1 |
2012-07-23 | Merge branch develop of github.com:/EllisLab/CodeIgniter into session | dchill42 | 1 | -2/+23 |
2011-09-01 | Made private members protected for inheritance | Darren Hill | 1 | -9/+9 |
2011-08-31 | Better style guide compliance | Darren Hill | 1 | -68/+68 |
2011-08-30 | Added Session driver with native PHP sessions and original-flavor CI cookie s... | Darren Hill | 1 | -0/+601 |