Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-31 | Update copyright data to 2017 | Master Yoda | 4 | -8/+8 | |
2016-12-01 | Merge branch '3.1-stable' into develop | Andrey Andreev | 3 | -43/+35 | |
2016-11-29 | Fix #4923 | Andrey Andreev | 3 | -41/+33 | |
2016-11-22 | Fix #4916 | Andrey Andreev | 1 | -2/+2 | |
2016-10-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -5/+40 | |
Resolved conflicts: system/core/CodeIgniter.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/form_validation.rst | |||||
2016-10-22 | Close #4830, #3649 | Andrey Andreev | 1 | -3/+15 | |
2016-10-03 | Fix #4823 | Andrey Andreev | 1 | -2/+25 | |
2016-08-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -18/+5 | |
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 1 | -12/+3 | |
2016-07-28 | [ci skip] Fix #3919, #4732 | Andrey Andreev | 1 | -6/+2 | |
2016-07-26 | Merge branch '3.1-stable' into develop | Andrey Andreev | 3 | -2/+6 | |
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst | |||||
2016-07-19 | [ci skip] Fix an undefined index for 'timeout' in Redis session driver | Andrey Andreev | 1 | -2/+3 | |
http://forum.codeigniter.com/thread-64219.html | |||||
2016-05-26 | [ci skip] Fix a minor Redis Session bug | Andrey Andreev | 1 | -1/+1 | |
2016-04-01 | [ci skip] Add some 'debug' log messages to CI_Session | Andrey Andreev | 2 | -1/+5 | |
2016-03-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 3 | -44/+54 | |
Resolved conflicts: system/core/CodeIgniter.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
2016-03-11 | Revert an unintended change from a027a7fd0d770cec0d71e888d8b6f4aa1568ce9f | Andrey Andreev | 1 | -1/+1 | |
2016-03-10 | Fix a logical error from last commit | Andrey Andreev | 1 | -1/+1 | |
2016-03-10 | Improve ext/session error messages | Andrey Andreev | 3 | -32/+31 | |
2016-02-29 | [ci skip] Apply #4491 to Memcached driver | Andrey Andreev | 1 | -1/+1 | |
2016-02-29 | Merge pull request #4491 from roastduck/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Clean current lock key on close() in redis session driver | |||||
2016-02-29 | fix typo | __RD | 1 | -1/+1 | |
2016-02-29 | delete lock directly -> call _release_lock() | __RD | 1 | -2/+1 | |
2016-02-28 | clean current lock key in redis session driver | roastduck | 1 | -0/+1 | |
set $this->_lock_key to NULL after close Signed-off-by: roastduck <beantang.tang@gmail.com> | |||||
2016-02-13 | [ci skip] Fix Memcached replace() result code checks in CI_Session | Andrey Andreev | 1 | -2/+2 | |
Related #3919 | |||||
2016-02-10 | Fix a bug where CI_Session_memcached_driver doesn't write empty sessions | Andrey Andreev | 1 | -4/+7 | |
Related: #3919 | |||||
2016-02-10 | [ci skip] Fix Memcached session lock handling and error checking around ↵ | Andrey Andreev | 1 | -9/+17 | |
replace() usage | |||||
2016-02-05 | Merge pull request #4424 from jonty-comp/develop | Andrey Andreev | 1 | -3/+16 | |
[ci skip] Fix PHP session_write_close() warning when writing a new session to Redis | |||||
2016-02-05 | Fix regression on PHP7 when regenerating the session (#4362) | Jonty Sewell | 1 | -1/+3 | |
2016-02-05 | Setting the flag to FALSE is unnecessary since it defaults to FALSE, ↵ | Jonty Sewell | 1 | -10/+1 | |
therefore this block of code can be reduced to a single statement Signed-off-by: Jonty Sewell <jontysewell@gmail.com> | |||||
2016-02-05 | Set the _key_exists flag to TRUE when the key does in fact exist. Set it to ↵ | Jonty Sewell | 1 | -2/+7 | |
FALSE if the ID is being regenerated, and set it to TRUE once it's been written. Signed-off-by: Jonty Sewell <jontysewell@gmail.com> | |||||
2016-02-05 | Add a flag to determine whether the redis key currently exists, and if not, ↵ | Jonty Sewell | 1 | -2/+17 | |
force creation of it at write-time Signed-off-by: Jonty Sewell <jontysewell@gmail.com> | |||||
2016-02-05 | Revert previous changes - fixing the source of the problem rather than ↵ | Jonty Sewell | 1 | -9/+3 | |
working around it Signed-off-by: Jonty Sewell <jontysewell@gmail.com> | |||||
2016-02-03 | If attempting to write an empty session to Redis, a key will not actually be ↵ | Jonty Sewell | 1 | -3/+9 | |
created, so when the driver tries to set the expiration timeout on the key, 0 is returned, triggering a warning from session_write_close Signed-off-by: Jonty Sewell <jontysewell@gmail.com> | |||||
2016-01-11 | [ci skip] Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -4/+4 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 4 | -4/+4 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -8/+8 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 4 | -8/+8 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -8/+8 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 4 | -8/+8 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -7/+25 | |
Resolved conflicts: system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php | |||||
2016-01-11 | Fix #4374 | Andrey Andreev | 1 | -0/+12 | |
2016-01-07 | Fix #4362 | Andrey Andreev | 2 | -2/+8 | |
2015-12-15 | Fix logical errors from af849696d43f5c3b68962af1ae5096151a6d9f1a | Andrey Andreev | 3 | -4/+4 | |
2015-12-15 | Really fix #4039 | Andrey Andreev | 1 | -1/+1 | |
A typo from 8df6efd402180a6361b4dd619f5535d6c2bed334 | |||||
2015-12-14 | Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -77/+115 | |
2015-12-12 | [ci skip] Proper error handling for Sessions on PHP 5 | Andrey Andreev | 4 | -78/+110 | |
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-11-16 | [ci skip] Polish changes from PR #4240 | Andrey Andreev | 1 | -38/+33 | |
2015-11-16 | do not try to auth/select db on redis connect failure | kemeng | 1 | -11/+17 | |
2015-11-16 | Spaces around ! . Changelog entry in 3.1.0. | kemeng | 1 | -2/+2 | |