aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLXAssetData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-3/+3
2008-08-27remove the legacy pre-Migration database upgrade pathsSean Dague1-42/+0
2008-08-18Formatting cleanup.Jeff Ames1-4/+4
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-1/+1
2008-07-18Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ...Mike Mazur1-0/+1
2008-07-07* remove unused CommitAssets() hook for nowJustin Clarke Casey1-7/+0
2008-07-03Mantis#1661. Thank you kindly, CMickeyb for a patch that:Charles Krinke1-0/+6
2008-07-02* Drop InvType from the assets table since it is no longer usedJustin Clarke Casey1-5/+3
2008-06-29* Fix for http://opensimulator.org/mantis/view.php?id=1512Justin Clarke Casey1-1/+1
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-10/+10
2008-06-27Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke1-1/+3
2008-06-26Apply patch from bug #1601 -- more documentation for Data/MySQL. Thanks keru...Jeff Ames1-19/+42
2008-06-26Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL f...Jeff Ames1-1/+36
2008-06-16the beginning of the great id format migration. This makesSean Dague1-6/+4
2008-06-12this, in theory, adds migration support to mysql for all Sean Dague1-34/+50
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-5/+5
2008-05-31* Duh, actually returning from the CreateAsset method once we know the asset ...Justin Clarke Casey1-0/+1
2008-05-31* Remove the mysql logging noise I accidentally left in a few commits agoJustin Clarke Casey1-2/+2
2008-05-31* Change MySQL to check whether an asset already exists before inserting it i...Justin Clarke Casey1-1/+40
2008-05-16Formatting cleanup.Jeff Ames1-5/+5
2008-05-14More formatting cleanup.Jeff Ames1-2/+5
2008-05-01* Align new fields upgrade sql to have the same 'not null' and default settin...Justin Clarke Casey1-3/+3
2008-04-24in theory, let you pass the mysql connection string into theSean Dague1-1/+7
2008-04-23changes to allow asset_source to be specified in the opensim.iniSean Dague1-0/+7
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-2/+3
2008-04-02fix ups to include OpenSim.Framework explicit includes (theySean Dague1-0/+1
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-28* Introduced common abstract AssetDataBase implementing IAssetProviderlbsa711-9/+9
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-7/+7
2008-02-05Converted logging to use log4net.Jeff Ames1-8/+10
2008-02-04* Synchronize asset storage operations to mysql as well as readsJustin Clarke Casey1-31/+35
2008-02-04A smidgen more error info for the asset serverJustin Clarke Casey1-4/+5
2008-01-30* Print out exception information when a mysql asset fetch failsJustin Clarke Casey1-16/+29
2007-12-27* Optimized usingslbsa711-7/+7
2007-12-08Adding an explicit close() and dispose() in the hope that it might help with ...Brian McBee1-0/+3
2007-11-26Attempt to handle MYSQL error fetching assetsBrian McBee1-10/+17
2007-11-01Need to clean up resources when creating/updating assetsTleiades Hax1-0/+1
2007-11-01(no commit message)Tleiades Hax1-10/+14
2007-10-30* Optimized usingslbsa711-20/+23
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-1/+1
2007-10-26Very early first implementation of grid based assets.Tleiades Hax1-14/+16
2007-10-19get rid of all the ^M line endingsSean Dague1-159/+159
2007-10-15* Applied Chillken patch #418: copyright-r2094.patch updating copyright messa...lbsa711-0/+28
2007-10-13OpenSimMain now respects the asset_plugin paramter, and storing of assets wil...Tleiades Hax1-2/+21
2007-10-13Added capbility to use MySQL as the database backend in stand alone mode for ...Tleiades Hax1-21/+2
2007-10-13(no commit message)Tleiades Hax1-2/+21
2007-10-13Asset server implementation. Again one of these "plumbing" releases, where no...Tleiades Hax1-0/+112