Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-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 | |||||
2016-03-12 | Removed an unnecessary is_array() check. | Masterklavi | 1 | -1/+1 | |
2016-03-12 | Merge pull request #4523 from masterklavi/memcached_docblock | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Added missing variable names to Cache_memcached docblocks | |||||
2016-03-12 | Merge pull request #4523 from masterklavi/memcached_docblock | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Added missing variable names to Cache_memcached docblocks | |||||
2016-03-12 | Merge pull request #4522 from masterklavi/memcached_destruct | Andrey Andreev | 1 | -0/+21 | |
Added destructor to Cache_memcached | |||||
2016-03-12 | Merge pull request #4522 from masterklavi/memcached_destruct | Andrey Andreev | 1 | -0/+21 | |
Added destructor to Cache_memcached | |||||
2016-03-12 | Added a second check "instanceof" | Masterklavi | 1 | -1/+1 | |
2016-03-12 | The "get_class($A) == B" replaced by "$A instanceof B" | Masterklavi | 1 | -3/+3 | |
2016-03-12 | Combined two "if" conditions to one | Masterklavi | 1 | -5/+2 | |
2016-03-12 | Reduction of constructions | Masterklavi | 1 | -6/+1 | |
2016-03-12 | Renamed $this->_memcache_conf to $this->_config | Masterklavi | 1 | -5/+5 | |
2016-03-12 | Added variables to Docblocks (memcached) | Masterklavi | 1 | -2/+2 | |
2016-03-12 | Added the destructor (disconnect from memcache(d)) | Masterklavi | 1 | -0/+21 | |
2016-03-11 | Fix a number of CI_Cache bugs | Andrey Andreev | 1 | -0/+1 | |
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-08-31 | Fix #4066 | Andrey Andreev | 1 | -8/+2 | |
2015-06-22 | Fix #3913 | Andrey Andreev | 1 | -71/+71 | |
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 | |||||
2015-01-04 | PR #3452 | Andrey Andreev | 1 | -1/+1 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-07-31 | Fix #3160 | Andrey Andreev | 1 | -2/+2 | |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -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-18 | Fix #2825 | Andrey Andreev | 1 | -1/+1 | |
2014-01-09 | Implement atomic increment/decrement in Cache library | Andrey Andreev | 1 | -10/+44 | |
Requested via issue #109 Supersedes PR #241 | |||||
2013-07-30 | Cache Log Error Levels | Tyler Brownell | 1 | -1/+1 | |
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 | |
2013-02-21 | Disable autoloader call from class_exists() occurences to improve performance | Andrey Andreev | 1 | -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 year | Andrey Andreev | 1 | -1/+1 | |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -2/+3 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 1 | -1/+1 | |
2012-05-17 | Clean up the libraries | Andrey Andreev | 1 | -2/+2 | |
2012-04-20 | Start comment cleanup of libraries | Timothy Warren | 1 | -7/+17 | |
2012-03-29 | Fix for Issue 88. _default_options does not exist in the Cache_memcahe driver | Ryan Neufeld | 1 | -3/+3 | |
2012-03-26 | Switch private methods and properties to protected and cleanup the Cache ↵ | Andrey Andreev | 1 | -32/+25 | |
library and drivers | |||||
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -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-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-12-25 | Improve the Cache library | Andrey Andreev | 1 | -5/+5 | |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -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-23 | resolve a difference between the two memcache set method parameters | Mark Huot | 1 | -1/+10 | |