aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/GridAssetClient.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* More clean up from asset cache legacy. None of these classes are used anymore.Diva Canto2009-08-101-140/+0
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-1/+1
* * 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-3/+2
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-1/+1
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-161-1/+30
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-041-1/+1
* No longer append a "texture" parameter on texture asset requests. TheMike Mazur2009-01-191-2/+0
* Attempt to fix an issue I havebeen seeing, where asset server failureMelanie Thielker2008-08-311-0/+3
* Formatting cleanup.Jeff Ames2008-08-181-1/+1
* * remove redundant sync locking in AssetServerBase since this is already bein...Justin Clarke Casey2008-07-071-1/+1
* * remove unused CommitAssets() hook for nowJustin Clarke Casey2008-07-071-4/+0
* * refactor: catch asset service request exceptions at the AssetServerBase lev...Justin Clarke Casey2008-06-131-23/+15
* Formatting cleanup.Jeff Ames2008-05-161-4/+4
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-2/+3
* * Minor change on region grid asset client to change two store log messages t...Justin Clarke Casey2008-03-311-4/+7
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* * Very minor error message change in GridAssetClientJustin Clarke Casey2008-03-111-3/+1
* * Winnow the debug and info messages associated with stat fetchingJustin Clarke Casey2008-02-221-8/+10
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-3/+3
* Converted logging to use log4net.Jeff Ames2008-02-051-8/+10
* First part of avatar persistence, currently only really works in standalone m...MW2008-02-041-0/+2
* * Optimized usingslbsa712007-12-271-10/+5
* * 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/+5
* * ARequest changed name to AssetRequest and moved to own file.lbsa712007-12-141-47/+38
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-1/+1
* Do I really have to write a log entry, can't I just hide this commit somewher...MW2007-11-041-1/+2
* testing different rest post method/class for Grid asset client. (possible tha...MW2007-11-031-10/+12
* debug tracing for asset server hangsSean Dague2007-11-011-1/+3
* Test on the grid asset problem, don't update to this version unless you just ...MW2007-11-011-61/+42
* Improved logging, to identify which asset fetch caused an execption during re...Tleiades Hax2007-10-311-0/+1
* * Optimized usingslbsa712007-10-301-14/+7
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-2/+1
* normalized line endingsJeff Ames2007-10-291-160/+160
* Very early first implementation of grid based assets.Tleiades Hax2007-10-261-0/+160