Age | Commit message (Expand) | Author | Files | Lines |
2022-11-17 | fall back to apc if memcache is down, hopefully solves trouble when login down | Urban Müller | 1 | -4/+6 |
2022-04-19 | docs | Urban Müller | 1 | -1/+1 |
2021-03-23 | use (local) distributed cache on devel by default | Urban Müller | 1 | -5/+0 |
2021-01-13 | Update copyright date | Christian Schneider | 1 | -1/+1 |
2021-01-13 | Revert "give error keys on apc failures" | Christian Schneider | 1 | -2/+2 |
2021-01-13 | give error keys on apc failures | Urban Müller | 1 | -2/+2 |
2019-08-12 | no alerts if different machines fail in sequence | Urban Müller | 1 | -1/+2 |
2019-02-18 | fewer err if one host is down | Urban Müller | 1 | -1/+7 |
2018-08-30 | keep key out of title so err msg is the same on each backend and gets deduped | Urban Müller | 1 | -1/+1 |
2018-06-27 | reapply "use safer it:: variants of file funcs", was not the culprit in jussi... | Urban Müller | 1 | -1/+1 |
2018-06-22 | Revert "use safer it:: variants of file funcs" | Urban Müller | 1 | -1/+1 |
2018-06-21 | use safer it:: variants of file funcs | Urban Müller | 1 | -1/+1 |
2018-01-30 | give enough time for an os upgrade | Urban Müller | 1 | -1/+1 |
2018-01-25 | prevent memcache error reports during machine upgrades | Urban Müller | 1 | -1/+1 |
2018-01-18 | Avoid all $memcache->xy() calls when $memcache is not set | Christian Schneider | 1 | -1/+1 |
2018-01-17 | no fatals if memcache unreachable | Urban Müller | 1 | -1/+1 |
2017-08-09 | display affected server | Urban Müller | 1 | -1/+1 |
2017-08-09 | better err msg | Urban Müller | 1 | -1/+1 |
2017-03-21 | more detailed memcache errs | Urban Müller | 1 | -1/+1 |
2017-01-09 | longer grace period for it_cache::put errors | Urban Müller | 1 | -1/+1 |
2016-11-23 | distributed_on_devel implies distributed | Urban Müller | 1 | -2/+3 |
2016-05-25 | Added parameter safety => 0 to suppress an it::error in case of failure in it... | Christian Schneider | 1 | -1/+3 |
2016-05-24 | Allow devel to use distributed cache (memcache) with 'distributed_on_devel' flag | Christian Schneider | 1 | -1/+1 |
2016-05-10 | Adapt ITools to Memcached extension (used with PHP 7) | Christian Schneider | 1 | -4/+4 |
2016-01-11 | Re-add fix to distinguish between false and error when getting values from Me... | Christian Schneider | 1 | -3/+10 |
2015-12-01 | Switch back to APCu for it_cache as there is now a version in pecl supporting... | Christian Schneider | 1 | -40/+9 |
2015-09-10 | Fix it_cache to pass tests on PHP7 (different code paths because of memcached... | Christian Schneider | 1 | -4/+14 |
2015-09-07 | Merge branch 'master' into cs/php7 | Christian Schneider | 1 | -2/+2 |
2015-08-20 | document shell problem | Urban Müller | 1 | -2/+2 |
2015-07-21 | Use old syntax for itools | Christian Schneider | 1 | -2/+2 |
2015-07-21 | Use Memcached instead of Memcache and use it for local cache too (using key@m... | Christian Schneider | 1 | -6/+27 |
2015-07-21 | Code style simplifications | Christian Schneider | 1 | -6/+0 |
2015-07-21 | Remove eaccelerator, supported are now apc/apcu | Christian Schneider | 1 | -3/+2 |
2015-01-08 | return null if key does not exists (out of band) | Urban Müller | 1 | -5/+5 |
2013-11-01 | Remove $Id$ | Christian Schneider | 1 | -2/+0 |
2013-10-21 | correctly use sporadic error filtering | Urban Müller | 1 | -1/+1 |
2013-10-17 | only report multiple errors | Urban Müller | 1 | -1/+1 |
2013-10-17 | better err msg for it_cache::put | Urban Müller | 1 | -1/+1 |
2013-10-16 | return written value from it_cache::put | Urban Müller | 1 | -4/+7 |
2013-07-05 | Use apcu_ functions if they exists (PHP 5.5) | Christian Schneider | 1 | -2/+7 |
2012-01-18 | Fix result code of it_cache::put for distributed case (memcache) | Christian Schneider | 1 | -1/+1 |
2011-12-22 | documentation | Christian Weber | 1 | -1/+1 |
2011-11-30 | docs | Urban Müller | 1 | -0/+2 |
2010-01-17 | Add support for APC (replaces EAccelerator for PHP 5.3) | Christian Schneider | 1 | -2/+2 |
2010-01-08 | Mark static functions as static to avoid PHP 5.3 strict warnings (performance?) | Christian Schneider | 1 | -4/+4 |
2009-03-26 | Store and use local copy to make put ... get reliable within one request | Christian Schneider | 1 | -1/+5 |
2009-03-16 | Compress data which is stored in memcache | Christian Schneider | 1 | -1/+1 |
2009-03-12 | Always local cache on non-live systems | Christian Schneider | 1 | -0/+3 |
2009-01-14 | Use default connection parameter for connection retries to memcached | Christian Schneider | 1 | -1/+1 |
2008-11-27 | memory cache | Urban Müller | 1 | -0/+98 |