aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseHttpServer.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-04* Started work on converting BaseHttpServer to a stream dispatcherlbsa711-61/+103
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-9/+10
* added some licensing info
2007-07-02* Added conceptual LlsdMethod Demo to SimpleApp (work in progress)lbsa711-0/+5
2007-07-02* Started working on LlsdMethod for BaseHttpServerlbsa711-7/+1
*Renamed IRestHandler.cs to RestMethod.cs which is the correct name.
2007-07-01Started change to having SceneObject and then that having child Primitives ↵MW1-12/+0
which in turn have a Shape object (currently PrimitiveBaseShape). The plan is only for the SceneObject to interface with the physics engines. As a physics Entity should be able to have mulitple shapes connected to it.
2007-06-28should now work.MW1-1/+0
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen1-4/+4
to add/remove something