aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/RestSessionService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Close was being called to early on the Memory stream.Diva Canto2009-10-031-1/+2
|
* More streams closed.Diva Canto2009-10-031-2/+17
|
* Fix up WebFetchInventoryDescendents to really return all data needed,Melanie2009-08-291-1/+1
| | | | | especially the folder version and the subfolders. Fixes inventory search hang and folders not loading.
* Closed the web request and stream in SynchronousRestSessionObjectPoster -- ↵Diva Canto2009-08-251-0/+3
| | | | maybe this is the cause of some timeouts seen in some monos?
* * reseparate inventory item creator id and creator uuidJustin Clarke Casey2009-05-251-4/+0
| | | | | | | | | * unfortunately, while the client requires uuids and we want to be able to have arbitrary string ids, these cannot be kept in sync * I think the problems last time were due to a serialization change * So the major inteface version has been bumped to take care of any lingering issues here. * This means that region servers beyond this revision can only connect to similarly uptodate grid services, and vice versa
* Committing the changed treeMelanie Thielker2009-05-041-0/+291