aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/RestSessionService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+5
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-50/+39
|
* Revert "Added request.Proxy=null everywhere, as discussed in ↵Diva Canto2012-09-301-2/+0
| | | | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." But the patch is here, in case anyone wants to try it. This reverts commit 531edd51d82ecd6a842a2611c99e9919634491ef.
* Added request.Proxy=null everywhere, as discussed in ↵Diva Canto2012-09-301-0/+2
| | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. Thanks R.Gunther (rigun@rigutech.nl) https://lists.berlios.de/pipermail/opensim-users/2012-September/010986.html
* Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ↵Justin Clark-Casey (justincc)2011-12-051-2/+2
| | | | | | | | of OSHttpRequest/OSHttpResponse. This is required for the substitution of different HTTP servers or the newer HttpServer.dll without having to commit to a particular implementation. This is also required to write regression tests that involve the HTTP layer. If you need to recompile, all you need to do is replace OSHttpRequest/OSHttpResponse references with IOSHttpRequest/IOSHttpResponse.
* 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