Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-27 | Update copyright date to 2019 | Jim Parry | 1 | -2/+2 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -2/+2 | |
2018-01-09 | Annual copyright update | Master Yoda | 1 | -2/+2 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-09-27 | Add database index by default | logach | 1 | -1/+7 | |
Select database if exists | |||||
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 | 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 #4521 from masterklavi/redis_docblock | Andrey Andreev | 1 | -6/+6 | |
[ci skip] Added missing variable names to Cache_redis docblocks | |||||
2016-03-12 | Fixed an indent of description | Masterklavi | 1 | -2/+2 | |
2016-03-12 | Setup the data defining for stored data | Masterklavi | 1 | -5/+6 | |
2016-03-12 | Fixed the index existence error | Masterklavi | 1 | -2/+2 | |
2016-03-12 | Changed the methods of working with serializable values | Masterklavi | 1 | -30/+17 | |
2016-03-12 | Added variables to Docblocks where they are skipped | Masterklavi | 1 | -4/+4 | |
2016-03-11 | Fix a number of CI_Cache bugs | Andrey Andreev | 1 | -0/+6 | |
Fixes #4277 Supersedes #4474 Really fixes #4066 | |||||
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 | |
2015-09-14 | Fix #4044 | Andrey Andreev | 1 | -5/+5 | |
2015-08-31 | Fix #4066 | Andrey Andreev | 1 | -10/+4 | |
2015-06-22 | Fix #3913 | Andrey Andreev | 1 | -68/+57 | |
2015-05-13 | [Cache]minor adjustments for save function | ftwbzhao | 1 | -3/+1 | |
2015-05-07 | Revert "Issue/PR #3836" | Andrey Andreev | 1 | -6/+2 | |
This reverts commit 170ae282338584ebe257d2fb21101ccf84a3f800. | |||||
2015-05-07 | Issue/PR #3836 | Andrey Andreev | 1 | -2/+6 | |
2015-04-09 | Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into develop | ftwbzhao | 1 | -2/+2 | |
2015-04-09 | [fix] redis get_metadata | ftwbzhao | 1 | -1/+1 | |
2015-04-09 | use = instead of += | ftwbzhao | 1 | -1/+1 | |
2015-04-07 | [feature] check redis auth failed | ftwbzhao | 1 | -1/+5 | |
2015-03-22 | Fixed redis cache save logic | Mathew White | 1 | -1/+1 | |
It was trying to use sAdd as a check if the key was created, but that will return false if it is already present in the set. | |||||
2015-02-22 | Cache: is_supported | Fieah | 1 | -5/+3 | |
1. Cache_redis: Standardize the style as other driver. 2. Cache_wincache: Also check wincache.ucenabled | |||||
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -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 | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-08-18 | Fix a wrong variable name from previous commit | Andrey Andreev | 1 | -1/+1 | |
Rel: #3186 | |||||
2014-08-18 | Optimize Redis serialized values support | Andrey Andreev | 1 | -17/+19 | |
Rel: PR #3186 | |||||
2014-08-18 | Cache_redis: A code-styling correction.. | Ivan Tcholakov | 1 | -1/+1 | |
2014-08-18 | Cache_redis: Optimizations. | Ivan Tcholakov | 1 | -2/+2 | |
2014-08-18 | Cache_redis: Polishing. | Ivan Tcholakov | 1 | -7/+4 | |