summaryrefslogtreecommitdiffstats
path: root/system/libraries/Session/drivers
AgeCommit message (Expand)AuthorFilesLines
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-03Update copyright data to 2017Master Yoda4-8/+8
2016-12-31Update copyright data to 2017Master Yoda4-8/+8
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 Andreev1-5/+40
2016-10-22Close #4830, #3649Andrey Andreev1-3/+15
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 Andreev3-2/+6
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
2016-04-01[ci skip] Add some 'debug' log messages to CI_SessionAndrey Andreev2-1/+5
2016-03-11Merge branch '3.0-stable' into developAndrey Andreev3-44/+54
2016-03-11Revert an unintended change from a027a7fd0d770cec0d71e888d8b6f4aa1568ce9fAndrey Andreev1-1/+1
2016-03-10Fix a logical error from last commitAndrey Andreev1-1/+1
2016-03-10Improve ext/session error messagesAndrey Andreev3-32/+31
2016-02-29[ci skip] Apply #4491 to Memcached driverAndrey Andreev1-1/+1
2016-02-29Merge pull request #4491 from roastduck/developAndrey Andreev1-1/+1
2016-02-29fix typo__RD1-1/+1
2016-02-29delete lock directly -> call _release_lock()__RD1-2/+1
2016-02-28clean current lock key in redis session driverroastduck1-0/+1
2016-02-13[ci skip] Fix Memcached replace() result code checks in CI_SessionAndrey Andreev1-2/+2
2016-02-10Fix a bug where CI_Session_memcached_driver doesn't write empty sessionsAndrey Andreev1-4/+7
2016-02-10[ci skip] Fix Memcached session lock handling and error checking around repla...Andrey Andreev1-9/+17
2016-02-05Merge pull request #4424 from jonty-comp/developAndrey Andreev1-3/+16
2016-02-05Fix regression on PHP7 when regenerating the session (#4362)Jonty Sewell1-1/+3
2016-02-05Setting the flag to FALSE is unnecessary since it defaults to FALSE, therefor...Jonty Sewell1-10/+1
2016-02-05Set the _key_exists flag to TRUE when the key does in fact exist. Set it to ...Jonty Sewell1-2/+7
2016-02-05Add a flag to determine whether the redis key currently exists, and if not, f...Jonty Sewell1-2/+17
2016-02-05Revert previous changes - fixing the source of the problem rather than workin...Jonty Sewell1-9/+3
2016-02-03If attempting to write an empty session to Redis, a key will not actually be ...Jonty Sewell1-3/+9
2016-01-11[ci skip] Merge branch '3.0-stable' into developAndrey Andreev4-4/+4
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev4-4/+4
2016-01-11Merge branch '3.0-stable' into developAndrey Andreev4-8/+8
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev4-8/+8
2016-01-11Merge branch '3.0-stable' into developAndrey Andreev4-8/+8
2016-01-11[ci skip] Bump year to 2016Andrey Andreev4-8/+8
2016-01-11Merge branch '3.0-stable' into developAndrey Andreev4-7/+25
2016-01-11Fix #4374Andrey Andreev1-0/+12
2016-01-07Fix #4362Andrey Andreev2-2/+8
2015-12-15Fix logical errors from af849696d43f5c3b68962af1ae5096151a6d9f1aAndrey Andreev3-4/+4
2015-12-15Really fix #4039Andrey Andreev1-1/+1
2015-12-14Merge branch '3.0-stable' into developAndrey Andreev4-77/+115