aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseStreamHandler.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-16changed to native line ending encodingSean Dague1-40/+40
2007-07-09* LLSDStreamhandler now works.lbsa711-1/+1
2007-07-04* re-fixed the utf-16 bug in xmlRpcResponse serializationlbsa711-3/+3
* added LLSDStreamHandler.cs to Caps (Haven't enabled it yet, though) * removed last traces of old rest handling
2007-07-04* Removed AssetHttpServer, using BaseHttpServer insteadlbsa711-0/+40
* 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