aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseStreamHandler.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-1/+1
2008-05-19adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵Dr Scofield1-1/+3
HttpListenerResponse respectively. enhancing IStreamHandler and IStreamedHandler interfaces so that OSHttp{Request,Response} get passed in, allowing RestHandlers to set response status code, redirections, etc.
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2007-10-31* Added a streamhandler that does streams both in and outlbsa711-28/+2
* The RestDeserialisehandler now does streams and returns an object instead of string
2007-10-30* Optimized usingslbsa711-11/+10
* Shortened type references * Removed redundant 'this' qualifier
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
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