summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache/drivers/Cache_memcached.php
AgeCommit message (Expand)AuthorFilesLines
2012-05-17Clean up the librariesAndrey Andreev1-2/+2
2012-04-20Start comment cleanup of librariesTimothy Warren1-7/+17
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 Andreev1-32/+25
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-25Improve the Cache libraryAndrey Andreev1-5/+5
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-5/+17
2011-09-23resolve a difference between the two memcache set method parametersMark Huot1-1/+10
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-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-04-02Added CI_ Prefix to the Cache driver.Phil Sturgeon1-1/+1
2011-01-29Fix #21 - Typo in get_metadata() function of apc and memcached cache drivers.Greg Aker1-1/+1
2011-01-28updating copyrights to 2011Derek Jones1-1/+1
2010-12-21Initial commit of Caching Driver.Greg Aker1-0/+209