Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-25 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -26/+22 | |
2017-09-25 | [ci skip] Fix potential object injection in apc cache driver; deprecate the ↵ | Andrey Andreev | 1 | -26/+22 | |
apc driver | |||||
2017-03-26 | Added method separator as comment. | George Petculescu | 1 | -0/+2 | |
2017-03-26 | Added get_loaded_driver() method to Cache.php; updated docs. | George Petculescu | 1 | -0/+10 | |
2017-02-20 | Remove serialization/deserialization array | katsew | 1 | -3/+3 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Remove specific argument from abstraction | katsew | 1 | -3/+2 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Align with spaces | katsew | 1 | -3/+3 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Remove unused link comment | katsew | 1 | -1/+0 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Change author to dev team | katsew | 1 | -1/+1 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Change version comment | katsew | 1 | -1/+1 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Add apcu driver into valid driver list | katsew | 1 | -0/+1 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Correct method and docs | katsew | 1 | -16/+16 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Create Cache_apcu class and copy source from Cache_apc class | katsew | 1 | -0/+221 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-01-17 | [ci skip] Merge pull request #4986 from ka7/feature/spelling | Andrey Andreev | 1 | -1/+1 | |
Spelling fixes in comment blocks and docs | |||||
2017-01-16 | spelling fixes | klemens | 1 | -1/+1 | |
2017-01-03 | Update copyright data to 2017 | Master Yoda | 7 | -14/+14 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 7 | -14/+14 | |
2016-09-27 | Add database index by default | logach | 1 | -1/+7 | |
Select database if exists | |||||
2016-08-11 | Merge pull request #4762 from tianhe1986/develop_cache_file_metadata | Andrey Andreev | 1 | -2/+2 | |
Cache_file: use $data['time'] for calculating expired time. | |||||
2016-08-11 | Merge pull request #4762 from tianhe1986/develop_cache_file_metadata | Andrey Andreev | 1 | -2/+2 | |
Cache_file: use $data['time'] for calculating expired time. | |||||
2016-08-11 | Using "! isset($a, $b, ……)" instead of "! isset($a) OR ! isset($b) OR ↵ | tianhe1986 | 1 | -1/+1 | |
……" Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-11 | Checking for $data['time']. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-11 | Merge pull request #4761 from tianhe1986/develop_cache_file_check | Andrey Andreev | 1 | -2/+2 | |
Cache_file: use is_file() for checking instead of file_exists(). | |||||
2016-08-11 | Cache_file: use $data['time'] for calculating expired time. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-11 | Cache_file: use is_file() for checking instead of file_exists(). | tianhe1986 | 1 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-07-26 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -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-20 | Merge pull request #4638 from kasimtan/phpdoc_fixes | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fixed PHPDoc parameter name and type discrepancies | |||||
2016-05-19 | Fixed PHPDoc parameter name and type discrepancies | Kasim Tan | 1 | -1/+1 | |
2016-04-01 | [ci skip] Fix #4562 | Andrey Andreev | 1 | -1/+1 | |
2016-03-16 | [ci skip] Add (detection-based) UNIX sockets support to Cache_memcached | Andrey Andreev | 1 | -3/+15 | |
2016-03-14 | Unix socket check in one long line | Masterklavi | 1 | -8/+1 | |
2016-03-14 | Removed a space char | Masterklavi | 1 | -1/+1 | |
2016-03-14 | Added the timeout value for the UNIX socket check | Masterklavi | 1 | -1/+3 | |
2016-03-14 | Fixed brackets | Masterklavi | 1 | -1/+1 | |
2016-03-14 | UNIX socket check | Masterklavi | 1 | -0/+5 | |
2016-03-12 | Removed the second condition for unix sockets | Masterklavi | 1 | -11/+1 | |
2016-03-12 | [ci skip] Removed leftovers from the old serialization logic in Cache_redis | Andrey Andreev | 1 | -11/+0 | |
2016-03-12 | Add changelog entries for and polish changes from PRs #4528, #4530 | Andrey Andreev | 1 | -16/+36 | |
2016-03-12 | Added the expiration to save() method | Masterklavi | 1 | -2/+9 | |
2016-03-12 | Merge pull request #4528 from masterklavi/redis_data_type | Andrey Andreev | 1 | -30/+18 | |
Refactor data serialization logic for Cache_redis | |||||
2016-03-12 | Changed a condition in the get method to empty() | Masterklavi | 1 | -1/+1 | |
2016-03-12 | Removed an extra space char | Masterklavi | 1 | -1/+1 | |
2016-03-12 | Fixed a condition in the get method | Masterklavi | 1 | -1/+1 | |
2016-03-12 | Merge pull request #4526 from masterklavi/redis_refactor | Andrey Andreev | 1 | -3/+5 | |
Remove an unnecessary assignment from Cache_redis configuration | |||||
2016-03-12 | Removed an unnecessary array() initialization | Masterklavi | 1 | -1/+0 | |
2016-03-12 | The "$config" variable is moved to "if" condition | Masterklavi | 1 | -2/+5 | |
2016-03-12 | Merge pull request #4524 from masterklavi/memcached_refactoring | Andrey Andreev | 1 | -12/+4 | |
Cache_memcached configuration refactoring | |||||
2016-03-12 | Merge pull request #4524 from masterklavi/memcached_refactoring | Andrey Andreev | 1 | -12/+4 | |
Cache_memcached configuration refactoring | |||||
2016-03-12 | Merge pull request #4525 from masterklavi/memcached_instanceof | Andrey Andreev | 1 | -4/+4 | |
Use instanceof instead of get_class() in Cache_memcached | |||||
2016-03-12 | Merge pull request #4525 from masterklavi/memcached_instanceof | Andrey Andreev | 1 | -4/+4 | |
Use instanceof instead of get_class() in Cache_memcached |