aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseStreamHandler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed to native line ending encodingSean Dague2007-07-161-40/+40
|
* * LLSDStreamhandler now works.lbsa712007-07-091-1/+1
|
* * re-fixed the utf-16 bug in xmlRpcResponse serializationlbsa712007-07-041-3/+3
| | | | | | | * added LLSDStreamHandler.cs to Caps (Haven't enabled it yet, though) * removed last traces of old rest handling
* * Removed AssetHttpServer, using BaseHttpServer insteadlbsa712007-07-041-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