| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-enabled asset last access time logging in MySQL | John Hurliman | 2010-09-11 | 1 | -3/+0 |
* | MySQLAssetData.cs now supports asset_flags, CreatorID | AlexRa | 2010-05-19 | 1 | -5/+7 |
* | Some more corrections after MySQL connector update | AlexRa | 2010-05-19 | 1 | -1/+2 |
* | * Fixed spamming the assets table with map tiles. The tile image ID is now st... | Diva Canto | 2010-05-09 | 1 | -2/+3 |
* | Implement the "delete" path for assets. Adds a new option to allow remote ass... | Melanie | 2010-05-09 | 1 | -0/+18 |
* | Add a field asset_flags and a corresponding enum to the asset database. This | Melanie | 2010-05-09 | 1 | -3/+5 |
* | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 1 | -1/+1 |
* | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 2010-02-22 | 1 | -1/+1 |
* | Updated MySQL connection management to use the MySQL connection pooling. This... | Master ScienceSim | 2010-02-05 | 1 | -197/+158 |
* | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 2009-11-05 | 1 | -4/+1 |
* | Reverting the memory leak patch for MySQL. Problems have been reported with t... | John Hurliman | 2009-11-02 | 1 | -47/+55 |
* | Changing Scene.ForEachClient to use the synchronous for loop instead of Paral... | John Hurliman | 2009-10-25 | 1 | -3/+0 |
* | * Replaced (possibly broken?) math for calculating the unix timestamp in MySQ... | John Hurliman | 2009-10-14 | 1 | -5/+5 |
* | * Continued work on the new LLUDP implementation. Appears to be functioning, ... | John Hurliman | 2009-10-06 | 1 | -4/+2 |
* | * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L... | John Hurliman | 2009-10-04 | 1 | -54/+48 |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
* | Fix issue where conversion of temporary boolean variable fails on MySQL | Arthur Valadares | 2009-08-21 | 1 | -2/+2 |
* | * Switching IAssetData to follow the new naming schema, removing the separate... | Kunnis | 2009-08-19 | 1 | -11/+2 |
* | * Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par... | Kunnis | 2009-08-16 | 1 | -8/+1 |
* | Adding in Reflection-based testing, to ensure that all properties are covered. | Kunnis | 2009-08-16 | 1 | -0/+1 |
* | * Apply asset and inventory name and description bound checks to MySQL | Justin Clarke Casey | 2009-07-24 | 1 | -2/+16 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 2009-04-13 | 1 | -17/+19 |
* | * Improve inventory uuid conversions to make sure that we aren't converting a... | Justin Clarke Casey | 2009-04-09 | 1 | -1/+1 |
* | Implemented FetchAssetMetadataSet in DB backends. | Mike Mazur | 2009-03-09 | 1 | -0/+51 |
* | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 2009-02-17 | 1 | -17/+17 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -7/+5 |
* | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 2009-02-04 | 1 | -17/+17 |
* | Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ... | Mike Mazur | 2009-02-03 | 1 | -1/+1 |
* | Slight cleanup of docs, removing trailing whitespace. | Mike Mazur | 2009-01-28 | 1 | -6/+5 |
* | Avoid an invalid cast on legacy data | Melanie Thielker | 2009-01-18 | 1 | -1/+8 |
* | Update the MySQL connector to 5.2.5. Fixes Mantids#2673. Thanks for the hint,... | Homer Horwitz | 2008-12-22 | 1 | -1/+1 |
* | add create_time and access_time to asset db for mysql, as well | Sean Dague | 2008-11-06 | 1 | -2/+46 |
* | let the asset tests run on MySQL. Interesting difference here, the | Sean Dague | 2008-09-24 | 1 | -1/+1 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -3/+3 |
* | remove the legacy pre-Migration database upgrade paths | Sean Dague | 2008-08-27 | 1 | -42/+0 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -4/+4 |
* | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 2008-07-31 | 1 | -1/+1 |
* | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ... | Mike Mazur | 2008-07-18 | 1 | -0/+1 |
* | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 2008-07-07 | 1 | -7/+0 |
* | Mantis#1661. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 2008-07-03 | 1 | -0/+6 |
* | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 2008-07-02 | 1 | -5/+3 |
* | * Fix for http://opensimulator.org/mantis/view.php?id=1512 | Justin Clarke Casey | 2008-06-29 | 1 | -1/+1 |
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 1 | -10/+10 |
* | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 2008-06-27 | 1 | -1/+3 |
* | Apply patch from bug #1601 -- more documentation for Data/MySQL. Thanks keru... | Jeff Ames | 2008-06-26 | 1 | -19/+42 |
* | Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL f... | Jeff Ames | 2008-06-26 | 1 | -1/+36 |
* | the beginning of the great id format migration. This makes | Sean Dague | 2008-06-16 | 1 | -6/+4 |
* | this, in theory, adds migration support to mysql for all | Sean Dague | 2008-06-12 | 1 | -34/+50 |
* | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 2008-06-04 | 1 | -5/+5 |