aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto1-131/+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.
2010-09-05Fix build breakMelanie1-4/+0
2010-09-05Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker1-57/+54
on IDwellModule
2010-08-25Prevent an object disposed exception that made forms comms unreliable. AfterMelanie Thielker1-2/+7
starting an asynchronous write, one should not close the channel it will be written to synchrnously, that leads to grief.
2010-08-25Change some e.Message to e.ToString. Don't use e.Message, it doesn't carryMelanie Thielker1-2/+2
any useful information. Error messages are useless without location information. It looks more elegant, but is totally pointless.
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, ↵Diva Canto1-2/+2
which was causing an extra \n to be written into the buffer.
2009-09-24Added test GridClient, which allowed me to remove a few bugs out of the new ↵Diva Canto1-2/+2
code.
2009-09-19Add the skeleton of the authentication connector and the forms data requesterMelanie1-24/+12
2009-08-21Added a more sane InventoryServerMoveItemsHandler. Changed ↵Diva Canto1-1/+1
SynchronousRestObjectRequester so that it also understands PUTs.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-15Bug fix on POST asset so that the new asset service connector can talk to ↵diva1-2/+5
the old asset server.
2009-05-10Create SynchronousRestObjectRequester and make SynchronousRestObjectPosterMelanie Thielker1-1/+10
use that. Mark SynchronousRestObjectPoster.BeginPostObject as obsolete.
2009-05-10Create an async form of the RestObjectPoster. Rename the file (but not theMelanie Thielker1-0/+0
class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache
2009-05-09Make remote assets work through the new server systemMelanie Thielker1-17/+29
2009-05-04Committing the changed treeMelanie Thielker1-0/+83