aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto1-131/+0
2010-09-05Fix build breakMelanie1-4/+0
2010-09-05Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker1-57/+54
2010-08-25Prevent an object disposed exception that made forms comms unreliable. AfterMelanie Thielker1-2/+7
2010-08-25Change some e.Message to e.ToString. Don't use e.Message, it doesn't carryMelanie Thielker1-2/+2
2010-04-26Better error message.Diva Canto1-1/+1
2009-10-05More error messages to warn when/if things go wrong.Diva Canto1-2/+14
2009-10-04Leaving the MemoryStreams unclosed.Diva Canto1-1/+2
2009-10-03Close was being called to early on the Memory stream.Diva Canto1-1/+2
2009-10-03More streams closed.Diva Canto1-0/+1
2009-10-03Closing more streams.Diva Canto1-4/+27
2009-09-28Bug fix in SynchronousRestFormsRequester -- Write instead of WriteLine, which...Diva Canto1-2/+2
2009-09-24Added test GridClient, which allowed me to remove a few bugs out of the new c...Diva Canto1-2/+2
2009-09-19Add the skeleton of the authentication connector and the forms data requesterMelanie1-24/+12
2009-08-21Added a more sane InventoryServerMoveItemsHandler. Changed SynchronousRestObj...Diva Canto1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-15Bug fix on POST asset so that the new asset service connector can talk to the...diva1-2/+5
2009-05-10Create SynchronousRestObjectRequester and make SynchronousRestObjectPosterMelanie Thielker1-1/+10
2009-05-10Create an async form of the RestObjectPoster. Rename the file (but not theMelanie Thielker1-0/+0
2009-05-09Make remote assets work through the new server systemMelanie Thielker1-17/+29
2009-05-04Committing the changed treeMelanie Thielker1-0/+83