Age | Commit message (Expand) | Author | Files | Lines |
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 | 6 | -6/+6 |
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 2 | -5/+5 |
2012-11-21 | Change fs permissions and add some missing index.html files (#2017) | Andrey Andreev | 1 | -0/+10 |
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 | 6 | -12/+18 |
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 | 1 | -47/+62 |
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 | 5 | -20/+40 |
2012-06-07 | Deprecated do_hash() and read_file() in favor of hash() and file_get_contents... | Andrey Andreev | 1 | -2/+2 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 2 | -2/+2 |
2012-05-17 | Clean up the libraries | Andrey Andreev | 2 | -2/+4 |
2012-04-25 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop | Anton Lindqvist | 5 | -111/+246 |
2012-04-23 | Added redis auth support. | Anton Lindqvist | 1 | -0/+5 |
2012-04-20 | Start comment cleanup of libraries | Timothy Warren | 5 | -14/+32 |
2012-03-29 | Fix for Issue 88. _default_options does not exist in the Cache_memcahe driver | Ryan Neufeld | 1 | -3/+3 |
2012-03-26 | Switch private methods and properties to protected and cleanup the Cache libr... | Andrey Andreev | 5 | -108/+78 |
2012-03-12 | Fix some spaces and alignments in the new Wincache driver | Andrey Andreev | 1 | -31/+29 |
2012-03-12 | Merge pull request #1095 from colonelchlorine/develop | Phil Sturgeon | 1 | -0/+167 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 4 | -4/+4 |
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 | 1 | -0/+155 |
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 | 1 | -0/+217 |
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 | 4 | -4/+4 |
2011-12-25 | Improve the Cache library | Andrey Andreev | 4 | -57/+46 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 4 | -19/+67 |
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 |