aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/SynchronousRestObjectRequester.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Closing another stream.Diva Canto2009-10-021-4/+19
|
* Added a more sane InventoryServerMoveItemsHandler. Changed ↵Diva Canto2009-08-211-1/+1
| | | | SynchronousRestObjectRequester so that it also understands PUTs.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Bug fix on POST asset so that the new asset service connector can talk to ↵diva2009-05-151-2/+5
| | | | the old asset server.
* Create SynchronousRestObjectRequester and make SynchronousRestObjectPosterMelanie Thielker2009-05-101-1/+10
| | | | | | use that. Mark SynchronousRestObjectPoster.BeginPostObject as obsolete.
* Create an async form of the RestObjectPoster. Rename the file (but not theMelanie Thielker2009-05-101-0/+95
class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache