aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetServer/RestService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Cleaning code still.Adam Frisby2008-05-011-21/+21
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-3/+4
* * Refactor: Remove redundant try/catch from asset request since this is now h...Justin Clarke Casey2008-04-181-47/+42
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-7/+7
* Converted logging to use log4net.Jeff Ames2008-02-051-10/+13
* Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2008-02-041-9/+5
* * Add 'asset not found' statistics to grid asset server statsJustin Clarke Casey2008-01-301-2/+12
* * Minor asset server message tweakJustin Clarke Casey2008-01-301-1/+2
* * Deal with asset requests with malformed guids to the asset server in more u...Justin Clarke Casey2008-01-301-6/+13
* * Move AssetStatsReporter to Framework.StatisticsJustin Clarke Casey2008-01-281-0/+1
* * Add very very very basic initial statistical information collection to asse...Justin Clarke Casey2008-01-231-10/+15
* * Optimized usingslbsa712007-12-271-2/+2
* * Removed redundant code in RestService.csAdam Frisby2007-12-181-8/+1
* added copyright noticesJeff Ames2007-12-111-0/+28
* 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 ass...MW2007-11-041-0/+1
* debug tracing for asset server hangsSean Dague2007-11-011-1/+4
* * Optimized usingslbsa712007-10-301-23/+21
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-1/+1
* normalized line endingsJeff Ames2007-10-291-109/+109
* Very early first implementation of grid based assets.Tleiades Hax2007-10-261-0/+109