| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide the interface for StoreAsset to report success or failure | Tom Grimshaw | 2010-06-28 | 1 | -1/+3 |
* | Revert one of the previous patches' hunks. The new code looked better, but | Melanie | 2010-05-20 | 1 | -3/+10 |
* | Added CreatorID to SQLite asset data | AlexRa | 2010-05-19 | 1 | -15/+27 |
* | A bit of harmless refactoring in SQLiteAssetData.cs | AlexRa | 2010-05-19 | 1 | -10/+3 |
* | Yey for unit tests. The previous commit had a couple of bugs on SQL statement... | Diva Canto | 2010-05-09 | 1 | -1/+1 |
* | * Fixed spamming the assets table with map tiles. The tile image ID is now st... | Diva Canto | 2010-05-09 | 1 | -3/+7 |
* | Add Delete handler to SQLite (NG) | Melanie | 2010-05-09 | 1 | -15/+16 |
* | Implement the "delete" path for assets. Adds a new option to allow remote ass... | Melanie | 2010-05-09 | 1 | -0/+5 |
* | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy | Justin Clark-Casey (justincc) | 2010-04-30 | 1 | -3/+3 |
* | minor: add some documentation around the asset udp request path and replace s... | Justin Clark-Casey (justincc) | 2010-04-14 | 1 | -1/+1 |
* | 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 |
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2010-02-03 | 1 | -1/+1 |
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -16/+16 |
* | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 2009-11-05 | 1 | -4/+5 |
* | Switched log level of an annoying message in SQLite to Debug, and commented i... | Diva Canto | 2009-10-01 | 1 | -2/+2 |
* | * Switching IAssetData to follow the new naming schema, removing the separate... | Kunnis | 2009-08-19 | 1 | -28/+19 |
* | * Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par... | Kunnis | 2009-08-16 | 1 | -1/+1 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | * Change default sqlite asset db back to Asset.db instead of AssetStorage.db | Justin Clarke Casey | 2009-05-15 | 1 | -2/+2 |
* | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 2009-04-13 | 1 | -1/+1 |
* | * minor: correct some documentation in SQLiteAssetData.cs | Justin Clarke Casey | 2009-04-09 | 1 | -8/+2 |
* | * Change SQLite asset UUID to dashed format to be consistent | Justin Clarke Casey | 2009-04-09 | 1 | -6/+6 |
* | Implemented FetchAssetMetadataSet in DB backends. | Mike Mazur | 2009-03-09 | 1 | -0/+50 |
* | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 2009-02-17 | 1 | -23/+23 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -1/+1 |
* | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 2009-02-04 | 1 | -23/+23 |
* | Work in progress on SECS stuff. Have been holding it off until after 0.6 rele... | Tedd Hansen | 2008-11-08 | 1 | -2/+2 |
* | - Add Dispose method to IRegionDataStore | Homer Horwitz | 2008-09-18 | 1 | -1/+8 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -5/+5 |
* | we are now past change 6000, so getting rid of the pre-Migration | Sean Dague | 2008-08-27 | 1 | -81/+0 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -9/+9 |
* | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 2008-07-23 | 1 | -3/+5 |
* | add some locks back into the sqlite asset path, as something changed | Sean Dague | 2008-07-18 | 1 | -49/+56 |
* | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 2008-07-07 | 1 | -13/+0 |
* | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 2008-07-02 | 1 | -8/+4 |
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 1 | -23/+23 |
* | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 2008-06-27 | 1 | -0/+2 |
* | Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_... | Jeff Ames | 2008-06-26 | 1 | -3/+65 |
* | check in working migration code fore SQLite. This | Sean Dague | 2008-06-11 | 1 | -3/+21 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -12/+12 |
* | More formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -1/+2 |
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -1/+1 |
* | * In ur code. Making it static. | Adam Frisby | 2008-05-01 | 1 | -5/+5 |
* | * Align new fields upgrade sql to have the same 'not null' and default settin... | Justin Clarke Casey | 2008-05-01 | 1 | -5/+5 |
* | changes to allow asset_source to be specified in the opensim.ini | Sean Dague | 2008-04-23 | 1 | -3/+6 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -2/+2 |
* | 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/+301 |