aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/GridAssetClient.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-14* ARequest changed name to AssetRequest and moved to own file.lbsa711-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.
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-1/+1
notice of doom
2007-11-04Do I really have to write a log entry, can't I just hide this commit ↵MW1-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.
2007-11-03testing different rest post method/class for Grid asset client. (possible ↵MW1-10/+12
that I haven't set the post url correctly)
2007-11-01debug tracing for asset server hangsSean Dague1-1/+3
2007-11-01Test on the grid asset problem, don't update to this version unless you just ↵MW1-61/+42
want to test to see if this fixes anything (but it could just as well break grid assets even more).
2007-10-31Improved logging, to identify which asset fetch caused an execption during ↵Tleiades Hax1-0/+1
retrieval of assets from the asset server
2007-10-30* Optimized usingslbsa711-14/+7
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-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.
2007-10-29normalized line endingsJeff Ames1-160/+160
2007-10-26Very early first implementation of grid based assets.Tleiades Hax1-0/+160
Run this on a major grid, and weep