aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetServerBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* More clean up from asset cache legacy. None of these classes are used anymore.Diva Canto2009-08-101-246/+0
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Attempting to find cause of NotSupportedException in Asset subsystem.Adam Frisby2009-05-041-1/+1
* * Change simple asset cache test to manually pump the asset server rather tha...Justin Clarke Casey2009-04-141-8/+21
* * Explicitly start the asset server thread so that unit tests can run single ...Justin Clarke Casey2009-04-141-20/+19
* * Support loading empty folders in an iarJustin Clarke Casey2009-03-131-3/+1
* * 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/+55
* * optimized usings.lbsa712009-02-121-2/+2
* - 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-2/+2
* * Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey2008-12-291-2/+2
* Mantis#2566. Thank you kindly, Diva for a patch that:Charles Krinke2008-11-061-0/+5
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-2/+2
* Formatting cleanup.Jeff Ames2008-08-181-5/+5
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-311-1/+1
* * remove redundant sync locking in AssetServerBase since this is already bein...Justin Clarke Casey2008-07-071-14/+2
* * remove unused CommitAssets() hook for nowJustin Clarke Casey2008-07-071-5/+0
* * Start recording asset request failuresJustin Clarke Casey2008-06-141-2/+6
* * refactor: catch asset service request exceptions at the AssetServerBase lev...Justin Clarke Casey2008-06-131-3/+20
* * Cache knowledge in the region server that the asset service has reported an...Justin Clarke Casey2008-05-161-1/+1
* Formatting cleanup.Jeff Ames2008-05-161-4/+4
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-5/+5
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* * Add comments and slight corrections to ClientView.AgentTextureCachedJustin Clarke Casey2008-03-121-2/+2
* * Winnow the debug and info messages associated with stat fetchingJustin Clarke Casey2008-02-221-0/+2
* "threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen2008-02-211-0/+1
* * Properly guard removal of asset request lists on AssetCache.AssetNotFound (...Justin Clarke Casey2008-02-201-5/+5
* * Remove unused texture dictionaries from AssetCacheJustin Clarke Casey2008-02-201-0/+4
* * Report 'asset not found' situations back to UserTextureDownloadServiceJustin Clarke Casey2008-02-201-4/+5
* Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen2008-02-191-0/+1
* Clean up more unnecessary String.Format callsJeff Ames2008-02-131-6/+3
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-1/+1
* Converted logging to use log4net.Jeff Ames2008-02-051-8/+10
* * removed another superfluous debug messagelbsa712008-01-091-2/+2
* * Trying to address TextureSender issueslbsa712008-01-021-19/+19
* * Refactored out function to load specified AssetSet Xmllbsa712008-01-021-2/+2
* Factor out common asset loading from AssetServerBase and Grid/AssetServer/MainJustin Clarke Casey2007-12-281-97/+5
* * Optimized usingslbsa712007-12-271-5/+5
* * AssetServerBase: _ProcessRequest is now called GetAssetlbsa712007-12-271-4/+4
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames2007-12-201-1/+1
* Refactor asset request processing for consistent status information on whethe...Justin Clarke Casey2007-12-191-3/+34
* * ARequest changed name to AssetRequest and moved to own file.lbsa712007-12-141-4/+21
* added copyright noticesJeff Ames2007-12-111-0/+28
* catch exceptions when loading malformed xml filesJeff Ames2007-11-171-15/+23
* * Added better logging to AssetCachelbsa712007-11-061-19/+1
* debug tracing for asset server hangsSean Dague2007-11-011-1/+3
* renamed FetchAsset to RequestAsset on IAssetServer, as think its a more fitti...MW2007-11-011-1/+1
* Test on the grid asset problem, don't update to this version unless you just ...MW2007-11-011-1/+1