Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵ | Diva Canto | 2011-04-12 | 1 | -122/+0 |
| | | | | OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd. | ||||
* | Closing another stream. | Diva Canto | 2009-10-02 | 1 | -4/+19 |
| | |||||
* | Added a more sane InventoryServerMoveItemsHandler. Changed ↵ | Diva Canto | 2009-08-21 | 1 | -1/+1 |
| | | | | SynchronousRestObjectRequester so that it also understands PUTs. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Bug fix on POST asset so that the new asset service connector can talk to ↵ | diva | 2009-05-15 | 1 | -2/+5 |
| | | | | the old asset server. | ||||
* | Create SynchronousRestObjectRequester and make SynchronousRestObjectPoster | Melanie Thielker | 2009-05-10 | 1 | -1/+10 |
| | | | | | | use that. Mark SynchronousRestObjectPoster.BeginPostObject as obsolete. | ||||
* | Create an async form of the RestObjectPoster. Rename the file (but not the | Melanie Thielker | 2009-05-10 | 1 | -0/+95 |
class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache |