aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetServer/RestService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Turned on more verbosity to try to debug assetserver failuresBrian McBee2007-11-201-2/+2
|
* add a IAssetProvider.CommitAssets() call to the grid asset server, when a ↵MW2007-11-041-0/+1
| | | | asset is uploaded to it. Don't think the MySql provider needs this call but the Sql provider does else the assets don't get written out to the database file.
* debug tracing for asset server hangsSean Dague2007-11-011-1/+4
|
* * Optimized usingslbsa712007-10-301-23/+21
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-291-1/+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-109/+109
|
* Very early first implementation of grid based assets.Tleiades Hax2007-10-261-0/+109
Run this on a major grid, and weep