aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-09* Add basic asset cache get testJustin Clarke Casey1-4/+3
2009-02-19* Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa711-0/+1
2009-02-19* Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa711-1/+0
2009-02-16From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-0/+29
2009-02-03- move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur1-0/+1
2009-02-03Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur1-4/+4
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-4/+4
2008-07-07* remove redundant sync locking in AssetServerBase since this is already bein...Justin Clarke Casey1-8/+2
2008-07-07* remove unused CommitAssets() hook for nowJustin Clarke Casey1-7/+0
2008-04-23changes to allow asset_source to be specified in the opensim.iniSean Dague1-4/+4
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-2/+2
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-02-05Converted logging to use log4net.Jeff Ames1-6/+7
2008-01-02* Trying to address TextureSender issueslbsa711-10/+10
2007-12-27* Optimized usingslbsa711-4/+4
2007-12-27* AssetServerBase: _ProcessRequest is now called GetAssetlbsa711-1/+1
2007-12-19Refactor asset request processing for consistent status information on whethe...Justin Clarke Casey1-9/+3
2007-12-14* ARequest changed name to AssetRequest and moved to own file.lbsa711-24/+13
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-10-30* Optimized usingslbsa711-13/+8
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-4/+1
2007-10-29Fixed a bug in SQLAssetServer that only seemed to be a problem when running u...MW1-2/+3
2007-10-22* Return of R2162. /Take that SVN!/Adam Frisby1-2/+2
2007-10-22revert r2162 as it completely clobbered all the work onSean Dague1-2/+2
2007-10-22* Major ass commit.Adam Frisby1-2/+2
2007-10-19get rid of all the ^M line endingsSean Dague1-124/+124
2007-10-19* some more refactoring + bugfixlbsa711-7/+3
2007-10-19* Total refactoring of Asset Server for massive winlbsa711-196/+10
2007-10-17* Some asset loading refactoringlbsa711-0/+5
2007-10-15* normalized line endingslbsa711-305/+305
2007-10-13Asset server implementation. Again one of these "plumbing" releases, where no...Tleiades Hax1-34/+34
2007-09-17fixing me some line endingsSean Dague1-17/+17
2007-09-11Trying some locks on asset database access. MW1-10/+21
2007-09-10added some debugging for tracing where asset code isn't working with sqliteSean Dague1-298/+299
2007-09-10A couple of fixes to make sure db4o gets set as the default asset database. A...MW1-0/+1
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ...MW1-160/+65
2007-08-27Deleted a few old files that are no longer used.MW1-403/+392
2007-08-26Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW1-3/+5
2007-08-13Deleted some unused code.MW1-27/+0
2007-08-08Added checks to the last commit to make sure the xml files exist before it tr...MW1-0/+3
2007-08-08The startup set of assets in the local asset server can now be set from a xml...MW1-2/+31
2007-08-03Changes to prepare for future possible configuration of separate logdir, conf...Brian McBee1-2/+2
2007-07-27Should now have version 0.1 of our new ruth default avatar. At the moment, yo...MW1-0/+60
2007-07-26More work on inventory and opensim library.MW1-0/+30
2007-07-19Some work on Inventory (not yet finished or enabled)MW1-0/+12
2007-07-17* debugged quite a lot of db-related strangeness and various refactoring goofslbsa711-133/+116
2007-07-16changed to native line ending encodingSean Dague1-311/+311
2007-07-13* Fixed bug reported by xyzo - region assets are now stored in "regionassets....Adam Frisby1-2/+2
2007-07-10preliminary inter region communications (between regions in different instanc...MW1-0/+1
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-15/+13