summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache
AgeCommit message (Expand)AuthorFilesLines
2012-06-08Fixed according to feedback.Anton Lindqvist1-5/+6
2012-06-08Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into developAnton Lindqvist6-46/+84
2012-06-07Deprecated do_hash() and read_file() in favor of hash() and file_get_contents...Andrey Andreev1-2/+2
2012-06-04Merge pull request #1403 from cryode/bug/cache_backupPhil Sturgeon1-21/+17
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/librariesAlex Bilbie2-2/+2
2012-05-28Fix issue where cache backup is ignored on first call.Eric Roberts1-21/+17
2012-05-17Clean up the librariesAndrey Andreev3-4/+6
2012-04-27Fix Cache, Image_lib and Log librariesTimothy Warren1-1/+1
2012-04-25Added missing commas.Anton Lindqvist1-2/+2
2012-04-25Align and sort valid cache drivers.Anton Lindqvist1-7/+7
2012-04-25Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into developAnton Lindqvist6-180/+298
2012-04-23Added redis auth support.Anton Lindqvist1-0/+5
2012-04-20Start comment cleanup of librariesTimothy Warren6-27/+67
2012-03-29Fix for Issue 88. _default_options does not exist in the Cache_memcahe driverRyan Neufeld1-3/+3
2012-03-26Switch private methods and properties to protected and cleanup the Cache libr...Andrey Andreev6-170/+125
2012-03-12Fix some spaces and alignments in the new Wincache driverAndrey Andreev2-43/+38
2012-03-12Merge pull request #1095 from colonelchlorine/developPhil Sturgeon2-1/+168
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon5-5/+5
2012-03-03Updated tabs, reinserted license, and fixed logic on get()Mike Davies1-25/+37
2012-02-29Added support for Wincache when running CI on Windows boxesMike Davies2-1/+156
2012-02-15Lowered the file permissions for file caches.Yorick Peterse1-1/+1
2012-02-06Filesystem cache metadata function return correct TTL now.Burak Erdem1-2/+2
2012-01-23Updated redis driver doc block.Anton Lindqvist1-6/+18
2012-01-21Fixed syntax according to feedback.Anton Lindqvist1-17/+3
2012-01-21Added redis cache driver.Anton Lindqvist2-1/+218
2012-01-16APC throws "apc_store() expects parameter 3 to be long, string given". Valida...Sean Fisher1-0/+1
2012-01-02Updating copyright date to 2012Greg Aker5-5/+5
2011-12-25Improve the Cache libraryAndrey Andreev5-75/+64
2011-12-25Fixing soft tabs in a few files.Greg Aker1-1/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones5-24/+84
2011-10-15Fix #576: using ini_get() to detect if apc is enabled or notBo-Yi Wu1-2/+2
2011-09-23resolve a difference between the two memcache set method parametersMark Huot1-1/+10
2011-09-16- check if file exists before unlinkingJeroen van der Gulik1-2/+9
2011-08-21Merge pull request #234 from johnbellone/issue31Greg Aker1-1/+1
2011-08-21Cleaning up some tabs/spaces issues. Also stripped trailing white space from...Greg Aker1-52/+51
2011-08-21Merge branch 'issue45' of https://github.com/johnbellone/CodeIgniter into joh...Greg Aker1-9/+39
2011-08-21I hate tabsJohn Bellone1-2/+2
2011-08-21Fixing stylish thingsJohn Bellone1-5/+10
2011-08-21Changing to set as add will not save over existing valueJohn Bellone1-1/+1
2011-08-21Nah, who needs this?John Bellone1-0/+3
2011-08-21Returning value from _setup_memcached() nowJohn Bellone1-3/+2
2011-08-21Fixing configurationJohn Bellone1-3/+16
2011-08-21Formatting, damn tabsJohn Bellone1-3/+3
2011-08-21Making changes to support other Memcached extensionJohn Bellone1-2/+12
2011-08-20Resolved issue 48. Removed unneeded array copy.Ben Edmunds1-2/+2
2011-08-20Resolved issue 160. Removed unneeded array copy.Ben Edmunds1-3/+2
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones3-47/+47
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones3-47/+47
2011-04-25Fixed double-space typo.Razican3-47/+47
2011-04-18Changed path in footer comment of cache dummy.Eric Barnes1-12/+12