aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the old asset cache and local services and the configurations for themMelanie Thielker2009-05-181-113/+0
* * Explicitly start the asset server thread so that unit tests can run single ...Justin Clarke Casey2009-04-141-5/+0
* * Add basic asset cache get testJustin Clarke Casey2009-03-091-4/+3
* * Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa712009-02-191-0/+1
* * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa712009-02-191-1/+0
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-161-0/+29
* - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur2009-02-031-0/+1
* Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur2009-02-031-4/+4
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-311-4/+4
* * remove redundant sync locking in AssetServerBase since this is already bein...Justin Clarke Casey2008-07-071-8/+2
* * remove unused CommitAssets() hook for nowJustin Clarke Casey2008-07-071-7/+0
* changes to allow asset_source to be specified in the opensim.iniSean Dague2008-04-231-4/+4
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-2/+2
* Formatting cleanup.Jeff Ames2008-03-181-26/+26
* Converted logging to use log4net.Jeff Ames2008-02-051-6/+7
* * Trying to address TextureSender issueslbsa712008-01-021-10/+10
* * Optimized usingslbsa712007-12-271-4/+4
* * AssetServerBase: _ProcessRequest is now called GetAssetlbsa712007-12-271-1/+1
* Refactor asset request processing for consistent status information on whethe...Justin Clarke Casey2007-12-191-9/+3
* * ARequest changed name to AssetRequest and moved to own file.lbsa712007-12-141-24/+13
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-2/+2
* * Optimized usingslbsa712007-10-301-13/+8
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-4/+1
* Fixed a bug in SQLAssetServer that only seemed to be a problem when running u...MW2007-10-291-2/+3
* * Return of R2162. /Take that SVN!/Adam Frisby2007-10-221-2/+2
* revert r2162 as it completely clobbered all the work onSean Dague2007-10-221-2/+2
* * Major ass commit.Adam Frisby2007-10-221-2/+2
* get rid of all the ^M line endingsSean Dague2007-10-191-124/+124
* * some more refactoring + bugfixlbsa712007-10-191-7/+3
* * Total refactoring of Asset Server for massive winlbsa712007-10-191-196/+10
* * Some asset loading refactoringlbsa712007-10-171-0/+5
* * normalized line endingslbsa712007-10-151-305/+305
* Asset server implementation. Again one of these "plumbing" releases, where no...Tleiades Hax2007-10-131-34/+34
* fixing me some line endingsSean Dague2007-09-171-17/+17
* Trying some locks on asset database access. MW2007-09-111-10/+21
* added some debugging for tracing where asset code isn't working with sqliteSean Dague2007-09-101-298/+299
* A couple of fixes to make sure db4o gets set as the default asset database. A...MW2007-09-101-0/+1
* hooked up sdague new sqlite asset database provider to the old asset system. ...MW2007-09-101-0/+297