aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/GetAssetStreamHandler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleaning out warnings.Dr Scofield2009-05-221-1/+1
| | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
* * Extracted common superclass for GetAssetStreamHandler and ↵lbsa712009-05-081-156/+3
| | | | | | | CachedGetAssetStreamHandler * Added some more tests
* * Introduced new HttpServer.Tests projectlbsa712009-05-081-7/+0
| | | | | | | * Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens
* * Added some GetAssetStreamHandlerTestslbsa712009-05-061-4/+10
| | | | | * Minor tweaks to attain testability
* Committing the changed treeMelanie Thielker2009-05-041-0/+217
|
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-216/+0
|
* cleaning up, fixing warningsDr Scofield2009-04-221-6/+6
|
* Thank you kindly, TLaukkan for a patch that:Charles Krinke2009-04-211-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.
* minor: Remove some mono compiler warnings. Uncomment code when it's ↵Justin Clarke Casey2009-04-151-22/+22
| | | | actually being used.
* * Some more experimental work on distributed assets. Nothing hotwired yet.lbsa712009-04-131-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)
* Add copyright headers. Minor formatting cleanup.Jeff Ames2009-02-211-0/+27
|
* Update svn properties.Jeff Ames2009-02-211-94/+94
|
* * Another stab at removing AssetServer.exe dependencieslbsa712009-02-201-0/+95
|
* * Reverted the AssetServer fix, apparently something was dependent on ↵lbsa712009-02-191-94/+0
| | | | IAssetDataPlugin being in OpenSim.Data
* * Moved the AssetStreamHandlers to OpenSim.Framework.Serverslbsa712009-02-191-0/+94
* And there, all refs to OpenSim.Grid.AssetServer.exe gone. /me takes a bow.