Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-02-20 | Don't use error suppression on ini_get() either | Andrey Andreev | 1 | -1/+1 |
2014-02-11 | 2013 > 2014 | darwinel | 7 | -7/+7 |
2014-01-18 | Fix #2825 | Andrey Andreev | 1 | -1/+1 |
2014-01-09 | Implement atomic increment/decrement in Cache library | Andrey Andreev | 7 | -61/+324 |
2014-01-08 | Optimize get_instance() calls/assignments | Andrey Andreev | 1 | -2/+2 |
2013-10-29 | Spaces, log message | Kakysha | 1 | -2/+2 |
2013-10-28 | Code cleanup | Kakysha | 1 | -2/+4 |
2013-10-28 | some code rewrite | Kakysha | 1 | -3/+3 |
2013-10-28 | Correct Redis connection troubleshooting | Kakysha | 1 | -4/+11 |
2013-10-28 | Added option to connect through unix socket in redis cache driver | Kakysha | 1 | -1/+8 |
2013-07-30 | Cache Log Error Levels | Tyler Brownell | 4 | -4/+4 |
2013-07-24 | Cache Driver - Backup Never Loaded | Tyler Brownell | 1 | -1/+2 |
2013-07-18 | Fix a Memcache(d) default configuration bug (based on #249) | Andrey Andreev | 1 | -18/+8 |
2013-07-17 | [ci skip] Just removing some empty lines | Andrey Andreev | 1 | -1/+1 |
2013-05-20 | Removed unused variable $name in Cache_memcached.php | ThallisPHP | 1 | -2/+2 |
2013-03-04 | Cache file driver: clean() now preserves .htaccess and index files | vlakoff | 1 | -1/+1 |
2013-02-21 | Disable autoloader call from class_exists() occurences to improve performance | Andrey Andreev | 1 | -2/+2 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 7 | -7/+7 |
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 2 | -5/+5 |
2012-11-25 | Added support for extending individual driver classes and driver unit tests | dchill42 | 1 | -6/+6 |
2012-11-21 | Change fs permissions and add some missing index.html files (#2017) | Andrey Andreev | 2 | -0/+20 |
2012-11-20 | Fix #18 | Andrey Andreev | 1 | -6/+9 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 7 | -14/+21 |
2012-10-27 | Style guide... | vkeranov | 1 | -1/+1 |
2012-10-26 | Implement cache key prefixing (as suggested in #1197) and update the Cache docs | Andrey Andreev | 1 | -26/+32 |
2012-07-13 | Some adjustments in inline documentation | vlakoff | 1 | -1/+1 |
2012-06-17 | AND -> && | Andrey Andreev | 1 | -1/+1 |
2012-06-14 | A TTL of 0 will keep the cache persistant. | Sean Fisher | 1 | -1/+1 |
2012-06-12 | Add changelog for pull #1017 | Andrey Andreev | 1 | -2/+2 |
2012-06-12 | Merge pull request #1017 from burakerdem/patch-1 | Andrey Andreev | 1 | -3/+3 |
2012-06-09 | Cleanup the new Redis cache driver and add a changelog entry for it | Andrey Andreev | 2 | -48/+63 |
2012-06-08 | Fixed according to feedback. | Anton Lindqvist | 1 | -5/+6 |
2012-06-08 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop | Anton Lindqvist | 6 | -46/+84 |
2012-06-07 | Deprecated do_hash() and read_file() in favor of hash() and file_get_contents... | Andrey Andreev | 1 | -2/+2 |
2012-06-04 | Merge pull request #1403 from cryode/bug/cache_backup | Phil Sturgeon | 1 | -21/+17 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 2 | -2/+2 |
2012-05-28 | Fix issue where cache backup is ignored on first call. | Eric Roberts | 1 | -21/+17 |
2012-05-17 | Clean up the libraries | Andrey Andreev | 3 | -4/+6 |
2012-04-27 | Fix Cache, Image_lib and Log libraries | Timothy Warren | 1 | -1/+1 |