summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache
AgeCommit message (Expand)AuthorFilesLines
2016-03-11Fix a number of CI_Cache bugsAndrey Andreev4-16/+45
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev7-7/+7
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev7-7/+7
2016-01-11[ci skip] Bump year to 2016Andrey Andreev7-14/+14
2015-09-14Fix #4044Andrey Andreev1-5/+5
2015-08-31[ci skip] Fix #4091Andrey Andreev1-1/+1
2015-08-31Fix #4066Andrey Andreev2-18/+6
2015-07-05supported key_prefix on `increment` and `decrement`ftwbzhao1-2/+2
2015-06-22A small optimization in CI_Cache::is_supported()Andrey Andreev1-3/+2
2015-06-22Fix #3913Andrey Andreev2-139/+128
2015-05-13[Cache]minor adjustments for save functionftwbzhao1-3/+1
2015-05-07Revert "Issue/PR #3836"Andrey Andreev1-6/+2
2015-05-07Issue/PR #3836Andrey Andreev1-2/+6
2015-04-28Removed extra adapter validation. Adapter validation already happens in the s...Tyler Brownell1-18/+2
2015-04-27Adds error-level log messages when invalid adapters are set.Tyler Brownell1-0/+8
2015-04-24Reverts previous variable renaming and removes the foreach loop in favor of a...Tyler Brownell1-24/+23
2015-04-23Renames $_adapter to $_driver. It's what we call it everywhere else.Tyler Brownell1-14/+14
2015-04-23Cache Library Defaults FixedTyler Brownell1-15/+6
2015-04-23Updates the fallback driver variable name to match the config option name.Tyler Brownell1-6/+6
2015-04-09Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into developftwbzhao1-2/+2
2015-04-09[fix] redis get_metadataftwbzhao1-1/+1
2015-04-09use = instead of +=ftwbzhao1-1/+1
2015-04-07[feature] check redis auth failedftwbzhao1-1/+5
2015-03-22Fixed redis cache save logicMathew White1-1/+1
2015-02-22Cache: is_supportedFieah2-6/+4
2015-02-15add <!DOCTYPE html>Tjoosten2-2/+4
2015-01-21Remove closing blocks at end of PHP filesvlakoff7-21/+0
2015-01-09Bulk (mostly documentation) updateAndrey Andreev7-21/+21
2015-01-04PR #3452Andrey Andreev1-1/+1
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev7-98/+175
2014-08-27Fix #2963Andrey Andreev1-1/+1
2014-08-18Fix a wrong variable name from previous commitAndrey Andreev1-1/+1
2014-08-18Optimize Redis serialized values supportAndrey Andreev1-17/+19
2014-08-18Cache_redis: A code-styling correction..Ivan Tcholakov1-1/+1
2014-08-18Cache_redis: Optimizations.Ivan Tcholakov1-2/+2
2014-08-18Cache_redis: Polishing.Ivan Tcholakov1-7/+4
2014-08-18Cache_redis: Refactoring if delete() method.Ivan Tcholakov1-3/+3
2014-08-18Cache_redis, save() method: An optimization, moving sRemove call.Ivan Tcholakov1-2/+1
2014-08-18Cache_redis, delete() method: Try to remove a key from Redis auxilary set onl...Ivan Tcholakov1-3/+6
2014-08-18Cache_redis, delete() method: Bringing back a line of code.Ivan Tcholakov1-0/+3
2014-08-18Cache_redis, Hardcoded name for the auxilary Redis set - '_ci_redis_serialized'.Ivan Tcholakov1-8/+3
2014-08-18Cache_redis, delete() method: Removing code for updating the internal cache, ...Ivan Tcholakov1-7/+0
2014-08-18Cache_redis: Strinct array_search() for now.Ivan Tcholakov1-3/+3
2014-08-18Cache_redis: AND -> && correction, srrict in_array() check.Ivan Tcholakov1-1/+1
2014-08-14Cache_redis: Adding serialization support.Ivan Tcholakov1-2/+57
2014-07-31Fix #3160Andrey Andreev1-2/+2
2014-07-31Fix #3161Andrey Andreev2-8/+12
2014-02-20Don't use error suppression on ini_get() eitherAndrey Andreev1-1/+1
2014-02-112013 > 2014darwinel7-7/+7
2014-01-18Fix #2825Andrey Andreev1-1/+1