aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acm
Commit message (Expand)AuthorAgeFilesLines
* 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
* some changes/bugfixesMeik Sievertsen2007-03-301-1/+1
* #5137David M2007-03-201-0/+1
* we support PHP4. :oMeik Sievertsen2007-03-031-3/+1
* this change should be a performance boost on destroying the sql cache... took...Meik Sievertsen2007-03-031-6/+23
* - fixing some bugsMeik Sievertsen2007-01-201-6/+24
* - use var_export instead of our format_array function [Bug #6748]Meik Sievertsen2007-01-041-40/+8
* he braces style is deprecated as of PHP 6Meik Sievertsen2006-10-071-4/+4
* - finally removed sql_numrowsMeik Sievertsen2006-10-041-8/+0
* i am tired of the support requests for those having changed the permissions o...Meik Sievertsen2006-09-241-0/+10
* made sql_rowseek consistent with the dbal methods as well as fixing sql_query...Meik Sievertsen2006-09-231-1/+1
* removed debug_extra noticeMeik Sievertsen2006-09-171-1/+1
* some changes/fixesMeik Sievertsen2006-09-021-1/+1
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-0/+26
* - custom profile field fixedMeik Sievertsen2006-08-031-1/+1
* - acm_file uses an index pointer to the current row instead of shifting the r...Nils Adermann2006-08-011-1/+62
* - tackle some usability issuesMeik Sievertsen2006-07-091-6/+8
* - removed db cache (might re-appear, but for now we do not see the need for it)Meik Sievertsen2006-06-161-227/+0
* - forgot to actually move the cache file :@Nils Adermann2006-06-141-359/+0
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-132-11/+54
* - fixed a few bugsMeik Sievertsen2006-06-111-1/+0
* - permission trace correctly uses language variables nowNils Adermann2006-06-041-3/+3