aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Asset/AssetServerGetHandler.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-2/+2
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-27/+73
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ↵Justin Clark-Casey (justincc)1-1/+1
of OSHttpRequest/OSHttpResponse. This is required for the substitution of different HTTP servers or the newer HttpServer.dll without having to commit to a particular implementation. This is also required to write regression tests that involve the HTTP layer. If you need to recompile, all you need to do is replace OSHttpRequest/OSHttpResponse references with IOSHttpRequest/IOSHttpResponse.
2010-02-20* Added a sanity check for missing asset data in LLClientViewJohn Hurliman1-2/+2
* Moved the SL asset type to content type conversion methods from ServerUtils to OpenSim.Framework.SLUtil * Linked content type to asset type in AssetMetadata
2009-07-07Make the asset IN connector return HTTP 404 if an asset is not found, andMelanie Thielker1-3/+21
also make it return a non-xml content type so a browser can be used for testing it.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-22cleaning out warnings.Dr Scofield1-3/+1
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
2009-05-20Add copyright headers, formatting cleanup.Jeff Ames1-1/+1
2009-05-18Refactor: Change "Servers" to "Server", since the can only be one. BreakMelanie Thielker1-2/+2
the handlers out of the asset server context into a generic scope.
2009-05-18Nonowrking intermadiate commit,, DO NOT USEMelanie Thielker1-0/+0
2009-05-14Move the server request handlers into a separate lib nunit can digestMelanie Thielker1-1/+1
2009-05-09Add the asset service connectors and sample config. READ WARNINGS!!!Melanie Thielker1-1/+6
2009-05-09FInish basic asset server functionality on the new asset serverMelanie Thielker1-17/+2
2009-05-09Add the /data and /metadata retrieval modes to the new asset server.Melanie Thielker1-56/+40
Not functional yet.
2009-05-08The new asset server now actually serves existing assetsMelanie Thielker1-0/+136