aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetServer/AssetHttpServer.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-04* Removed AssetHttpServer, using BaseHttpServer insteadlbsa711-125/+0
* Removed legacy REST handling * Created two custom IStreamHandlers for asset up/download * Removed quite a lot of double and triple encodings, trying to work towards binary only and direct write into storage. * Introduced BaseStreamHandler with GetParam() and some other goodies
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-10/+5
* added some licensing info
2007-07-02* Fixed Issue #161 by using PhysicsScene.Null instead of BasePhysicsScenelbsa711-1/+1
* Hid NullPhysicsScene for great justice * Fixed broken Grid build
2007-06-27*Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen1-2/+2
prebuild.xml though