aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLAssetData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-56/+56
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-165/+159
2012-04-30Consistently use using() to make sure we dispose of used MySqlCommands where ...Justin Clark-Casey (justincc)1-88/+92
2011-08-17In the asset service, check that an asset exists before attempting to store it.Justin Clark-Casey (justincc)1-2/+7
2011-03-08Pull up Assembly of the MySQL classes as a protected property, so that it can...Diva Canto1-4/+6
2010-09-11Re-enabled asset last access time logging in MySQLJohn Hurliman1-3/+0
2010-05-19MySQLAssetData.cs now supports asset_flags, CreatorIDAlexRa1-5/+7
2010-05-19Some more corrections after MySQL connector updateAlexRa1-1/+2
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-2/+3
2010-05-09Implement the "delete" path for assets. Adds a new option to allow remote ass...Melanie1-0/+18
2010-05-09Add a field asset_flags and a corresponding enum to the asset database. ThisMelanie1-3/+5
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+1
2010-02-05Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim1-197/+158
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-4/+1
2009-11-02Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman1-47/+55
2009-10-25Changing Scene.ForEachClient to use the synchronous for loop instead of Paral...John Hurliman1-3/+0
2009-10-14* Replaced (possibly broken?) math for calculating the unix timestamp in MySQ...John Hurliman1-5/+5
2009-10-06* Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman1-4/+2
2009-10-04* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman1-54/+48
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-08-21Fix issue where conversion of temporary boolean variable fails on MySQLArthur Valadares1-2/+2
2009-08-19* Switching IAssetData to follow the new naming schema, removing the separate...Kunnis1-11/+2
2009-08-16* Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par...Kunnis1-8/+1
2009-08-16Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis1-0/+1
2009-07-24* Apply asset and inventory name and description bound checks to MySQLJustin Clarke Casey1-2/+16
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-13* Some more experimental work on distributed assets. Nothing hotwired yet.lbsa711-17/+19
2009-04-09* Improve inventory uuid conversions to make sure that we aren't converting a...Justin Clarke Casey1-1/+1
2009-03-09Implemented FetchAssetMetadataSet in DB backends.Mike Mazur1-0/+51
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-17/+17
2009-02-12* optimized usings.lbsa711-7/+5
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-17/+17
2009-02-03Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur1-1/+1
2009-01-28Slight cleanup of docs, removing trailing whitespace.Mike Mazur1-6/+5
2009-01-18Avoid an invalid cast on legacy dataMelanie Thielker1-1/+8
2008-12-22Update the MySQL connector to 5.2.5. Fixes Mantids#2673. Thanks for the hint,...Homer Horwitz1-1/+1
2008-11-06add create_time and access_time to asset db for mysql, as wellSean Dague1-2/+46
2008-09-24let the asset tests run on MySQL. Interesting difference here, theSean Dague1-1/+1
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