aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseGetAssetStreamHandler.cs (unfollow)
Commit message (Collapse)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 ↵lbsa711-216/+196
CachedGetAssetStreamHandler * Added some more tests
2009-05-08* Introduced new HttpServer.Tests projectlbsa711-7/+0
* Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens
2009-05-06* Added some GetAssetStreamHandlerTestslbsa711-4/+10
* Minor tweaks to attain testability
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
Added support for loading bare asset binaries (as opposed to xml encoded asset base) to both sandbox asset service and cable beach. * Added support for enabling region asset service when mxp is enabled. * Moved base http server content type defaulting before invocation of request handle method to allow for variable content type in the response.
2009-04-15minor: Remove some mono compiler warnings. Uncomment code when it's ↵Justin Clarke Casey1-22/+22
actually being used.
2009-04-13* Some more experimental work on distributed assets. Nothing hotwired yet.lbsa711-12/+55
* Introduced preprocess step in FetchAsset (Might revert this later) * Some minor CCC * Added actual implementation of GetUserProfile( uri ) and the corresponding handler to OGS1. * Introduced non-functioning GetUserUri( userProfile) awaiting user server wireup (this might move elsewhere)
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 ↵lbsa711-94/+156
IAssetDataPlugin being in OpenSim.Data
2009-02-19* Moved the AssetStreamHandlers to OpenSim.Framework.Serverslbsa711-0/+0
* And there, all refs to OpenSim.Grid.AssetServer.exe gone. /me takes a bow.
2009-02-19* moved the Get/PostAssetStreamHandler to the Servers namespace... slowly ↵lbsa711-1/+1
getting there...
2009-02-19* Split RestService.cs into GetAssetStreamHandler.cs and ↵lbsa711-155/+94
PostAssetStreamHandler.cs - then killed off original (misnomed) file. * Really, who wrote this jurassic shit code all with totally wrong file names? Ah yeah, that'd be me. Sorry.
2009-02-19* Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ↵lbsa711-1/+0
rid of ugly CoreModules dependency on AssetServer.exe * And yes, the IAssetDataPlugin is misnomed, which became apparent on extracting it.
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-1/+1
properties as before - prefix private variables with m_ in AssetBase.cs - related to Mantis #3122, as mentioned in https://lists.berlios.de/pipermail/opensim-dev/2009-February/005088.html - all services will likely need to be upgraded after this commit
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
- trim trailing whitespace
2009-02-03- move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur1-1/+2
OpenSim/Data/IAssetData.cs - remove some trailing whitespace
2009-02-03Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ↵Mike Mazur1-4/+4
plugins.
2009-01-12Commenting out the succesful REST message as under heavy use thereCharles Krinke1-3/+7
are multiple messages in a second and that is usually (in my experience) meaning the logging itself is slowing down the program. Leaving the unsuccesful message as we need to know about that path.
2008-11-06Thank you kindly, Diva, for a patch that:Charles Krinke1-2/+2
Removed unnecessary dependency from Get/PostAssetHandlers to OpenAsset_Main
2008-09-26* Patch from JHurlimanTeravus Ovares1-1/+1
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-5/+5
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-4/+4
PluginLoader. Fix issue 1871.
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 ↵Dr Scofield1-2/+5
HttpListenerResponse respectively. enhancing IStreamHandler and IStreamedHandler interfaces so that OSHttp{Request,Response} get passed in, allowing RestHandlers to set response status code, redirections, etc.
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
(this took a while to run).
2008-04-18* Refactor: Remove redundant try/catch from asset request since this is now ↵Justin Clarke Casey1-47/+42
handled by the base http server
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
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
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 ↵Justin Clarke Casey1-6/+13
user-friendly way than throwing an Exception * Compact status messages to reduce verbosity and be more informative
2008-01-28* Move AssetStatsReporter to Framework.StatisticsJustin Clarke Casey1-0/+1
* The hooks are still plugged in too high at the asset server, but then next layer down is the database and this may be refactored soon. * This change will requires a prebuild
2008-01-23* Add very very very basic initial statistical information collection to ↵Justin Clarke Casey1-10/+15
asset server * stats can be seen by typing stats on the asset server command line * Currently collecting only raw requests for today and yesterday * And I haven't yet tested the 24 hour rollover
2007-12-27* Optimized usingslbsa711-2/+2
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-18* Removed redundant code in RestService.csAdam Frisby1-8/+1
* Removed unchecked TryParse, replaced with Parse as we were not checking for success and could lead to weirdness if an exception is ignored. * Removed unused variable m_newAvatar * Removed several unused try{}catch(Exception e){}'s. * Added null assignment in simpleapp to prevent warning.
2007-12-11added copyright noticesJeff Ames1-0/+28