| Commit message (Expand) | Author | Files | Lines |
2009-05-15 | * Change default sqlite asset db back to Asset.db instead of AssetStorage.db | Justin Clarke Casey | 1 | -2/+2 |
2009-04-13 | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 1 | -1/+1 |
2009-04-09 | * minor: correct some documentation in SQLiteAssetData.cs | Justin Clarke Casey | 1 | -8/+2 |
2009-04-09 | * Change SQLite asset UUID to dashed format to be consistent | Justin Clarke Casey | 1 | -6/+6 |
2009-03-09 | Implemented FetchAssetMetadataSet in DB backends. | Mike Mazur | 1 | -0/+50 |
2009-02-17 | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 1 | -23/+23 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -1/+1 |
2009-02-04 | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 1 | -23/+23 |
2008-11-08 | Work in progress on SECS stuff. Have been holding it off until after 0.6 rele... | Tedd Hansen | 1 | -2/+2 |
2008-09-18 | - Add Dispose method to IRegionDataStore | Homer Horwitz | 1 | -1/+8 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -5/+5 |
2008-08-27 | we are now past change 6000, so getting rid of the pre-Migration | Sean Dague | 1 | -81/+0 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -9/+9 |
2008-07-23 | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 1 | -3/+5 |
2008-07-18 | add some locks back into the sqlite asset path, as something changed | Sean Dague | 1 | -49/+56 |
2008-07-07 | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 1 | -13/+0 |
2008-07-02 | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 1 | -8/+4 |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -23/+23 |
2008-06-27 | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 1 | -0/+2 |
2008-06-26 | Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_... | Jeff Ames | 1 | -3/+65 |
2008-06-11 | check in working migration code fore SQLite. This | Sean Dague | 1 | -3/+21 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -12/+12 |
2008-05-14 | More formatting cleanup. | Jeff Ames | 1 | -1/+2 |
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-05-01 | * In ur code. Making it static. | Adam Frisby | 1 | -5/+5 |
2008-05-01 | * Align new fields upgrade sql to have the same 'not null' and default settin... | Justin Clarke Casey | 1 | -5/+5 |
2008-04-23 | changes to allow asset_source to be specified in the opensim.ini | Sean Dague | 1 | -3/+6 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -2/+2 |
2008-04-02 | fix ups to include OpenSim.Framework explicit includes (they | Sean Dague | 1 | -0/+1 |
2008-04-02 | attempt to fix up all refernces to new directory structure | Sean Dague | 1 | -1/+1 |
2008-04-02 | whole lot more moving | Sean Dague | 1 | -0/+0 |
2008-03-28 | * Introduced common abstract AssetDataBase implementing IAssetProvider | lbsa71 | 1 | -18/+18 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+27 |
2008-03-12 | * Fix for SQLiteAssetData - We now ignore duplicate assets. We shouldn't supp... | Adam Frisby | 1 | -2/+1 |
2008-03-11 | Ensure resolution of mantis 113 | Sean Dague | 1 | -1/+3 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -5/+7 |
2008-01-15 | * Restore non dash asset UUID persistence which was made dashed in r3069 | Justin Clarke Casey | 1 | -6/+6 |
2008-01-14 | my Exists check was slow and wrong. This fixes issues people | Sean Dague | 1 | -5/+24 |
2008-01-14 | good bye ADO.NET to assets, notice faster startup time | Sean Dague | 1 | -103/+66 |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -1/+1 |
2007-12-24 | Log message tweaking | Justin Clarke Casey | 1 | -5/+5 |
2007-12-20 | Fix up other sqlite db interactions to use non-hyphenated uuid | Justin Clarke Casey | 1 | -5/+5 |
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 1 | -2/+2 |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -56/+69 |
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 1 | -2/+2 |
2007-10-17 | * Some asset loading refactoring | lbsa71 | 1 | -9/+12 |
2007-10-13 | Asset server implementation. Again one of these "plumbing" releases, where no... | Tleiades Hax | 1 | -1/+22 |
2007-09-11 | move the locks closer to the data, sqlite for assets now works like a champ | Sean Dague | 1 | -31/+34 |
2007-09-11 | add DeleteAsset | Sean Dague | 1 | -10/+14 |
2007-09-10 | added some debugging for tracing where asset code isn't working with sqlite | Sean Dague | 1 | -1/+20 |