aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetServer/RestService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-3/+4
2008-04-18* Refactor: Remove redundant try/catch from asset request since this is now h...Justin Clarke Casey1-47/+42
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-7/+7
2008-02-05Converted logging to use log4net.Jeff Ames1-10/+13
2008-02-04Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey1-9/+5
2008-01-30* Add 'asset not found' statistics to grid asset server statsJustin Clarke Casey1-2/+12
2008-01-30* Minor asset server message tweakJustin Clarke Casey1-1/+2
2008-01-30* Deal with asset requests with malformed guids to the asset server in more u...Justin Clarke Casey1-6/+13
2008-01-28* Move AssetStatsReporter to Framework.StatisticsJustin Clarke Casey1-0/+1
2008-01-23* Add very very very basic initial statistical information collection to asse...Justin Clarke Casey1-10/+15
2007-12-27* Optimized usingslbsa711-2/+2
2007-12-18* Removed redundant code in RestService.csAdam Frisby1-8/+1
2007-12-11added copyright noticesJeff Ames1-0/+28
2007-11-20Turned on more verbosity to try to debug assetserver failuresBrian McBee1-2/+2
2007-11-04add a IAssetProvider.CommitAssets() call to the grid asset server, when a ass...MW1-0/+1
2007-11-01debug tracing for asset server hangsSean Dague1-1/+4
2007-10-30* Optimized usingslbsa711-23/+21
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-1/+1
2007-10-29normalized line endingsJeff Ames1-109/+109
2007-10-26Very early first implementation of grid based assets.Tleiades Hax1-0/+109