aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite/SQLiteAssetData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* whole lot more movingSean Dague2008-04-021-301/+0
* * Introduced common abstract AssetDataBase implementing IAssetProviderlbsa712008-03-281-18/+18
* Formatting cleanup.Jeff Ames2008-03-181-27/+27
* * Fix for SQLiteAssetData - We now ignore duplicate assets. We shouldn't supp...Adam Frisby2008-03-121-2/+1
* Ensure resolution of mantis 113Sean Dague2008-03-111-1/+3
* Converted logging to use log4net.Jeff Ames2008-02-051-5/+7
* * Restore non dash asset UUID persistence which was made dashed in r3069Justin Clarke Casey2008-01-151-6/+6
* my Exists check was slow and wrong. This fixes issues peopleSean Dague2008-01-141-5/+24
* good bye ADO.NET to assets, notice faster startup timeSean Dague2008-01-141-103/+66
* * Optimized usingslbsa712007-12-271-1/+1
* Log message tweakingJustin Clarke Casey2007-12-241-5/+5
* Fix up other sqlite db interactions to use non-hyphenated uuidJustin Clarke Casey2007-12-201-5/+5
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-2/+2
* * Optimized usingslbsa712007-10-301-56/+69
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-2/+2
* * Some asset loading refactoringlbsa712007-10-171-9/+12
* Asset server implementation. Again one of these "plumbing" releases, where no...Tleiades Hax2007-10-131-1/+22
* move the locks closer to the data, sqlite for assets now works like a champSean Dague2007-09-111-31/+34
* add DeleteAssetSean Dague2007-09-111-10/+14
* added some debugging for tracing where asset code isn't working with sqliteSean Dague2007-09-101-1/+20
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
* hooked up sdague new sqlite asset database provider to the old asset system. ...MW2007-09-101-3/+19
* added SQLiteAssetData class first pass. This should work,Sean Dague2007-09-071-0/+237