Age | Commit message (Expand) | Author | Files | Lines |
2019-11-01 | [ci skip] Merge pull request #5861 from nebkat/patch-1 | Andrey Andreev | 1 | -1/+1 |
2019-10-10 | fix static field name | Claudio Galdiolo | 1 | -1/+1 |
2019-10-08 | [ci skip] Fix #5840 | Andrey Andreev | 1 | -5/+22 |
2019-09-18 | [ci skip] Update Cache library Redis driver to work with phpRedis 5, similarl... | Andrey Andreev | 1 | -1/+12 |
2019-05-11 | [ci skip] Merge pull request #5753 from exussum12/fixIncrRedis | Andrey Andreev | 1 | -2/+2 |
2019-05-10 | Update Cache_redis.php | Scott Dutton | 1 | -1/+1 |
2019-05-08 | Fix increment / decrement | Scott Dutton | 1 | -3/+3 |
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 |
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 1 | -2/+2 |
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 |
2016-03-12 | Merge pull request #4526 from masterklavi/redis_refactor | Andrey Andreev | 1 | -3/+5 |
2016-03-12 | Merge pull request #4521 from masterklavi/redis_docblock | Andrey Andreev | 1 | -6/+6 |
2016-03-11 | Fix a number of CI_Cache bugs | Andrey Andreev | 1 | -0/+6 |
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 |
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 |
2015-04-07 | [feature] check redis auth failed | ftwbzhao | 1 | -1/+5 |
2015-03-22 | Fixed redis cache save logic | Mathew White | 1 | -1/+1 |
2015-02-22 | Cache: is_supported | Fieah | 1 | -5/+3 |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 |
2014-08-18 | Fix a wrong variable name from previous commit | Andrey Andreev | 1 | -1/+1 |
2014-08-18 | Optimize Redis serialized values support | Andrey Andreev | 1 | -17/+19 |
2014-08-18 | Cache_redis: A code-styling correction.. | Ivan Tcholakov | 1 | -1/+1 |
2014-08-18 | Cache_redis: Optimizations. | Ivan Tcholakov | 1 | -2/+2 |
2014-08-18 | Cache_redis: Polishing. | Ivan Tcholakov | 1 | -7/+4 |
2014-08-18 | Cache_redis: Refactoring if delete() method. | Ivan Tcholakov | 1 | -3/+3 |
2014-08-18 | Cache_redis, save() method: An optimization, moving sRemove call. | Ivan Tcholakov | 1 | -2/+1 |
2014-08-18 | Cache_redis, delete() method: Try to remove a key from Redis auxilary set onl... | Ivan Tcholakov | 1 | -3/+6 |
2014-08-18 | Cache_redis, delete() method: Bringing back a line of code. | Ivan Tcholakov | 1 | -0/+3 |
2014-08-18 | Cache_redis, Hardcoded name for the auxilary Redis set - '_ci_redis_serialized'. | Ivan Tcholakov | 1 | -8/+3 |
2014-08-18 | Cache_redis, delete() method: Removing code for updating the internal cache, ... | Ivan Tcholakov | 1 | -7/+0 |
2014-08-18 | Cache_redis: Strinct array_search() for now. | Ivan Tcholakov | 1 | -3/+3 |
2014-08-18 | Cache_redis: AND -> && correction, srrict in_array() check. | Ivan Tcholakov | 1 | -1/+1 |
2014-08-14 | Cache_redis: Adding serialization support. | Ivan Tcholakov | 1 | -2/+57 |
2014-07-31 | Fix #3161 | Andrey Andreev | 1 | -6/+2 |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
2014-01-09 | Implement atomic increment/decrement in Cache library | Andrey Andreev | 1 | -8/+41 |
2014-01-08 | Optimize get_instance() calls/assignments | Andrey Andreev | 1 | -2/+2 |