| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* The RestDeserialisehandler now does streams and returns an object instead of string
|
|
|
|
|
|
| |
* Shortened type references
* Removed redundant 'this' qualifier
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* added LLSDStreamHandler.cs to Caps (Haven't enabled it yet, though)
* removed last traces of old rest handling
|
|
* 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
|