Age | Commit message (Expand) | Author | Files | Lines |
2016-03-12 | Merge pull request #4521 from masterklavi/redis_docblock | Andrey Andreev | 1 | -6/+6 |
2016-03-12 | Merge pull request #4523 from masterklavi/memcached_docblock | Andrey Andreev | 1 | -2/+2 |
2016-03-12 | Merge pull request #4522 from masterklavi/memcached_destruct | Andrey Andreev | 1 | -0/+21 |
2016-03-11 | Fix a number of CI_Cache bugs | Andrey Andreev | 4 | -16/+45 |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 7 | -7/+7 |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 7 | -7/+7 |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 7 | -14/+14 |
2015-09-14 | Fix #4044 | Andrey Andreev | 1 | -5/+5 |
2015-08-31 | [ci skip] Fix #4091 | Andrey Andreev | 1 | -1/+1 |
2015-08-31 | Fix #4066 | Andrey Andreev | 2 | -18/+6 |
2015-07-05 | supported key_prefix on `increment` and `decrement` | ftwbzhao | 1 | -2/+2 |
2015-06-22 | A small optimization in CI_Cache::is_supported() | Andrey Andreev | 1 | -3/+2 |
2015-06-22 | Fix #3913 | Andrey Andreev | 2 | -139/+128 |
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-28 | Removed extra adapter validation. Adapter validation already happens in the s... | Tyler Brownell | 1 | -18/+2 |
2015-04-27 | Adds error-level log messages when invalid adapters are set. | Tyler Brownell | 1 | -0/+8 |
2015-04-24 | Reverts previous variable renaming and removes the foreach loop in favor of a... | Tyler Brownell | 1 | -24/+23 |
2015-04-23 | Renames $_adapter to $_driver. It's what we call it everywhere else. | Tyler Brownell | 1 | -14/+14 |
2015-04-23 | Cache Library Defaults Fixed | Tyler Brownell | 1 | -15/+6 |
2015-04-23 | Updates the fallback driver variable name to match the config option name. | Tyler Brownell | 1 | -6/+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 | 2 | -6/+4 |
2015-02-15 | add <!DOCTYPE html> | Tjoosten | 2 | -2/+4 |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 7 | -21/+0 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 7 | -21/+21 |
2015-01-04 | PR #3452 | Andrey Andreev | 1 | -1/+1 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 7 | -98/+175 |
2014-08-27 | Fix #2963 | Andrey Andreev | 1 | -1/+1 |
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 #3160 | Andrey Andreev | 1 | -2/+2 |
2014-07-31 | Fix #3161 | Andrey Andreev | 2 | -8/+12 |