aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLLogData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-21Deleted obsolete files in the Data layer. Compiles.Diva Canto1-166/+0
2010-02-05Updated MySQL connection management to use the MySQL connection pooling. ↵Master ScienceSim1-6/+10
This should accommodate various timeout problems that exist with the current connection pool code in a more general and standard way.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-02-12* optimized usings.lbsa711-1/+1
2008-09-06Mantis #2133Melanie Thielker1-1/+1
Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-1/+1
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-08-18Formatting cleanup.Jeff Ames1-4/+4
2008-07-23Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur1-6/+0
attributes to external XML files. Fix issues 1682 and 1786.
2008-07-18Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵Mike Mazur1-6/+20
(issue 1763).
2008-06-26Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL ↵Jeff Ames1-0/+5
files. Thanks kerunix_Flan!
2008-06-19oops, build break. needed to include another reference.Sean Dague1-0/+1
2008-06-19add migrations support for mysql log store. This should completeSean Dague1-0/+30
all the mysql bits for migration.
2008-05-30Update svn properties. Formatting cleanup.Jeff Ames1-6/+8
2008-05-28let Grid Servers specify a connect string in their configuration.Sean Dague1-12/+22
2008-04-02attempt to fix up all refernces to new directory structureSean Dague1-1/+1
2008-04-02whole lot more movingSean Dague1-0/+0
2008-03-18Formatting cleanup.Jeff Ames1-27/+27
2007-12-27* Optimized usingslbsa711-1/+1
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-2/+2
notice of doom
2007-10-30* Optimized usingslbsa711-6/+7
* Shortened type references * Removed redundant 'this' qualifier
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-07-16changed to native line ending encodingSean Dague1-105/+105
2007-07-04Grid Servers:Adam Frisby1-1/+1
* Sugilite grid server now works with older regions properly (using it on deepgrid for testing) * Sugilite user server still broken with sugilite region server * Reduced the number of compiler warnings to zero Region Servers: * Added debug information to OGS1 Comms to help debug user server connectivity issues.
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-2/+0
* added some licensing info
2007-06-27*Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen1-1/+1
prebuild.xml though