aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/GridAssetClient.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+3
| | | | (this took a while to run).
* * Minor change on region grid asset client to change two store log messages ↵Justin Clarke Casey2008-03-311-4/+7
| | | | to one
* 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
| | | | | | | * As such, only a request for a non cached asset, the response and failures show up now. * I know lbsa71 only put these in not long ago, so if they are really still required, I think we should think whether we can move the default log4net level off 'Debug'
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-3/+3
|
* Converted logging to use log4net.Jeff Ames2008-02-051-8/+10
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* First part of avatar persistence, currently only really works in standalone ↵MW2008-02-041-0/+2
| | | | | | | | | mode (with accounts_authenticate set to true), it also only currently has a mysql database connector. (sqlite one will follow soon). It also uses the tribalmedia database system, so this needs checking to see if the old problems with mono have been fixed. To use, see the appearance section in opensim.ini.example, set "persist = true", then add the correct connection string for your database.(see mysql-AvatarAppearance.sql in share folder for a example of the table mysql table structure). This could possible be used in a very small grid, but would mean each region server would need to connect to the same mysql database. But the work to move the code to one of the grid servers shouldn't be too much.
* * Optimized usingslbsa712007-12-271-10/+5
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* * AssetServerBase: _ProcessRequest is now called GetAssetlbsa712007-12-271-1/+1
| | | | | | | * PrimitiveBaseShape: The textures are now exposed as a 'TextureEntry Textures'; all serialization still using the 'byte[] TextureEntry' for backwards compatibility. * Scene: Re-added AddTree, since the Tree type isn't gone from libsl, merely relocated.
* Refactor asset request processing for consistent status information on ↵Justin Clarke Casey2007-12-191-9/+5
| | | | whether an asset was actually found or not
* * ARequest changed name to AssetRequest and moved to own file.lbsa712007-12-141-47/+38
| | | | | | * The AssetServerBase is now responsible for dequeueing, the server implementations merely recieves ProcessRequest( AssetRequest req ) * Catchall added around queue processing thread so thread won't abort on exceptions.
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-1/+1
| | | | notice of doom
* Do I really have to write a log entry, can't I just hide this commit ↵MW2007-11-041-1/+2
| | | | somewhere so its added but doesn't show up anywhere. As I can't believe I would make such a stupid mistake and not notice.
* testing different rest post method/class for Grid asset client. (possible ↵MW2007-11-031-10/+12
| | | | that I haven't set the post url correctly)
* 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
| | | | want to test to see if this fixes anything (but it could just as well break grid assets even more).
* Improved logging, to identify which asset fetch caused an execption during ↵Tleiades Hax2007-10-311-0/+1
| | | | retrieval of assets from the asset server
* * Optimized usingslbsa712007-10-301-14/+7
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-291-2/+1
| | | | | | | Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
* normalized line endingsJeff Ames2007-10-291-160/+160
|
* Very early first implementation of grid based assets.Tleiades Hax2007-10-261-0/+160
Run this on a major grid, and weep