| Commit message (Expand) | Author | Age | Files | Lines |
* | Further corrections to MS SQL stores (now passes all tests) | AlexRa | 2010-05-23 | 1 | -70/+17 |
* | MSSQLAssetData updated to support [CreatorID], [asset_flags] | AlexRa | 2010-05-23 | 1 | -5/+11 |
* | MSSQLAssetData: fixed some weirdness | AlexRa | 2010-05-23 | 1 | -7/+12 |
* | Implement the "delete" path for assets. Adds a new option to allow remote ass... | Melanie | 2010-05-09 | 1 | -0/+4 |
* | Remove some obsolete files from MSSQL. Fix a missing constructor arg that | Melanie | 2010-02-24 | 1 | -1/+2 |
* | MSSQL Additions for Presence Refactor branch. Most functionality tested and w... | StrawberryFride | 2010-02-24 | 1 | -32/+22 |
* | 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/+2 |
* | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 2009-11-05 | 1 | -4/+5 |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -2/+2 |
* | * Switching IAssetData to follow the new naming schema, removing the separate... | Kunnis | 2009-08-19 | 1 | -5/+14 |
* | * Apply similar bounds checks on name and description fields on MSSQL UpdateA... | Justin Clarke Casey | 2009-07-24 | 1 | -6/+25 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3902 | Justin Clarke Casey | 2009-07-24 | 1 | -4/+23 |
* | Fixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of obj... | Melanie Thielker | 2009-06-14 | 1 | -1/+1 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | Thank you kindly, StrawberryFride, for a patch that: | Charles Krinke | 2009-05-17 | 1 | -19/+20 |
* | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 2009-04-13 | 1 | -39/+39 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3280 | Justin Clarke Casey | 2009-03-09 | 1 | -1/+1 |
* | Implemented FetchAssetMetadataSet in DB backends. | Mike Mazur | 2009-03-09 | 1 | -0/+36 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3142 | Justin Clarke Casey | 2009-02-19 | 1 | -4/+4 |
* | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 2009-02-17 | 1 | -20/+20 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -3/+3 |
* | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 2009-02-04 | 1 | -20/+20 |
* | - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs to | Mike Mazur | 2009-02-03 | 1 | -2/+2 |
* | Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ... | Mike Mazur | 2009-02-03 | 1 | -1/+1 |
* | * Comment out unused access time method in MSSQL | Justin Clarke Casey | 2008-11-21 | 1 | -18/+18 |
* | Mantis#2657. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 2008-11-19 | 1 | -5/+27 |
* | cleaning up warnings in MSSQL code. | Dr Scofield | 2008-11-17 | 1 | -1/+1 |
* | Mantis#2626: Thank you Ruud Lathrop, for a patch that cleans up MSSQL code. | Homer Horwitz | 2008-11-15 | 1 | -73/+2 |
* | Mantis #2124 | Melanie Thielker | 2008-09-14 | 1 | -98/+147 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -4/+4 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -3/+3 |
* | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 2008-07-31 | 1 | -1/+1 |
* | Mantis#1736. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 2008-07-17 | 1 | -56/+43 |
* | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 2008-07-07 | 1 | -7/+0 |
* | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 2008-07-02 | 1 | -7/+3 |
* | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 2008-06-27 | 1 | -0/+2 |
* | Apply patch from bug #1609 -- Documentation for Data/MSSQL. Thanks kerunix_F... | Jeff Ames | 2008-06-26 | 1 | -4/+46 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -1/+1 |
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 1 | -1/+1 |
* | * Cleaning code still. | Adam Frisby | 2008-05-01 | 1 | -1/+1 |
* | * Align new fields upgrade sql to have the same 'not null' and default settin... | Justin Clarke Casey | 2008-05-01 | 1 | -1/+1 |
* | changes to allow asset_source to be specified in the opensim.ini | Sean Dague | 2008-04-23 | 1 | -0/+7 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -2/+3 |
* | fix ups to include OpenSim.Framework explicit includes (they | Sean Dague | 2008-04-02 | 1 | -0/+1 |
* | attempt to fix up all refernces to new directory structure | Sean Dague | 2008-04-02 | 1 | -1/+1 |
* | whole lot more moving | Sean Dague | 2008-04-02 | 1 | -0/+221 |