- fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
- 21f2e06 PR #3452 by Andrey Andreev · 10 years ago
- bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
- 4596574 Fix #2963 by Andrey Andreev · 10 years ago
- 1b634f8 Fix a wrong variable name from previous commit by Andrey Andreev · 10 years ago
- 2492b50 Optimize Redis serialized values support by Andrey Andreev · 10 years ago
- 2dcdd06 Cache_redis: A code-styling correction.. by Ivan Tcholakov · 10 years ago
- 73f9302 Cache_redis: Optimizations. by Ivan Tcholakov · 10 years ago
- d245f06 Cache_redis: Polishing. by Ivan Tcholakov · 10 years ago
- ff4d114 Cache_redis: Refactoring if delete() method. by Ivan Tcholakov · 10 years ago
- 52b3253 Cache_redis, save() method: An optimization, moving sRemove call. by Ivan Tcholakov · 10 years ago
- d514d5c Cache_redis, delete() method: Try to remove a key from Redis auxilary set only when the corresponding value is really deleted. by Ivan Tcholakov · 10 years ago
- bc41761 Cache_redis, delete() method: Bringing back a line of code. by Ivan Tcholakov · 10 years ago
- 7c83557 Cache_redis, Hardcoded name for the auxilary Redis set - '_ci_redis_serialized'. by Ivan Tcholakov · 10 years ago
- 5853140 Cache_redis, delete() method: Removing code for updating the internal cache, it is useless. by Ivan Tcholakov · 10 years ago
- c773a48 Cache_redis: Strinct array_search() for now. by Ivan Tcholakov · 10 years ago
- e838c83 Cache_redis: AND -> && correction, srrict in_array() check. by Ivan Tcholakov · 10 years ago
- 927e508 Cache_redis: Adding serialization support. by Ivan Tcholakov · 10 years ago
- 25df7a9 Fix #3160 by Andrey Andreev · 10 years ago
- 5f0799a Fix #3161 by Andrey Andreev · 10 years ago
- f627474 Don't use error suppression on ini_get() either by Andrey Andreev · 11 years ago
- 871754a 2013 > 2014 by darwinel · 11 years ago
- b2a0e70 Fix #2825 by Andrey Andreev · 11 years ago
- 43d7fa7 Implement atomic increment/decrement in Cache library by Andrey Andreev · 11 years ago
- 119d8a7 Optimize get_instance() calls/assignments by Andrey Andreev · 11 years ago
- 333b69b Spaces, log message by Kakysha · 11 years ago
- 8f3f1f9 Code cleanup by Kakysha · 11 years ago
- ffe2130 some code rewrite by Kakysha · 11 years ago
- 2d14673 Correct Redis connection troubleshooting by Kakysha · 11 years ago
- 80d663a Added option to connect through unix socket in redis cache driver by Kakysha · 11 years ago
- d967f72 Cache Log Error Levels by Tyler Brownell · 11 years ago
- 6a3d7e5 Fix a Memcache(d) default configuration bug (based on #249) by Andrey Andreev · 12 years ago
- 2ecc06c [ci skip] Just removing some empty lines by Andrey Andreev · 12 years ago
- 08ddfb8 Removed unused variable $name in Cache_memcached.php by ThallisPHP · 12 years ago
- 83c344e Cache file driver: clean() now preserves .htaccess and index files by vlakoff · 12 years ago
- 49e68de Disable autoloader call from class_exists() occurences to improve performance by Andrey Andreev · 12 years ago
- 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
- 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
- 2eaeee5 Change fs permissions and add some missing index.html files (#2017) by Andrey Andreev · 12 years ago
- a2b0677 Fix #18 by Andrey Andreev · 12 years ago
- c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
- fe83249 Some adjustments in inline documentation by vlakoff · 13 years ago
- 0159ae7 AND -> && by Andrey Andreev · 13 years ago
- ee11269 A TTL of 0 will keep the cache persistant. by Sean Fisher · 13 years ago
- c9195a7 Add changelog for pull #1017 by Andrey Andreev · 13 years ago
- 187742c Merge pull request #1017 from burakerdem/patch-1 by Andrey Andreev · 13 years ago
- 9e674f7 Cleanup the new Redis cache driver and add a changelog entry for it by Andrey Andreev · 13 years ago
- 5ccf5ce Fixed according to feedback. by Anton Lindqvist · 13 years ago
- 94c6b1f Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by Anton Lindqvist · 13 years ago
- c78e56a Add a default _from_tables() method to CI_DB_query_builder and remove it from most of the drivers by Andrey Andreev · 13 years ago
- 92f10e8 Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by Anton Lindqvist · 13 years ago
- f8ae115 Merge pull request #1288 from petsagouris/Issue-131 by Andrey Andreev · 13 years ago
- 210e664 Added redis auth support. by Anton Lindqvist · 13 years ago
- 0b48dd4 Filesystem cache metadata function return correct TTL now. by Burak Erdem · 13 years ago
- 5a1d953 Updated redis driver doc block. by Anton Lindqvist · 13 years ago
- 3573af8 Fixed syntax according to feedback. by Anton Lindqvist · 13 years ago
- 1e8be29 Added redis cache driver. by Anton Lindqvist · 13 years ago
- 7bb95df APC throws "apc_store() expects parameter 3 to be long, string given". Validates the TTL to an integer. by Sean Fisher · 13 years ago
- 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
- 7d4ea07 Improve the Cache library by Andrey Andreev · 13 years ago
- f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
- 4d7c27e Fix #576: using ini_get() to detect if apc is enabled or not by Bo-Yi Wu · 13 years ago
- ba00e9f resolve a difference between the two memcache set method parameters by Mark Huot · 13 years ago
- a3a8b61 - check if file exists before unlinking by Jeroen van der Gulik · 13 years ago
- 284dd97 Merge pull request #234 from johnbellone/issue31 by Greg Aker · 13 years ago
- 151b7a9 Cleaning up some tabs/spaces issues. Also stripped trailing white space from the file. by Greg Aker · 13 years ago
- 3932f3d Merge branch 'issue45' of https://github.com/johnbellone/CodeIgniter into johnbellone-issue45 by Greg Aker · 13 years ago
- 51e4bca I hate tabs by John Bellone · 13 years ago
- 090bdf6 Fixing stylish things by John Bellone · 13 years ago
- c456b4a Changing to set as add will not save over existing value by John Bellone · 13 years ago
- 51758fc Nah, who needs this? by John Bellone · 13 years ago
- 02d7369 Returning value from _setup_memcached() now by John Bellone · 13 years ago
- 0ad834c Fixing configuration by John Bellone · 13 years ago
- cbb81c6 Formatting, damn tabs by John Bellone · 13 years ago
- 9e8dc0e Making changes to support other Memcached extension by John Bellone · 13 years ago
- 3db2849 Resolved issue 48. Removed unneeded array copy. by Ben Edmunds · 13 years ago
- 80f4c34 Resolved issue 160. Removed unneeded array copy. by Ben Edmunds · 13 years ago
- 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
- 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
- 114ab09 Fixed double-space typo. by Razican · 14 years ago
- bffb776 Changed path in footer comment of cache dummy. by Eric Barnes · 14 years ago
- eb2dcda Added CI_ Prefix to the Cache driver. by Phil Sturgeon · 14 years ago
- 23351dc Fix #329 where the file caching driver referenced the incorrect cache directory. by Greg Aker · 14 years ago
- 999e747 Fix #21 - Typo in get_metadata() function of apc and memcached cache drivers. by Greg Aker · 14 years ago
- 700205a updating copyrights to 2011 by Derek Jones · 14 years ago
- bde25d9 Initial commit of Caching Driver. by Greg Aker · 14 years ago