aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/SynchronousRestObjectPoster.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-22* Allow folder renaming to complete after an agent inventory has been ↵Justin Clarke Casey1-1/+1
received by a region from the inventory service * This replaces the old behaviour of failing straight away, which could cause lost updates if the inventory service was slow in responding * This is the first baby step to making all inventory requests behave this way, to reduce inventory lossage
2008-03-18* Stop grid inventory network failures crashing the client sessionJustin Clarke Casey1-0/+10
* Now the operation will just fail and post a message to the log instead, which may be mysterious to the client but isn't so brutal
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2007-12-27* Optimized usingslbsa711-8/+6
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-11added copyright noticesJeff Ames1-1/+29
2007-12-05Some refactoring of the RestObjectPoster (and related classes).MW1-2/+2
2007-12-02Some refactoring , mainly on Inventory code. MW1-0/+48