aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteAssetData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-01* In ur code. Making it static.Adam Frisby1-5/+5
2008-05-01* Align new fields upgrade sql to have the same 'not null' and default settin...Justin Clarke Casey1-5/+5
2008-04-23changes to allow asset_source to be specified in the opensim.iniSean Dague1-3/+6
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-2/+2
2008-04-02fix ups to include OpenSim.Framework explicit includes (theySean Dague1-0/+1
2008-04-02attempt to fix up all refernces to new directory structureSean Dague1-1/+1
2008-04-02whole lot more movingSean Dague1-0/+0
2008-03-28* Introduced common abstract AssetDataBase implementing IAssetProviderlbsa711-18/+18
2008-03-18Formatting cleanup.Jeff Ames1-27/+27
2008-03-12* Fix for SQLiteAssetData - We now ignore duplicate assets. We shouldn't supp...Adam Frisby1-2/+1
2008-03-11Ensure resolution of mantis 113Sean Dague1-1/+3
2008-02-05Converted logging to use log4net.Jeff Ames1-5/+7
2008-01-15* Restore non dash asset UUID persistence which was made dashed in r3069Justin Clarke Casey1-6/+6
2008-01-14my Exists check was slow and wrong. This fixes issues peopleSean Dague1-5/+24
2008-01-14good bye ADO.NET to assets, notice faster startup timeSean Dague1-103/+66
2007-12-27* Optimized usingslbsa711-1/+1
2007-12-24Log message tweakingJustin Clarke Casey1-5/+5
2007-12-20Fix up other sqlite db interactions to use non-hyphenated uuidJustin Clarke Casey1-5/+5
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-10-30* Optimized usingslbsa711-56/+69
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-2/+2
2007-10-17* Some asset loading refactoringlbsa711-9/+12
2007-10-13Asset server implementation. Again one of these "plumbing" releases, where no...Tleiades Hax1-1/+22
2007-09-11move the locks closer to the data, sqlite for assets now works like a champSean Dague1-31/+34
2007-09-11add DeleteAssetSean Dague1-10/+14
2007-09-10added some debugging for tracing where asset code isn't working with sqliteSean Dague1-1/+20
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ...MW1-3/+19
2007-09-07added SQLiteAssetData class first pass. This should work,Sean Dague1-0/+237