Age | Commit message (Expand) | Author | Files | Lines |
2012-03-26 | Switch private methods and properties to protected and cleanup the Cache libr... | Andrey Andreev | 6 | -170/+125 |
2012-03-12 | Fix some spaces and alignments in the new Wincache driver | Andrey Andreev | 2 | -43/+38 |
2012-03-12 | Merge pull request #1095 from colonelchlorine/develop | Phil Sturgeon | 2 | -1/+168 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 5 | -5/+5 |
2012-03-03 | Updated tabs, reinserted license, and fixed logic on get() | Mike Davies | 1 | -25/+37 |
2012-02-29 | Added support for Wincache when running CI on Windows boxes | Mike Davies | 2 | -1/+156 |
2012-02-15 | Lowered the file permissions for file caches. | Yorick Peterse | 1 | -1/+1 |
2012-02-06 | Filesystem cache metadata function return correct TTL now. | Burak Erdem | 1 | -2/+2 |
2012-01-23 | Updated redis driver doc block. | Anton Lindqvist | 1 | -6/+18 |
2012-01-21 | Fixed syntax according to feedback. | Anton Lindqvist | 1 | -17/+3 |
2012-01-21 | Added redis cache driver. | Anton Lindqvist | 2 | -1/+218 |
2012-01-16 | APC throws "apc_store() expects parameter 3 to be long, string given". Valida... | Sean Fisher | 1 | -0/+1 |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 5 | -5/+5 |
2011-12-25 | Improve the Cache library | Andrey Andreev | 5 | -75/+64 |
2011-12-25 | Fixing soft tabs in a few files. | Greg Aker | 1 | -1/+1 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 5 | -24/+84 |
2011-10-15 | Fix #576: using ini_get() to detect if apc is enabled or not | Bo-Yi Wu | 1 | -2/+2 |
2011-09-23 | resolve a difference between the two memcache set method parameters | Mark Huot | 1 | -1/+10 |
2011-09-16 | - check if file exists before unlinking | Jeroen van der Gulik | 1 | -2/+9 |
2011-08-21 | Merge pull request #234 from johnbellone/issue31 | Greg Aker | 1 | -1/+1 |
2011-08-21 | Cleaning up some tabs/spaces issues. Also stripped trailing white space from... | Greg Aker | 1 | -52/+51 |
2011-08-21 | Merge branch 'issue45' of https://github.com/johnbellone/CodeIgniter into joh... | Greg Aker | 1 | -9/+39 |
2011-08-21 | I hate tabs | John Bellone | 1 | -2/+2 |
2011-08-21 | Fixing stylish things | John Bellone | 1 | -5/+10 |
2011-08-21 | Changing to set as add will not save over existing value | John Bellone | 1 | -1/+1 |
2011-08-21 | Nah, who needs this? | John Bellone | 1 | -0/+3 |
2011-08-21 | Returning value from _setup_memcached() now | John Bellone | 1 | -3/+2 |
2011-08-21 | Fixing configuration | John Bellone | 1 | -3/+16 |
2011-08-21 | Formatting, damn tabs | John Bellone | 1 | -3/+3 |
2011-08-21 | Making changes to support other Memcached extension | John Bellone | 1 | -2/+12 |
2011-08-20 | Resolved issue 48. Removed unneeded array copy. | Ben Edmunds | 1 | -2/+2 |
2011-08-20 | Resolved issue 160. Removed unneeded array copy. | Ben Edmunds | 1 | -3/+2 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 3 | -47/+47 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 3 | -47/+47 |
2011-04-25 | Fixed double-space typo. | Razican | 3 | -47/+47 |
2011-04-18 | Changed path in footer comment of cache dummy. | Eric Barnes | 1 | -12/+12 |
2011-04-02 | Added CI_ Prefix to the Cache driver. | Phil Sturgeon | 5 | -7/+7 |
2011-02-14 | Fix #329 where the file caching driver referenced the incorrect cache directory. | Greg Aker | 1 | -1/+1 |
2011-01-29 | Fix #21 - Typo in get_metadata() function of apc and memcached cache drivers. | Greg Aker | 2 | -2/+2 |
2011-01-28 | updating copyrights to 2011 | Derek Jones | 5 | -5/+5 |
2010-12-21 | Initial commit of Caching Driver. | Greg Aker | 5 | -0/+901 |