Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 6 | -12/+12 | |
2015-09-14 | Fix #4044 | Andrey Andreev | 1 | -5/+5 | |
2015-08-31 | [ci skip] Fix #4091 | Andrey Andreev | 1 | -1/+1 | |
2015-08-31 | Fix #4066 | Andrey Andreev | 2 | -18/+6 | |
2015-06-22 | Fix #3913 | Andrey Andreev | 2 | -139/+128 | |
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 | 2 | -6/+4 | |
1. Cache_redis: Standardize the style as other driver. 2. Cache_wincache: Also check wincache.ucenabled | |||||
2015-02-15 | add <!DOCTYPE html> | Tjoosten | 1 | -1/+2 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 6 | -18/+0 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 6 | -18/+18 | |
- 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-04 | PR #3452 | Andrey Andreev | 1 | -1/+1 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 6 | -84/+150 | |
2014-08-27 | Fix #2963 | Andrey Andreev | 1 | -1/+1 | |
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib | |||||
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 | |
2014-08-18 | Cache_redis: Refactoring if delete() method. | Ivan Tcholakov | 1 | -3/+3 | |
2014-08-18 | Cache_redis, save() method: An optimization, moving sRemove call. | Ivan Tcholakov | 1 | -2/+1 | |
2014-08-18 | Cache_redis, delete() method: Try to remove a key from Redis auxilary set ↵ | Ivan Tcholakov | 1 | -3/+6 | |
only when the corresponding value is really deleted. | |||||
2014-08-18 | Cache_redis, delete() method: Bringing back a line of code. | Ivan Tcholakov | 1 | -0/+3 | |
2014-08-18 | Cache_redis, Hardcoded name for the auxilary Redis set - '_ci_redis_serialized'. | Ivan Tcholakov | 1 | -8/+3 | |
2014-08-18 | Cache_redis, delete() method: Removing code for updating the internal cache, ↵ | Ivan Tcholakov | 1 | -7/+0 | |
it is useless. | |||||
2014-08-18 | Cache_redis: Strinct array_search() for now. | Ivan Tcholakov | 1 | -3/+3 | |
2014-08-18 | Cache_redis: AND -> && correction, srrict in_array() check. | Ivan Tcholakov | 1 | -1/+1 | |
2014-08-14 | Cache_redis: Adding serialization support. | Ivan Tcholakov | 1 | -2/+57 | |
2014-07-31 | Fix #3160 | Andrey Andreev | 1 | -2/+2 | |
2014-07-31 | Fix #3161 | Andrey Andreev | 2 | -8/+12 | |
2014-02-20 | Don't use error suppression on ini_get() either | Andrey Andreev | 1 | -1/+1 | |
2014-02-11 | 2013 > 2014 | darwinel | 6 | -6/+6 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-01-18 | Fix #2825 | Andrey Andreev | 1 | -1/+1 | |
2014-01-09 | Implement atomic increment/decrement in Cache library | Andrey Andreev | 6 | -56/+290 | |
Requested via issue #109 Supersedes PR #241 | |||||
2014-01-08 | Optimize get_instance() calls/assignments | Andrey Andreev | 1 | -2/+2 | |
2013-10-29 | Spaces, log message | Kakysha | 1 | -2/+2 | |
2013-10-28 | Code cleanup | Kakysha | 1 | -2/+4 | |
2013-10-28 | some code rewrite | Kakysha | 1 | -3/+3 | |
2013-10-28 | Correct Redis connection troubleshooting | Kakysha | 1 | -4/+11 | |
2013-10-28 | Added option to connect through unix socket in redis cache driver | Kakysha | 1 | -1/+8 | |
2013-07-30 | Cache Log Error Levels | Tyler Brownell | 4 | -4/+4 | |
The log messages in the cache drvier's is_supported calls are more suited for the debug level. | |||||
2013-07-18 | Fix a Memcache(d) default configuration bug (based on #249) | Andrey Andreev | 1 | -18/+8 | |
2013-07-17 | [ci skip] Just removing some empty lines | Andrey Andreev | 1 | -1/+1 | |
2013-05-20 | Removed unused variable $name in Cache_memcached.php | ThallisPHP | 1 | -2/+2 | |