aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acm
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11224] Remove new line in acm_memory.phpTristan Darricau2014-05-151-1/+1
* [ticket/11224] Fix coding styleTristan Darricau2014-05-151-2/+2
* [ticket/11224] Fix the blank line after ?>Tristan Darricau2014-05-141-1/+1
* [ticket/11224] Fix returned dataTristan Darricau2014-05-141-2/+2
* [ticket/11224] SQL cache destroy does not destroy queries to tables joinedTristan Darricau2014-05-141-3/+15
* [ticket/11227] @return void -> @return null in develop-olympus.Oleg Pudeyev2012-11-296-9/+9
* [ticket/10110] Remove multi-server syntax from Redis ACM.Andreas Fischer2011-06-111-11/+1
* [ticket/10110] Remove tab from empty linesEric2011-03-311-6/+6
* [ticket/10110] Enable the serialization and add a constant forEric2011-03-311-11/+21
* [ticket/10110] Update comments with a link to the phpredis extensionEric2011-03-311-2/+5
* [ticket/10110] Add Redis ACM backendEric2011-03-311-0/+142
* [ticket/10014] Clearly indicate fatal errors in file acm.Oleg Pudeyev2011-01-281-2/+2
* [feature/acm-wincache] Adding caching module for WinCache's User Cache.ChrisTX2010-12-131-0/+84
* [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-192-0/+18
* [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-102-3/+3
* [feature/memcache-multi-server] Changing format for multiple memcache hosts. ...mrkurt2010-03-181-6/+8
* [feature/memcache-multi-server] Adding support for multiple memcache servers ...mrkurt2010-03-181-2/+10
* Oops thanks rxu, fixes r10309 refs #54465Chris Smith2010-01-071-0/+2
* Bug #55865 - Correctly move sql_row_pointer forward when calling sql_fetchfie...Andreas Fischer2009-12-252-2/+2
* Check for required eAccelerator functions #54465Chris Smith2009-12-092-0/+6
* Fix potential data corruption issues with memcache ACMChris Smith2009-12-081-1/+5
* Fix some issues with XCache, can't totally resolve the purge() method as XCac...Chris Smith2009-06-132-4/+22
* some corrections, only very minor things.Meik Sievertsen2009-06-073-14/+7
* Fix a small bug with xcache (thanks bantu), and some code consistency changesChris Smith2009-06-054-24/+7
* Here we go! New data format for the file ACM module:Chris Smith2009-06-051-110/+305
* Use unique per board cache keys per [1] important when using shared memory fr...Chris Smith2009-06-045-15/+19
* Finished I hope, appropriate errors when modules are missing.Chris Smith2009-06-045-10/+20
* Introduce XCache and eAccelerator, make some small changes to the abstract, f...Chris Smith2009-06-043-1/+243
* Lets follow some PHP4 conventions underscores for internal methods.Chris Smith2009-06-043-18/+75
* Add APCChris Smith2009-06-042-340/+81
* ACM memory abstract classChris Smith2009-06-041-0/+401
* Backport memcache ACM module from AscraeusChris Smith2009-06-041-0/+419
* New caching plugin, won't cache anythingChris Smith2009-06-021-0/+163
* add IN_PHPBB check to generated cache filesMeik Sievertsen2009-03-111-3/+3
* Fix infinite loop in message handler if cache directory is not writable. (Bug...Meik Sievertsen2009-03-011-2/+5
* Missing read permission from calls to phpbb_chmod()Chris Smith2008-12-191-3/+3
* small adjustement... only add an empty array if cached data is empty (from 3....Meik Sievertsen2008-11-221-2/+2
* make sure phpbb_chmod is able to be calledMeik Sievertsen2008-11-221-0/+18
* Use phpBB 3.1.x method for storing cached data to prevent PHP bug with our us...Meik Sievertsen2008-09-291-2/+2
* change the way we do chmodd'ing. I know, my implementation really sucked... g...Meik Sievertsen2008-08-221-3/+3
* the chmod change i already had within the changelog (by mistake). This should...Meik Sievertsen2008-08-161-3/+3
* writable instead of writeable. :/Meik Sievertsen2008-07-281-2/+2
* Do not rely on parameter returned by unlink() for verifying cache directory w...Meik Sievertsen2008-02-231-4/+6
* - Re-populate arrays on cache purge/save to allow re-using some functions wit...Meik Sievertsen2007-11-171-0/+10
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-4/+12
* some fixesMeik Sievertsen2007-07-111-1/+2
* more failsafe "glob()" method.Meik Sievertsen2007-07-101-3/+8
* let's see if i can break something. :oMeik Sievertsen2007-07-031-5/+17
* some fixes...Meik Sievertsen2007-06-301-1/+8
* some language-specific adjustementsMeik Sievertsen2007-05-031-2/+2