aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseStreamHandler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-42/+0
|
* * Group OpenSim.Framework.Servers interfaces togetherJustin Clarke Casey2009-03-191-0/+1
|
* * optimized usings.lbsa712009-02-121-1/+0
|
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-1/+1
|
* adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵Dr Scofield2008-05-191-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.
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
|
* Minor cleanup.Jeff Ames2008-02-201-1/+1
|
* * Added a streamhandler that does streams both in and outlbsa712007-10-311-28/+2
| | | | | | | * The RestDeserialisehandler now does streams and returns an object instead of string
* * Optimized usingslbsa712007-10-301-11/+10
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+28
|
* 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