aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetServerBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-13* Support loading empty folders in an iarJustin Clarke Casey1-3/+1
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/+55
2009-02-12* optimized usings.lbsa711-2/+2
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-2/+2
2008-12-29* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey1-2/+2
2008-11-06Mantis#2566. Thank you kindly, Diva for a patch that:Charles Krinke1-0/+5
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-2/+2
2008-08-18Formatting cleanup.Jeff Ames1-5/+5
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-1/+1
2008-07-07* remove redundant sync locking in AssetServerBase since this is already bein...Justin Clarke Casey1-14/+2
2008-07-07* remove unused CommitAssets() hook for nowJustin Clarke Casey1-5/+0
2008-06-14* Start recording asset request failuresJustin Clarke Casey1-2/+6
2008-06-13* refactor: catch asset service request exceptions at the AssetServerBase lev...Justin Clarke Casey1-3/+20
2008-05-16* Cache knowledge in the region server that the asset service has reported an...Justin Clarke Casey1-1/+1
2008-05-16Formatting cleanup.Jeff Ames1-4/+4
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-5/+5
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-12* Add comments and slight corrections to ClientView.AgentTextureCachedJustin Clarke Casey1-2/+2
2008-02-22* Winnow the debug and info messages associated with stat fetchingJustin Clarke Casey1-0/+2
2008-02-21"threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen1-0/+1
2008-02-20* Properly guard removal of asset request lists on AssetCache.AssetNotFound (...Justin Clarke Casey1-5/+5
2008-02-20* Remove unused texture dictionaries from AssetCacheJustin Clarke Casey1-0/+4
2008-02-20* Report 'asset not found' situations back to UserTextureDownloadServiceJustin Clarke Casey1-4/+5
2008-02-19Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen1-0/+1
2008-02-13Clean up more unnecessary String.Format callsJeff Ames1-6/+3
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-1/+1
2008-02-05Converted logging to use log4net.Jeff Ames1-8/+10
2008-01-09* removed another superfluous debug messagelbsa711-2/+2
2008-01-02* Trying to address TextureSender issueslbsa711-19/+19
2008-01-02* Refactored out function to load specified AssetSet Xmllbsa711-2/+2
2007-12-28Factor out common asset loading from AssetServerBase and Grid/AssetServer/MainJustin Clarke Casey1-97/+5
2007-12-27* Optimized usingslbsa711-5/+5
2007-12-27* AssetServerBase: _ProcessRequest is now called GetAssetlbsa711-4/+4
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames1-1/+1
2007-12-19Refactor asset request processing for consistent status information on whethe...Justin Clarke Casey1-3/+34
2007-12-14* ARequest changed name to AssetRequest and moved to own file.lbsa711-4/+21
2007-12-11added copyright noticesJeff Ames1-0/+28
2007-11-17catch exceptions when loading malformed xml filesJeff Ames1-15/+23
2007-11-06* Added better logging to AssetCachelbsa711-19/+1
2007-11-01debug tracing for asset server hangsSean Dague1-1/+3
2007-11-01renamed FetchAsset to RequestAsset on IAssetServer, as think its a more fitti...MW1-1/+1
2007-11-01Test on the grid asset problem, don't update to this version unless you just ...MW1-1/+1
2007-10-30* Optimized usingslbsa711-15/+11
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-16/+16
2007-10-29Fixed a bug in SQLAssetServer that only seemed to be a problem when running u...MW1-1/+1
2007-10-29fixed one bug (where the assets we read and created from the OpenSimAssetSet....MW1-1/+5
2007-10-26Very early first implementation of grid based assets.Tleiades Hax1-18/+18