Revert r29671, it was based on a misunderstanding of the purpose of the LoggedOut...
[lhc/web/wiklou.git] / includes / LoadBalancer.php
2008-01-12 Domas Mituzasshould have some coffee - one more typo :)
2008-01-12 Domas Mituzasdamn, how did this typo slip in :)
2008-01-12 Domas MituzasFew sanity things for database activity:
2008-01-09 Domas Mituzasthis profiling section is nearly identical to our alrea...
2008-01-09 Aryeh GregorClean up some braces, indentation; add profiling to...
2007-09-26 Brion Vibberbug 11453 -- remove spurious $i parameter on getGroupIn...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-04-25 Tim StarlingRemove slave servers from rotation if the slave thread...
2007-03-13 Tim StarlingRevert my own commit r20142, was rubbish.
2007-03-05 Tim StarlingBringing foreign connection logic into the core. Commit...
2007-02-05 Brion Vibber* Clean up session checks to better handle the case...
2007-01-26 Domas MituzaswfGetDB() and wfGetDB(DB_SLAVE) would crash if no previ...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2006-11-29 Jason Richeymoved the status call so it is only called if max_lag...
2006-10-14 Tim StarlingSkip load balancing stuff if there is only one server
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-10-03 Jens Frank(bug 7458) unstub loop
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-10-02 Brion VibberCommitted a bunch of live hacks from Wikimedia servers
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-21 Tim StarlingProfiling
2006-07-10 Antoine Mussostatic E_STRICT warnings
2006-06-07 Tim Starlingremoved obsolete function
2006-06-06 Tim StarlingSome initial work on exceptions. More to follow.
2006-06-03 Tim StarlingIn fixSlaveDesync.php, don't check slaves that have...
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-13 Antoine Mussofname in debug statement (forgot that one yesterday)
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine Mussoa round of static statements
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-04-12 Brion Vibber* (bug 385) Installer support for PostgreSQL, fixes...
2006-04-11 Tim StarlingAdded shortcut calling convention to getConnection...
2006-01-23 Domas Mituzasallow bypassing lag checks
2006-01-10 Domas Mituzasmiliseconds...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * Documentation: @private => @access private
2005-12-04 Antoine MussoClean up unused globals!
2005-10-29 Tim StarlingAbility to set the blobs table name for any server...
2005-10-28 Tim StarlingGive informative connection errors more often
2005-10-24 Tim StarlingMeaningful error message when all servers are busy
2005-10-22 Brion VibberCommitting various live hacks from Wikimedia servers
2005-09-20 Tim StarlingTweaked polling time
2005-08-23 Tim StarlingSleep time is highly variable, removing it from the...
2005-08-17 Brion Vibber* Add ability to break off certain debug topics into...
2005-08-14 Tim Starlingfixed connection error handling
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-06-25 Tim Starlingfixed repeated balancing bug
2005-06-19 Tim Starlingvarious load balancing tweaks
2005-06-10 Brion Vibber* (bug 2368) Avoid fatally breaking PHP 4.1.2 in a...
2005-06-01 Tim Starlingnew load balancing algorithm
2005-05-06 Tim Starlingbug fix
2005-04-24 Tim StarlingMade updateSpecialPages.php more robust to database...
2005-04-23 Tim StarlingImplemented query group feature, needed for slow querie...
2005-03-27 Tim StarlingFixed bug causing transactions to not be started all...
2005-01-15 Tim StarlingMinor load balancing improvements
2004-12-06 Brion Vibber* Fix for load balancing mode, notify if using old...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-08 Brion VibberReport the database connection failure error message...
2004-08-07 Tim StarlingFixed bug causing infinite recursion on failure to...
2004-07-24 Tim Starlingimprovements to error handling
2004-07-24 Tim Starling* Introducing bit field for database parameters
2004-07-23 Tim Starlingdebug output, and proper handling of NULL return from...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-06-22 Tim StarlingLoad balancer bug fixes
2004-06-21 Tim Starlingbug fix
2004-06-18 Tim Starlingfixed error handling (at least partially)
2004-06-15 Tim StarlingBringing the load balancer to the main branch. Still...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-25 Tim Starlingnew object - basic DB load balancer