summaryrefslogtreecommitdiffstats
path: root/system/libraries/Session
AgeCommit message (Expand)AuthorFilesLines
2019-06-18Calling php5_validate_id() in the right place, for Redis session driverGeorge Petculescu1-2/+1
2019-03-15Remove unnecessary codeMichael Long1-1/+1
2019-03-15Fix code styleMichael Long1-1/+2
2019-03-15Refactor behaviors with different ttl of lock_keyMichael Long1-7/+7
2019-03-02Resolve race condition in redis driven session key get_lockMichael Long1-2/+3
2019-01-08Merge branch '3.1-stable' into developAndrey Andreev5-7/+9
2019-01-02Merge pull request #5662 from jim-parry/copyright2019Instructor, BCIT7-20/+20
2018-12-27Update copyright date to 2019Jim Parry6-12/+12
2018-08-22[ci skip] Changelog entry for #5545, PR #5563Andrey Andreev1-1/+1
2018-08-07fix #5545Michiel Vugteveen5-6/+8
2018-06-15Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2018-06-15[ci skip] Fix #5526Andrey Andreev1-1/+1
2018-06-12Merge branch '3.1-stable' into developAndrey Andreev6-1/+99
2018-06-12[ci skip] Prepare 3.1.9 releaseAndrey Andreev5-0/+98
2018-05-18http:// to https://Mehdi Bounya6-12/+12
2018-05-01[ci skip] Close #5487Andrey Andreev1-1/+1
2018-01-12[ci skip] Merge pull request #5379 from tianhe1986/develop_session_memcachedAndrey Andreev1-0/+2
2018-01-12Returning true when replace() succeed.tianhe19861-0/+2
2018-01-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev7-14/+14
2018-01-09Annual copyright updateMaster Yoda6-12/+12
2017-12-27Merge pull request #5367 from carusogabriel/clean-elsesAndrey Andreev1-4/+2
2017-12-20Clean elsesGabriel Caruso1-4/+2
2017-07-06[ci skip] Merge pull request #5170 from tianhe1986/develop_session_race_condi...Andrey Andreev2-3/+8
2017-07-06Format fixing.tianhe19862-5/+3
2017-07-05Simplifying the code.tianhe19862-12/+6
2017-07-05Acquiring memcached lock with add() to avoid race conditions.tianhe19861-2/+6
2017-07-05Acquiring redis lock with existence check.tianhe19861-1/+10
2017-06-05[ci skip] Merge pull request #5143 from TysonAndre/misc-phpdoc-nitsAndrey Andreev1-1/+1
2017-06-05Fix misc type inconsistencies between code and doc commentsTyson Andre1-1/+1
2017-03-24Merge branch '3.1-stable' into developAndrey Andreev2-9/+9
2017-01-19More byte-safetyAndrey Andreev1-4/+4
2017-01-11[ci skip] Fix an error with DB sessions triggered with regenerate + destroyAndrey Andreev1-5/+5
2017-01-03[ci skip] Update year number in remaining files that were recently deleted fr...Andrey Andreev1-2/+2
2017-01-03Update copyright data to 2017Master Yoda6-12/+12
2016-12-31Update copyright data to 2017Master Yoda6-12/+12
2016-12-14Drop all PHP 5.3-related codeAndrey Andreev2-79/+1
2016-12-01Merge branch '3.1-stable' into developAndrey Andreev3-43/+35
2016-11-29Fix #4923Andrey Andreev3-41/+33
2016-11-22Fix #4916Andrey Andreev1-2/+2
2016-10-28Merge branch '3.1-stable' into developAndrey Andreev2-8/+119
2016-10-27[ci skip] Another attempt at #4874Andrey Andreev1-2/+3
2016-10-27Fix #4874Andrey Andreev1-9/+54
2016-10-22Close #4830, #3649Andrey Andreev2-6/+48
2016-10-03Fix #4823Andrey Andreev1-2/+25
2016-08-10Merge branch '3.1-stable' into developAndrey Andreev2-18/+5
2016-07-28Remove dead code written for PHP 5.2Andrey Andreev1-12/+3
2016-07-28[ci skip] Fix #3919, #4732Andrey Andreev1-6/+2
2016-07-26Merge branch '3.1-stable' into developAndrey Andreev4-2/+7
2016-07-19[ci skip] Fix an undefined index for 'timeout' in Redis session driverAndrey Andreev1-2/+3
2016-05-26[ci skip] Fix a minor Redis Session bugAndrey Andreev1-1/+1