Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-22 | [ci skip] SessionUpdateTimestampHandlerInterface | Andrey Andreev | 1 | -2/+18 | |
2022-02-11 | [ci skip] Merge pull request #6098 from totoprayogo1916/indent-whitespaces | Andrey Andreev | 1 | -1/+1 | |
Minor indentation & whitespace corrections | |||||
2022-01-05 | Close #6021: Suppress possible E_DEPRECATION notices about ↵ | Andrey Andreev | 1 | -1/+1 | |
mbstring.func_overload | |||||
2022-01-05 | PHP 8.1 compatibility for sessions (ref #6078) | Andrey Andreev | 1 | -2/+3 | |
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 1 | -1/+1 | |
Fix user guide url | |||||
2019-10-21 | [ci skip] Fix #5857 | Andrey Andreev | 1 | -0/+4 | |
2019-06-23 | [ci skip] Merge pull request #5783 from gxgpet/develop | Andrey Andreev | 1 | -2/+4 | |
Session files driver to return the failure status code instead of Exception throwing | |||||
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 1 | -3/+3 | |
Update copyright date to 2019 | |||||
2018-08-07 | fix #5545 | Michiel Vugteveen | 1 | -2/+4 | |
2018-06-12 | [ci skip] Prepare 3.1.9 release | Andrey Andreev | 1 | -0/+18 | |
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 1 | -2/+2 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2017-01-19 | More byte-safety | Andrey Andreev | 1 | -4/+4 | |
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-10-22 | Close #4830, #3649 | Andrey Andreev | 1 | -3/+15 | |
2016-10-03 | Fix #4823 | Andrey Andreev | 1 | -2/+25 | |
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 1 | -12/+3 | |
2016-04-01 | [ci skip] Add some 'debug' log messages to CI_Session | Andrey Andreev | 1 | -0/+1 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 | |
2015-12-15 | Fix logical errors from af849696d43f5c3b68962af1ae5096151a6d9f1a | Andrey Andreev | 1 | -2/+2 | |
2015-12-15 | Really fix #4039 | Andrey Andreev | 1 | -1/+1 | |
A typo from 8df6efd402180a6361b4dd619f5535d6c2bed334 | |||||
2015-12-12 | [ci skip] Proper error handling for Sessions on PHP 5 | Andrey Andreev | 1 | -24/+35 | |
This was actually a PHP bug, see https://wiki.php.net/rfc/session.user.return-value Also related: #4039 | |||||
2015-12-11 | Fix #4039 | Andrey Andreev | 1 | -0/+6 | |
2015-03-26 | Improve Session GC for files driver | Andrey Andreev | 1 | -2/+4 | |
Close #3701 | |||||
2015-02-21 | Fix #3610 | Andrey Andreev | 1 | -1/+3 | |
2015-02-05 | Use session cookie name in gc check | Tom Atkinson | 1 | -2/+8 | |
2015-02-04 | Revert "Fixed return values types in session drivers" | Gabriel Potkány | 1 | -3/+3 | |
This reverts commit 5fa4b7266d7c61dc2482e529bd6afb9a67edadb7. | |||||
2015-02-04 | Fixed return values types in session drivers | Gabriel Potkány | 1 | -3/+3 | |
2015-02-04 | Fixed inconsistent return types | Gabriel Potkány | 1 | -1/+1 | |
2015-02-02 | Err ... r | Andrey Andreev | 1 | -1/+1 | |
2015-02-02 | Throw exception if 'files' session path is invalid | Andrey Andreev | 1 | -4/+10 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-19 | [ci skip] feature/session (#3073): Add missing method docblocks | Andrey Andreev | 1 | -0/+51 | |
2015-01-12 | [ci skip] Remove PHP version from license notices and bump year | Andrey Andreev | 1 | -3/+3 | |
2014-11-11 | [ci skip] Update system/libraries/Session/ with the MIT license notice | Andrey Andreev | 1 | -18/+29 | |
2014-10-31 | Merge branch 'feature/session' of github.com:bcit-ci/CodeIgniter into ↵ | Andrey Andreev | 1 | -1/+1 | |
feature/session | |||||
2014-10-31 | #3073 (feature/session): Fix session_regenerate_id() issues | Andrey Andreev | 1 | -16/+24 | |
2014-10-27 | Revert "#3073 (feature/session): Fix a GC issue with the files driver" | Andrey Andreev | 1 | -1/+1 | |
This reverts commit c5519ce166943b744bbea75a87831132aced4247. | |||||
2014-10-26 | #3073 (feature/session): Fix a GC issue with the files driver | Andrey Andreev | 1 | -1/+1 | |
2014-10-06 | feature/session (#3073): Refactor configuration & fix cookie expiry times | Andrey Andreev | 1 | -13/+13 | |
2014-08-11 | Added file path for file GC | Marcos SF Filho | 1 | -1/+1 | |
2014-06-03 | #3073: Fix an undefined variable error | Andrey Andreev | 1 | -9/+12 | |
2014-05-31 | Initial version of new Session library | Andrey Andreev | 1 | -0/+276 | |