summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache
AgeCommit message (Collapse)AuthorFilesLines
2016-08-11Merge pull request #4762 from tianhe1986/develop_cache_file_metadataAndrey Andreev1-2/+2
Cache_file: use $data['time'] for calculating expired time.
2016-08-11Using "! isset($a, $b, ……)" instead of "! isset($a) OR ! isset($b) OR ↵tianhe19861-1/+1
……" Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2016-08-11Checking for $data['time'].tianhe19861-1/+1
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2016-08-11Merge pull request #4761 from tianhe1986/develop_cache_file_checkAndrey Andreev1-2/+2
Cache_file: use is_file() for checking instead of file_exists().
2016-08-11Cache_file: use $data['time'] for calculating expired time.tianhe19861-1/+1
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2016-08-11Cache_file: use is_file() for checking instead of file_exists().tianhe19861-2/+2
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2016-07-26Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst
2016-05-20Merge pull request #4638 from kasimtan/phpdoc_fixesAndrey Andreev1-1/+1
[ci skip] Fixed PHPDoc parameter name and type discrepancies
2016-05-19Fixed PHPDoc parameter name and type discrepanciesKasim Tan1-1/+1
2016-04-01[ci skip] Fix #4562Andrey Andreev1-1/+1
2016-03-16[ci skip] Add (detection-based) UNIX sockets support to Cache_memcachedAndrey Andreev1-3/+15
2016-03-14Unix socket check in one long lineMasterklavi1-8/+1
2016-03-14Removed a space charMasterklavi1-1/+1
2016-03-14Added the timeout value for the UNIX socket checkMasterklavi1-1/+3
2016-03-14Fixed bracketsMasterklavi1-1/+1
2016-03-14UNIX socket checkMasterklavi1-0/+5
2016-03-12Removed the second condition for unix socketsMasterklavi1-11/+1
2016-03-12[ci skip] Removed leftovers from the old serialization logic in Cache_redisAndrey Andreev1-11/+0
2016-03-12Add changelog entries for and polish changes from PRs #4528, #4530Andrey Andreev1-16/+36
2016-03-12Added the expiration to save() methodMasterklavi1-2/+9
2016-03-12Merge pull request #4528 from masterklavi/redis_data_typeAndrey Andreev1-30/+18
Refactor data serialization logic for Cache_redis
2016-03-12Changed a condition in the get method to empty()Masterklavi1-1/+1
2016-03-12Removed an extra space charMasterklavi1-1/+1
2016-03-12Fixed a condition in the get methodMasterklavi1-1/+1
2016-03-12Merge pull request #4526 from masterklavi/redis_refactorAndrey Andreev1-3/+5
Remove an unnecessary assignment from Cache_redis configuration
2016-03-12Removed an unnecessary array() initializationMasterklavi1-1/+0
2016-03-12The "$config" variable is moved to "if" conditionMasterklavi1-2/+5
2016-03-12Merge pull request #4524 from masterklavi/memcached_refactoringAndrey Andreev1-12/+4
Cache_memcached configuration refactoring
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 #4525 from masterklavi/memcached_instanceofAndrey Andreev1-4/+4
Use instanceof instead of get_class() in Cache_memcached
2016-03-12Merge pull request #4521 from masterklavi/redis_docblockAndrey Andreev1-6/+6
[ci skip] Added missing variable names to Cache_redis docblocks
2016-03-12Removed an unnecessary is_array() check.Masterklavi1-1/+1
2016-03-12Merge pull request #4521 from masterklavi/redis_docblockAndrey Andreev1-6/+6
[ci skip] Added missing variable names to Cache_redis docblocks
2016-03-12Fixed an indent of descriptionMasterklavi1-2/+2
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 #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-12Merge pull request #4522 from masterklavi/memcached_destructAndrey Andreev1-0/+21
Added destructor to Cache_memcached
2016-03-12Setup the data defining for stored dataMasterklavi1-5/+6
2016-03-12Fixed the index existence errorMasterklavi1-2/+2
2016-03-12Changed the methods of working with serializable valuesMasterklavi1-30/+17
2016-03-12Added a second check "instanceof"Masterklavi1-1/+1
2016-03-12The "get_class($A) == B" replaced by "$A instanceof B"Masterklavi1-3/+3
2016-03-12Combined two "if" conditions to oneMasterklavi1-5/+2
2016-03-12Reduction of constructionsMasterklavi1-6/+1
2016-03-12Renamed $this->_memcache_conf to $this->_configMasterklavi1-5/+5
2016-03-12Added variables to Docblocks (memcached)Masterklavi1-2/+2
2016-03-12Added the destructor (disconnect from memcache(d))Masterklavi1-0/+21
2016-03-12Added variables to Docblocks where they are skippedMasterklavi1-4/+4