aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/RestSessionService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-03Close was being called to early on the Memory stream.Diva Canto1-1/+2
2009-10-03More streams closed.Diva Canto1-2/+17
2009-08-29Fix up WebFetchInventoryDescendents to really return all data needed,Melanie1-1/+1
especially the folder version and the subfolders. Fixes inventory search hang and folders not loading.
2009-08-25Closed the web request and stream in SynchronousRestSessionObjectPoster -- ↵Diva Canto1-0/+3
maybe this is the cause of some timeouts seen in some monos?
2009-05-25* reseparate inventory item creator id and creator uuidJustin Clarke Casey1-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
2009-05-04Committing the changed treeMelanie Thielker1-0/+291