Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix an issue where the SynchronousRestObjectRequester will fail if a ↵ | Tom Grimshaw | 2010-07-10 | 1 | -1/+1 |
| | | | | webserver does not report a content length (-1), but the content is still valid | ||||
* | Correct positioning of timeout modifier in the SynchronousRestObjectRequester | Tom Grimshaw | 2010-07-04 | 1 | -1/+1 |
| | |||||
* | Implement a timeout value in the SynchronousRestObjectRequester. Default is ↵ | Tom Grimshaw | 2010-07-03 | 1 | -1/+16 |
| | | | | 100 seconds. | ||||
* | 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 |