summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache/drivers/Cache_memcached.php
AgeCommit message (Collapse)AuthorFilesLines
2018-01-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev1-2/+2
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php
2018-01-05[ci skip] Merge pull request #5369 from tianhe1986/develop_cache_memcacheAndrey Andreev1-2/+12
Cache_memcached: setting initial value with increment/decrement when not exist
2017-01-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev1-1/+1
Spelling fixes in comment blocks and docs
2017-01-03Update copyright data to 2017Master Yoda1-2/+2
2016-04-01[ci skip] Fix #4562Andrey Andreev1-1/+1
2016-03-12Merge pull request #4524 from masterklavi/memcached_refactoringAndrey Andreev1-12/+4
Cache_memcached configuration refactoring
2016-03-12Merge pull request #4525 from masterklavi/memcached_instanceofAndrey Andreev1-4/+4
Use instanceof instead of get_class() in Cache_memcached
2016-03-12Merge pull request #4523 from masterklavi/memcached_docblockAndrey Andreev1-2/+2
[ci skip] Added missing variable names to Cache_memcached docblocks
2016-03-12Merge pull request #4522 from masterklavi/memcached_destructAndrey Andreev1-0/+21
Added destructor to Cache_memcached
2016-03-11Fix a number of CI_Cache bugsAndrey Andreev1-0/+1
Fixes #4277 Supersedes #4474 Really fixes #4066
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-1/+1
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2015-08-31Fix #4066Andrey Andreev1-8/+2
2015-06-22Fix #3913Andrey Andreev1-71/+71
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450
2015-01-04PR #3452Andrey Andreev1-1/+1
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-07-31Fix #3160Andrey Andreev1-2/+2
2014-02-112013 > 2014darwinel1-1/+1
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015.
2014-01-18Fix #2825Andrey Andreev1-1/+1
2014-01-09Implement atomic increment/decrement in Cache libraryAndrey Andreev1-10/+44
Requested via issue #109 Supersedes PR #241
2013-07-30Cache Log Error LevelsTyler Brownell1-1/+1
The log messages in the cache drvier's is_supported calls are more suited for the debug level.
2013-07-18Fix a Memcache(d) default configuration bug (based on #249)Andrey Andreev1-18/+8
2013-07-17[ci skip] Just removing some empty linesAndrey Andreev1-1/+1
2013-05-20Removed unused variable $name in Cache_memcached.phpThallisPHP1-2/+2
2013-02-21Disable autoloader call from class_exists() occurences to improve performanceAndrey Andreev1-2/+2
Note: The Driver libary tests seem to depend on that, so one occurence in CI_Loader is left until we resolve that.
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-2/+3
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files.
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/librariesAlex Bilbie1-1/+1
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 ↵Andrey Andreev1-32/+25
library and drivers
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
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
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change
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
Fix #31: Changing to set as add will not save over existing value
2011-08-21Cleaning up some tabs/spaces issues. Also stripped trailing white space ↵Greg Aker1-52/+51
from the file.
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