aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetServer/RestService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Another stab at removing AssetServer.exe dependencieslbsa712009-02-201-156/+0
* * Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa712009-02-191-0/+156
* * Split RestService.cs into GetAssetStreamHandler.cs and PostAssetStreamHandl...lbsa712009-02-191-155/+0
* * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa712009-02-191-1/+0
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-1/+1
* * optimized usings.lbsa712009-02-121-3/+2
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-041-1/+1
* - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur2009-02-031-1/+2
* Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur2009-02-031-4/+4
* Commenting out the succesful REST message as under heavy use thereCharles Krinke2009-01-121-3/+7
* Thank you kindly, Diva, for a patch that:Charles Krinke2008-11-061-2/+2
* * Patch from JHurlimanTeravus Ovares2008-09-261-1/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-5/+5
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-311-4/+4
* * remove unused CommitAssets() hook for nowJustin Clarke Casey2008-07-071-2/+1
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-5/+5
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-2/+2
* adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and Ht...Dr Scofield2008-05-191-2/+5
* Formatting cleanup.Jeff Ames2008-05-161-9/+9
* * Rolled back a few changes.Adam Frisby2008-05-011-21/+21
* * 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