aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseGetAssetStreamHandler.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-13* Added some more tests to the GetAssetStreamHandlerslbsa711-18/+25
2009-05-11Update svn properties.Jeff Ames1-196/+196
2009-05-08* Extracted common superclass for GetAssetStreamHandler and CachedGetAssetStr...lbsa711-216/+196
2009-05-08* Introduced new HttpServer.Tests projectlbsa711-7/+0
2009-05-06* Added some GetAssetStreamHandlerTestslbsa711-4/+10
2009-05-04Committing the changed treeMelanie Thielker1-0/+217
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-216/+0
2009-04-22cleaning up, fixing warningsDr Scofield1-6/+6
2009-04-21Thank you kindly, TLaukkan for a patch that:Charles Krinke1-16/+67
2009-04-15minor: Remove some mono compiler warnings. Uncomment code when it's actually...Justin Clarke Casey1-22/+22
2009-04-13* Some more experimental work on distributed assets. Nothing hotwired yet.lbsa711-12/+55
2009-02-21Add copyright headers. Minor formatting cleanup.Jeff Ames1-0/+27
2009-02-21Update svn properties.Jeff Ames1-94/+94
2009-02-20* Another stab at removing AssetServer.exe dependencieslbsa711-156/+95
2009-02-19* Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa711-94/+156
2009-02-19* Moved the AssetStreamHandlers to OpenSim.Framework.Serverslbsa711-0/+0
2009-02-19* moved the Get/PostAssetStreamHandler to the Servers namespace... slowly get...lbsa711-1/+1
2009-02-19* Split RestService.cs into GetAssetStreamHandler.cs and PostAssetStreamHandl...lbsa711-155/+94
2009-02-19* Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa711-1/+0
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-1/+1
2009-02-12* optimized usings.lbsa711-3/+2
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-1/+1
2009-02-03- move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur1-1/+2
2009-02-03Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur1-4/+4
2009-01-12Commenting out the succesful REST message as under heavy use thereCharles Krinke1-3/+7
2008-11-06Thank you kindly, Diva, for a patch that:Charles Krinke1-2/+2
2008-09-26* Patch from JHurlimanTeravus Ovares1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-5/+5
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-4/+4
2008-07-07* remove unused CommitAssets() hook for nowJustin Clarke Casey1-2/+1
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-5/+5
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-2/+2
2008-05-19adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and Ht...Dr Scofield1-2/+5
2008-05-16Formatting cleanup.Jeff Ames1-9/+9
2008-05-01* Rolled back a few changes.Adam Frisby1-21/+21
2008-05-01* Cleaning code still.Adam Frisby1-21/+21
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