summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-09Implement atomic increment/decrement in Cache libraryAndrey Andreev7-61/+324
2014-01-08Optimize get_instance() calls/assignmentsAndrey Andreev1-2/+2
2013-10-29Spaces, log messageKakysha1-2/+2
2013-10-28Code cleanupKakysha1-2/+4
2013-10-28some code rewriteKakysha1-3/+3
2013-10-28Correct Redis connection troubleshootingKakysha1-4/+11
2013-10-28Added option to connect through unix socket in redis cache driverKakysha1-1/+8
2013-07-30Cache Log Error LevelsTyler Brownell4-4/+4
2013-07-24Cache Driver - Backup Never LoadedTyler Brownell1-1/+2
2013-07-18Fix a Memcache(d) default configuration bug (based on #249)Andrey Andreev1-18/+8
2013-07-17[ci skip] Just removing some empty linesAndrey Andreev1-1/+1
2013-05-20Removed unused variable $name in Cache_memcached.phpThallisPHP1-2/+2
2013-03-04Cache file driver: clean() now preserves .htaccess and index filesvlakoff1-1/+1
2013-02-21Disable autoloader call from class_exists() occurences to improve performanceAndrey Andreev1-2/+2
2013-01-01[ci skip] Happy new yearAndrey Andreev7-7/+7
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev2-5/+5
2012-11-25Added support for extending individual driver classes and driver unit testsdchill421-6/+6
2012-11-21Change fs permissions and add some missing index.html files (#2017)Andrey Andreev2-0/+20
2012-11-20Fix #18Andrey Andreev1-6/+9
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev7-14/+21
2012-10-27Style guide...vkeranov1-1/+1
2012-10-26Implement cache key prefixing (as suggested in #1197) and update the Cache docsAndrey Andreev1-26/+32
2012-07-13Some adjustments in inline documentationvlakoff1-1/+1
2012-06-17AND -> &&Andrey Andreev1-1/+1
2012-06-14A TTL of 0 will keep the cache persistant.Sean Fisher1-1/+1
2012-06-12Add changelog for pull #1017Andrey Andreev1-2/+2
2012-06-12Merge pull request #1017 from burakerdem/patch-1Andrey Andreev1-3/+3
2012-06-09Cleanup the new Redis cache driver and add a changelog entry for itAndrey Andreev2-48/+63