Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -6/+25 | |
Conflicts resolved: system/core/CodeIgniter.php system/libraries/Cache/drivers/Cache_redis.php system/libraries/Session/drivers/Session_redis_driver.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 | |||||
2019-09-18 | [ci skip] Update Cache library Redis driver to work with phpRedis 5, ↵ | Andrey Andreev | 1 | -1/+12 | |
similarly to PR #5816 (also add changelog entry) | |||||
2019-05-11 | [ci skip] Merge pull request #5753 from exussum12/fixIncrRedis | Andrey Andreev | 1 | -2/+2 | |
Fix increment / decrement in redis | |||||
2019-05-10 | Update Cache_redis.php | Scott Dutton | 1 | -1/+1 | |
2019-05-08 | Fix increment / decrement | Scott Dutton | 1 | -3/+3 | |
also fixed a value incorrectly returned docblock says array but bool returned | |||||
2019-05-08 | Alterntive redis fix | Scott Dutton | 1 | -12/+3 | |
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 1 | -3/+3 | |
Update copyright date to 2019 | |||||
2018-12-27 | Update copyright date to 2019 | Jim Parry | 1 | -2/+2 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -2/+2 | |
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 | |||||
2018-01-09 | Annual copyright update | Master Yoda | 1 | -2/+2 | |
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-09-27 | Add database index by default | logach | 1 | -1/+7 | |
Select database if exists | |||||
2016-03-14 | Unix socket check in one long line | Masterklavi | 1 | -8/+1 | |
2016-03-14 | Removed a space char | Masterklavi | 1 | -1/+1 | |
2016-03-14 | Added the timeout value for the UNIX socket check | Masterklavi | 1 | -1/+3 | |
2016-03-14 | Fixed brackets | Masterklavi | 1 | -1/+1 | |
2016-03-14 | UNIX socket check | Masterklavi | 1 | -0/+5 | |
2016-03-12 | Removed the second condition for unix sockets | Masterklavi | 1 | -11/+1 | |
2016-03-12 | [ci skip] Removed leftovers from the old serialization logic in Cache_redis | Andrey Andreev | 1 | -11/+0 | |
2016-03-12 | Add changelog entries for and polish changes from PRs #4528, #4530 | Andrey Andreev | 1 | -16/+36 | |
2016-03-12 | Added the expiration to save() method | Masterklavi | 1 | -2/+9 | |
2016-03-12 | Merge pull request #4528 from masterklavi/redis_data_type | Andrey Andreev | 1 | -30/+18 | |
Refactor data serialization logic for Cache_redis | |||||
2016-03-12 | Changed a condition in the get method to empty() | Masterklavi | 1 | -1/+1 | |
2016-03-12 | Removed an extra space char | Masterklavi | 1 | -1/+1 | |
2016-03-12 | Fixed a condition in the get method | Masterklavi | 1 | -1/+1 | |
2016-03-12 | Merge pull request #4526 from masterklavi/redis_refactor | Andrey Andreev | 1 | -3/+5 | |
Remove an unnecessary assignment from Cache_redis configuration | |||||
2016-03-12 | Removed an unnecessary array() initialization | Masterklavi | 1 | -1/+0 | |
2016-03-12 | The "$config" variable is moved to "if" condition | Masterklavi | 1 | -2/+5 | |
2016-03-12 | Merge pull request #4521 from masterklavi/redis_docblock | Andrey Andreev | 1 | -6/+6 | |
[ci skip] Added missing variable names to Cache_redis docblocks | |||||
2016-03-12 | Merge pull request #4521 from masterklavi/redis_docblock | Andrey Andreev | 1 | -6/+6 | |
[ci skip] Added missing variable names to Cache_redis docblocks | |||||
2016-03-12 | Fixed an indent of description | Masterklavi | 1 | -2/+2 | |
2016-03-12 | Setup the data defining for stored data | Masterklavi | 1 | -5/+6 | |
2016-03-12 | Fixed the index existence error | Masterklavi | 1 | -2/+2 | |
2016-03-12 | Changed the methods of working with serializable values | Masterklavi | 1 | -30/+17 | |
2016-03-12 | Added variables to Docblocks where they are skipped | Masterklavi | 1 | -4/+4 | |
2016-03-11 | Fix a number of CI_Cache bugs | Andrey Andreev | 1 | -0/+6 | |
Fixes #4277 Supersedes #4474 Really fixes #4066 | |||||
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 | -1/+1 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 | |
2015-09-14 | Fix #4044 | Andrey Andreev | 1 | -5/+5 | |
2015-08-31 | Fix #4066 | Andrey Andreev | 1 | -10/+4 | |
2015-06-22 | Fix #3913 | Andrey Andreev | 1 | -68/+57 | |
2015-05-13 | [Cache]minor adjustments for save function | ftwbzhao | 1 | -3/+1 | |
2015-05-07 | Revert "Issue/PR #3836" | Andrey Andreev | 1 | -6/+2 | |
This reverts commit 170ae282338584ebe257d2fb21101ccf84a3f800. | |||||
2015-05-07 | Issue/PR #3836 | Andrey Andreev | 1 | -2/+6 | |
2015-04-09 | Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into develop | ftwbzhao | 1 | -2/+2 | |
2015-04-09 | [fix] redis get_metadata | ftwbzhao | 1 | -1/+1 | |
2015-04-09 | use = instead of += | ftwbzhao | 1 | -1/+1 | |